nro45data.psw module
Submodules
nro45data.psw.io submodule
- nro45data.psw.io._read_psw(filename: str) HDUList [source]
Read NRO 45m PSW data.
- Parameters:
filename – Name of the data
mode – Observation mode. Either ‘psw’ or ‘otf’.
- nro45data.psw.io._to_fits(hdulist: HDUList, fitsfile: str, overwrite: bool = False) bool [source]
Export HDUList to FITS.
- Parameters:
hdulist – HDUList generated from NRO 45m PSW file (.nqm)
fitsfile – Output FITS file name
overwrite – Overwrite existing output file or not. Default is False (not overwrite).
- Returns:
Export status. True is successful.