Releases: tnakazato/nro45data
v1.2.2
v1.2.1
This version includes minor updates for documentation.
- reactivated auto deployment of sphinx documentation
- aligned contents with the latest module structure
- enabled module import without casatools nor python-casacore mainly for documentation build. You must require either casatools or python-casacore at runtime.
v1.2.0
Version 1.2.0 defines top-level functions nro45data.nqm2fits and nro45data.nqm2ms2.
In addition, frequency label bug has been fixed. Previously frequencies are read from frequency calibration results. However, it turned out that they are not reliable. Frequencies are now calculated from center frequency, frequency resolution, number of channels, and sideband information.
v1.1.0
IO utility module for NRO 45m position-switch data, providing converter from .nqm file to various data formats. Supported data formats will be FITS, MeasurementSet v2, and MeasurementSet v4 (ProcessingSet).
This is a second release with initial implementation of a conversion to MeasurementSet v2 (nqm2ms2). The status is still beta, but nqm2ms2 is ready for review and testing to get feedback.
v1.0.0-alpha
IO utility module for NRO 45m position-switch data, providing converter from .nqm file to various data formats. Supported data formats will be FITS, MeasurementSet v2, and MeasurementSet v4 (ProcessingSet).
This is an initial release with refined API. This is still alpha release since functionality is limited. Only conversion to FITS (nqm2fits) has been implemented.