#include <oifile.h>
Data Fields | |
int | numArray |
Length of arrayList. | |
int | numWavelength |
Length of wavelengthList. | |
int | numVis |
Length of visList. | |
int | numVis2 |
Length of vis2List. | |
int | numT3 |
Length of t3List. | |
oi_target | targets |
oi_target struct | |
GList * | arrayList |
Linked list of oi_array structs. | |
GList * | wavelengthList |
Linked list of oi_wavelength structs. | |
GList * | visList |
Linked list of oi_vis structs. | |
GList * | vis2List |
Linked list of oi_vis2 structs. | |
GList * | t3List |
Linked list of oi_t3 structs. | |
GHashTable * | arrayHash |
Hash table of oi_array, indexed by ARRNAME. | |
GHashTable * | wavelengthHash |
Hash table of oi_wavelength, indexed by INSNAME. |
Length of arrayList.
Referenced by filter_all_oi_array(), format_oi_fits_summary(), init_oi_fits(), and read_oi_fits().
Length of wavelengthList.
Referenced by filter_all_oi_wavelength(), format_oi_fits_summary(), init_oi_fits(), merge_all_oi_wavelength(), and read_oi_fits().
int oi_fits::numVis |
Length of visList.
Referenced by filter_all_oi_vis(), format_oi_fits_summary(), init_oi_fits(), merge_all_oi_vis(), and read_oi_fits().
int oi_fits::numVis2 |
Length of vis2List.
Referenced by filter_all_oi_vis2(), format_oi_fits_summary(), init_oi_fits(), merge_all_oi_vis2(), and read_oi_fits().
int oi_fits::numT3 |
Length of t3List.
Referenced by filter_all_oi_t3(), format_oi_fits_summary(), init_oi_fits(), merge_all_oi_t3(), and read_oi_fits().
oi_target struct
Referenced by apply_oi_filter(), check_unique_targets(), free_oi_fits(), merge_oi_target(), oi_fits_lookup_target(), read_oi_fits(), and write_oi_fits().
GList* oi_fits::arrayList |
Linked list of oi_array structs.
Referenced by filter_all_oi_array(), format_oi_fits_summary(), free_oi_fits(), init_oi_fits(), read_oi_fits(), and write_oi_fits().
GList* oi_fits::wavelengthList |
Linked list of oi_wavelength structs.
Referenced by check_waveorder(), filter_all_oi_wavelength(), format_oi_fits_summary(), free_oi_fits(), init_oi_fits(), merge_all_oi_wavelength(), read_oi_fits(), and write_oi_fits().
GList* oi_fits::visList |
Linked list of oi_vis structs.
Referenced by check_elements_present(), check_flagging(), check_targets_present(), filter_all_oi_vis(), format_oi_fits_summary(), free_oi_fits(), init_oi_fits(), merge_all_oi_vis(), read_oi_fits(), and write_oi_fits().
GList* oi_fits::vis2List |
Linked list of oi_vis2 structs.
Referenced by check_elements_present(), check_flagging(), check_targets_present(), filter_all_oi_vis2(), format_oi_fits_summary(), free_oi_fits(), init_oi_fits(), merge_all_oi_vis2(), read_oi_fits(), and write_oi_fits().
GList* oi_fits::t3List |
Linked list of oi_t3 structs.
Referenced by check_elements_present(), check_flagging(), check_t3amp(), check_targets_present(), filter_all_oi_t3(), format_oi_fits_summary(), free_oi_fits(), init_oi_fits(), merge_all_oi_t3(), read_oi_fits(), and write_oi_fits().
GHashTable* oi_fits::arrayHash |
Hash table of oi_array, indexed by ARRNAME.
Referenced by filter_all_oi_array(), free_oi_fits(), init_oi_fits(), oi_fits_lookup_array(), and read_oi_fits().
GHashTable* oi_fits::wavelengthHash |
Hash table of oi_wavelength, indexed by INSNAME.
Referenced by filter_all_oi_wavelength(), free_oi_fits(), init_oi_fits(), merge_all_oi_wavelength(), oi_fits_lookup_wavelength(), and read_oi_fits().