casacore
Modules | Classes

More...

Modules

 MSFits_module_internal_classes
 Internal MSFits_module classes and functions.
 

Classes

class  casacore::FITSIDItoMS1
  More...
 
class  casacore::MSFitsIDI
  More...
 
class  casacore::MSFitsInput
 UV FITS to MeasurementSet filler. More...
 
class  casacore::MSFitsOutput
  More...
 
class  casacore::MSFitsOutputAstron
  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.