read_fits.c File Reference

Implementation of functions to read individual FITS tables and write to data structures in memory. More...

#include <stdlib.h>
#include <string.h>
#include "exchange.h"
#include "fitsio.h"

Functions

STATUS read_oi_target (fitsfile *fptr, oi_target *pTargets, STATUS *pStatus)
 Read OI_TARGET fits binary table.
STATUS read_oi_array (fitsfile *fptr, char *arrname, oi_array *pArray, STATUS *pStatus)
 Read OI_ARRAY fits binary table with specified ARRNAME.
STATUS read_next_oi_array (fitsfile *fptr, oi_array *pArray, STATUS *pStatus)
 Read next OI_ARRAY fits binary table.
STATUS read_oi_wavelength (fitsfile *fptr, char *insname, oi_wavelength *pWave, STATUS *pStatus)
 Read OI_WAVELENGTH fits binary table with specified INSNAME.
STATUS read_next_oi_wavelength (fitsfile *fptr, oi_wavelength *pWave, STATUS *pStatus)
 Read next OI_WAVELENGTH fits binary table.
STATUS read_next_oi_vis (fitsfile *fptr, oi_vis *pVis, STATUS *pStatus)
 Read next OI_VIS fits binary table.
STATUS read_next_oi_vis2 (fitsfile *fptr, oi_vis2 *pVis2, STATUS *pStatus)
 Read next OI_VIS2 fits binary table.
STATUS read_next_oi_t3 (fitsfile *fptr, oi_t3 *pT3, STATUS *pStatus)
 Read next OI_T3 fits binary table.


Detailed Description

Implementation of functions to read individual FITS tables and write to data structures in memory.

Copyright (C) 2007 John Young

This file is part of OIFITSlib.

OIFITSlib is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

OIFITSlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with OIFITSlib. If not, see http://www.gnu.org/licenses/


Generated on Mon Jun 8 12:45:08 2009 for OIFITSlib by  doxygen 1.5.7.1