Skip to content

Releases: tnakazato/nro45data

v1.2.2

08 Dec 08:59
2e54e73

Choose a tag to compare

This version contains the following updates:

  • bug fix of nqm2ms2 on wrong antenna id in WEATHER subtable
  • refactoring mainly for better type annotation

v1.2.1

25 Nov 01:15
26985e5

Choose a tag to compare

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

21 Nov 06:51

Choose a tag to compare

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

01 Feb 01:03

Choose a tag to compare

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

22 Dec 07:23

Choose a tag to compare

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.