nifits.io.oifits¶
A module for reading/writing NIFITS files and handling the data.
To open an existing NIFITS file, use nifits.from_nifits
constructor.
To save an NIFITS object to a file, use nifits.to_nifits
method.
A summary of the information in the oifits object can be obtained by using the info() method:
> import oifits > oifitsobj = oifits.open(‘foo.fits’) > oifitsobj.info()
For further information, contact R. Laugier
Module Attributes
Obtaining the goecentric location of observatories. |
Functions
|
Test whether all the elements of two arrays are equal. |
|
A decorator for the fits.Header.__getitem__. |
|
A convenience function to help define the FOV function and data model |
|
|
|
Classes
|
The complex amplitude transfre function |
|
The matrix that defines linear combinations of output wavelengths. |
|
|
|
Generic class for NIFITS array extensions |
|
Generic class for NIFITS array extensions. |
|
The |
|
Contains information on the inputs and outputs. |
|
|
|
The covariance matrix for the processed data contained in KIOUT. |
|
|
|
The kernel matrix that defines the post-processing operation between outputs. |
|
Contains input modulation vector for the given observation. |
|
An object storing the wavelength before a downsampling. |
|
|
|
This class corresponds to a single row (i.e. single station/telescope) of an OI_ARRAY table. |
|
|
|
An object storing the OI_WAVELENGTH information, in compatibility with OIFITS practices. |
|
Class representation of the nifits object. |