Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 348 Bytes

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 .

Usage

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

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