Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/exchange_8h.html
Дата изменения: Mon Apr 7 14:22:22 2003 Дата индексирования: Mon Feb 4 02:27:21 2013 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п |
#include "fitsio.h"
Go to the source code of this file.
Data Structures | |
struct | _element |
Array element. More... | |
struct | _oi_array |
Data for OI_ARRAY FITS table. More... | |
struct | _target |
Info on an observing target. More... | |
struct | _oi_target |
Data for OI_TARGET FITS table. More... | |
struct | _oi_wavelength |
Data for OI_WAVELENGTH FITS table. More... | |
struct | _oi_vis_record |
Complex visibility record. More... | |
struct | _oi_vis |
Data for OI_VIS FITS table. More... | |
struct | _oi_vis2_record |
Visibility squared record. More... | |
struct | _oi_vis2 |
Data for OI_VIS2 FITS table. More... | |
struct | _oi_t3_record |
Triple product record. More... | |
struct | _oi_t3 |
Data for OI_T3 FITS table. More... | |
Typedefs | |
typedef _element | element |
Array element. More... | |
typedef _oi_array | oi_array |
Data for OI_ARRAY FITS table. More... | |
typedef _target | target |
Info on an observing target. More... | |
typedef _oi_target | oi_target |
Data for OI_TARGET FITS table. More... | |
typedef _oi_wavelength | oi_wavelength |
Data for OI_WAVELENGTH FITS table. More... | |
typedef _oi_vis_record | oi_vis_record |
Complex visibility record. More... | |
typedef _oi_vis | oi_vis |
Data for OI_VIS FITS table. More... | |
typedef _oi_vis2_record | oi_vis2_record |
Visibility squared record. More... | |
typedef _oi_vis2 | oi_vis2 |
Data for OI_VIS2 FITS table. More... | |
typedef _oi_t3_record | oi_t3_record |
Triple product record. More... | |
typedef _oi_t3 | oi_t3 |
Data for OI_T3 FITS table. More... | |
Functions | |
int | write_oi_array (fitsfile *fptr, oi_array array, int extver, int *status) |
Write OI_ARRAY fits binary table. More... | |
int | write_oi_target (fitsfile *fptr, oi_target targets, int *status) |
Write OI_TARGET fits binary table. More... | |
int | write_oi_wavelength (fitsfile *fptr, oi_wavelength wave, int extver, int *status) |
Write OI_WAVELENGTH fits binary table. More... | |
int | write_oi_vis (fitsfile *fptr, oi_vis vis, int extver, int *status) |
Write OI_VIS fits binary table. More... | |
int | write_oi_vis2 (fitsfile *fptr, oi_vis2 vis2, int extver, int *status) |
Write OI_VIS2 fits binary table. More... | |
int | write_oi_t3 (fitsfile *fptr, oi_t3 t3, int extver, int *status) |
Write OI_T3 fits binary table. More... | |
int | read_oi_array (fitsfile *fptr, char *arrname, oi_array *array, int *status) |
Read OI_ARRAY fits binary table. More... | |
int | read_oi_target (fitsfile *fptr, oi_target *targets, int *status) |
Read OI_TARGET fits binary table. More... | |
int | read_oi_wavelength (fitsfile *fptr, char *insname, oi_wavelength *wave, int *status) |
Read OI_WAVELENGTH fits binary table. More... | |
int | read_next_oi_vis (fitsfile *fptr, oi_vis *vis, int *status) |
Read next OI_VIS fits binary table. More... | |
int | read_next_oi_vis2 (fitsfile *fptr, oi_vis2 *vis2, int *status) |
Read next OI_VIS2 fits binary table. More... | |
int | read_next_oi_t3 (fitsfile *fptr, oi_t3 *t3, int *status) |
Read next OI_T3 fits binary table. More... |
|
Array element. Corresponds to one row of an OI_ARRAY FITS table. |
|
Data for OI_ARRAY FITS table.
|
|
Info on an observing target. Corresponds to one row of an OI_TARGET FITS table. |
|
Data for OI_TARGET FITS table.
|
|
Data for OI_WAVELENGTH FITS table.
|
|
Complex visibility record. Corresponds to one row of an OI_VIS FITS table. |
|
Data for OI_VIS FITS table.
|
|
Visibility squared record. Corresponds to one row of an OI_VIS2 FITS table. |
|
Data for OI_VIS2 FITS table.
|
|
Triple product record. Corresponds to one row of an OI_T3 FITS table. |
|
Data for OI_T3 FITS table.
|
|
Write OI_ARRAY fits binary table.
|
|
Write OI_TARGET fits binary table.
|
|
Write OI_WAVELENGTH fits binary table.
|
|
Write OI_VIS fits binary table.
|
|
Write OI_VIS2 fits binary table.
|
|
Write OI_T3 fits binary table.
|
|
Read OI_ARRAY fits binary table.
|
|
Read OI_TARGET fits binary table.
|
|
Read OI_WAVELENGTH fits binary table.
|
|
Read next OI_VIS fits binary table.
|
|
Read next OI_VIS2 fits binary table.
|
|
Read next OI_T3 fits binary table.
|