This module provides the FITSImage and FITSUVData classes. These
classes implement most of the data oriented verb-like functionality from
classic FITS.
|
_FITSDataMethod
This class implements dispatching function calls to a proxy.
|
|
_FITSDataDesc
This class implements the description of FITS data that is used
when dispatching function calls to a proxy.
|
|
_FITSData
This class describes generic FITS data.
|
|
FITSImage
This class describes an FITS image.
|
|
FITSUVData
This class describes an FITS UV data set.
|
|
_FITSTableMethod
This class implements dispatching table oriented function calls to
a proxy.
|
|
_FITSTable
This class describes a generic FITS extension table.
|