Skip to content

tnakazato/nro45data

Repository files navigation

nro45data

IO utility module to read Position-Switch (PSW) data of Nobeyama 45m telescope.

Installation

git clone https://github.com/tnakazato/nro45data.git
cd nro45data
pip install .[casa6]

Usage

nqm2fits converts NRO 45m PSW data (.nqm) to FITS.

import nro45data
nro45data.nqm2fits('mydata.nqm', 'mydata.fits')

nqm2ms2 converts NRO 45m PSW data (.nqm) to MS2.

import nro45data
nro45data.nqm2ms2('mydata.nqm', 'mydata.ms')

Tip

If you have never used CASA, you might get the error like below. If you see similar error, please do mkdir -p ~/.casa/data and try again.

AutoUpdatesNotAllowed: data_update: path must exist as a directory and it must be owned by the user, path = /Users/username/.casa/data

About

Utility to import/export observation data of NRO 45m telescope

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors