casa
$Rev:20696$
|
Class to read NRO 45m FITS data. More...
#include <NRO45FITSReader.h>
Public Member Functions | |
NRO45FITSReader (string name) | |
Constructor. | |
~NRO45FITSReader () | |
Destructor. | |
virtual int | read () |
Read data header. |
Class to read NRO 45m FITS data.
This class is a reader class for NRO 45m telescope. This is specialized class for data obtained by pointing observation (non-OTF observations) that outputs data in NRO FITS format. The class uses NROFITSDataset object to access data.
Reader class for NRO 45m FITS data.
Definition at line 74 of file NRO45FITSReader.h.
NRO45FITSReader::NRO45FITSReader | ( | string | name | ) |
Constructor.
Destructor.
virtual int NRO45FITSReader::read | ( | ) | [virtual] |
Read data header.
Reimplemented from NRO45Reader.