MSFitsIDI: Convert FITS-IDI data to MS format. More...
#include <MSFitsIDI.h>
Public Member Functions | |
MSFitsIDI (const Path &tapeDevice, const String &msOut, const Bool &overWrite, const Int &obsType=0) | |
Construct from a tape device name and MS output file name. | |
MSFitsIDI (const String &inFile, const String &msOut, const Bool &overWrite, const Int &obsType=0) | |
Construct from an input file name and an MS output file name. | |
~MSFitsIDI () | |
Destructor. | |
void | selectFiles (const Vector< Int > &files) |
Set which files are selected (1-rel; for tape-based data). | |
Bool | fillMS () |
Convert the FITS-IDI data to MS format. | |
Protected Member Functions | |
void | init (const String &dataSource, const FITS::FitsDevice &deviceType, const String &msOut, const Bool &overWrite, const Int &obsType) |
Initialization (called by all constructors). | |
void | readFITSFile (Bool &atEnd) |
Read and process a FITS-IDI file. | |
Private Attributes | |
String | itsDataSource |
Data source and device type. | |
FITS::FitsDevice | itsDeviceType |
String | itsMSOut |
MS, status and write options. | |
Bool | itsMSExists |
Int | itsObsType |
Vector< Int > | itsSelectedFiles |
Selected file numbers (1-relative). | |
Bool | itsAllFilesSelected |
MSFitsIDI: Convert FITS-IDI data to MS format.
Public interface
From "MS" and FITS-IDI
The MSFitsIDI class converts FITS-IDI data, on tape or disk, to MeasurementSet (MS) format.
Encapsulate all FITS-IDI to MS conversion capabilities.
Definition at line 77 of file MSFitsIDI.h.
casacore::MSFitsIDI::MSFitsIDI | ( | const Path & | tapeDevice, | |
const String & | msOut, | |||
const Bool & | overWrite, | |||
const Int & | obsType = 0 | |||
) |
Construct from a tape device name and MS output file name.
casacore::MSFitsIDI::~MSFitsIDI | ( | ) |
Destructor.
Bool casacore::MSFitsIDI::fillMS | ( | ) |
Convert the FITS-IDI data to MS format.
void casacore::MSFitsIDI::init | ( | const String & | dataSource, | |
const FITS::FitsDevice & | deviceType, | |||
const String & | msOut, | |||
const Bool & | overWrite, | |||
const Int & | obsType | |||
) | [protected] |
Initialization (called by all constructors).
void casacore::MSFitsIDI::readFITSFile | ( | Bool & | atEnd | ) | [protected] |
Read and process a FITS-IDI file.
Set which files are selected (1-rel; for tape-based data).
Bool casacore::MSFitsIDI::itsAllFilesSelected [private] |
Definition at line 117 of file MSFitsIDI.h.
String casacore::MSFitsIDI::itsDataSource [private] |
Data source and device type.
Definition at line 107 of file MSFitsIDI.h.
Definition at line 108 of file MSFitsIDI.h.
Bool casacore::MSFitsIDI::itsMSExists [private] |
Definition at line 112 of file MSFitsIDI.h.
String casacore::MSFitsIDI::itsMSOut [private] |
MS, status and write options.
Definition at line 111 of file MSFitsIDI.h.
Int casacore::MSFitsIDI::itsObsType [private] |
Definition at line 113 of file MSFitsIDI.h.
Vector<Int> casacore::MSFitsIDI::itsSelectedFiles [private] |
Selected file numbers (1-relative).
Definition at line 116 of file MSFitsIDI.h.