Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/read__fits_8c.html
Дата изменения: Mon Apr 7 14:22:22 2003 Дата индексирования: Mon Feb 4 02:39:17 2013 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п |
#include <stdlib.h>
#include "exchange.h"
#include "fitsio.h"
Functions | |
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... |
|
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.
|