casacore
|
FITS related functionality for MeasurementSets. More...
Modules | |
MSFits_module_internal_classes | |
Internal MSFits_module classes and functions. | |
Classes | |
class | casacore::FITSIDItoMS1 |
FITSIDItoMS converts a FITS-IDI file to a CASA Measurement Set. More... | |
class | casacore::MSFitsIDI |
MSFitsIDI: Convert FITS-IDI data to MS format. More... | |
class | casacore::MSFitsInput |
UV FITS to MeasurementSet filler. More... | |
class | casacore::MSFitsOutput |
Write a MeasurementSet to a random group uvfits file. More... | |
class | casacore::MSFitsOutputAstron |
Write a MeasurementSet to a random group uvfits file. More... | |
FITS related functionality for MeasurementSets.
See below for an overview of the classes in this module.
The MeasurementSets module handles storage of telescope data in Casacore tables and defines functions to access the data. The MSFits module is an extra layer on top of MeasurementSets to convert a MeasurementSet to and from FITS. There are classes for three FITS formats:
To avoid that package ms
depends on FITS (and cfitsio), all FITS-related MS code is put in a separate package.