casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules | Classes

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...
 

Detailed Description

FITS related functionality for MeasurementSets.

See below for an overview of the classes in this module.

Prerequisite

Review Status

Reviewed By:
Bob Garwood
Date Reviewed:
1997/02/01

Synopsis

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:

Motivation

To avoid that package ms depends on FITS (and cfitsio), all FITS-related MS code is put in a separate package.