#include <oifilter.h>
Data Fields | |
char | arrname [FLEN_VALUE] |
If not "", accept this ARRNAME only. | |
char | insname [FLEN_VALUE] |
If not "", accept this INSNAME only. | |
int | target_id |
If >= 0, accept this TARGET_ID only. | |
double | mjd_range [2] |
Minimum and maximum MJD to accept. | |
float | wave_range [2] |
Min. | |
double | bas_range [2] |
Min. | |
float | snr_range [2] |
Min. | |
int | accept_vis |
If non-zero, accept OI_VIS data. | |
int | accept_vis2 |
If non-zero, accept OI_VIS2 data. | |
int | accept_t3amp |
If non-zero, accept OI_T3 amplitude data. | |
int | accept_t3phi |
If non-zero, accept OI_T3 phase data. | |
int | accept_flagged |
If non-zero, accept records with all data flagged. |
char oi_filter_spec::arrname[FLEN_VALUE] |
char oi_filter_spec::insname[FLEN_VALUE] |
If >= 0, accept this TARGET_ID only.
Referenced by filter_oi_t3(), filter_oi_target(), filter_oi_vis(), filter_oi_vis2(), format_oi_filter(), and init_oi_filter().
double oi_filter_spec::mjd_range[2] |
Minimum and maximum MJD to accept.
Referenced by filter_oi_t3(), filter_oi_vis(), filter_oi_vis2(), format_oi_filter(), and init_oi_filter().
float oi_filter_spec::wave_range[2] |
Min.
and max. central wavelength to accept /m
Referenced by filter_all_oi_wavelength(), format_oi_filter(), and init_oi_filter().
double oi_filter_spec::bas_range[2] |
Min.
and max. projected baseline to accept /m
Referenced by filter_oi_t3(), filter_oi_vis(), filter_oi_vis2(), format_oi_filter(), and init_oi_filter().
float oi_filter_spec::snr_range[2] |
Min.
and max. SNR to accept
Referenced by filter_oi_t3(), filter_oi_vis(), filter_oi_vis2(), format_oi_filter(), and init_oi_filter().
If non-zero, accept OI_VIS data.
Referenced by filter_all_oi_vis(), format_oi_filter(), and init_oi_filter().
If non-zero, accept OI_VIS2 data.
Referenced by filter_all_oi_vis2(), format_oi_filter(), and init_oi_filter().
If non-zero, accept OI_T3 amplitude data.
Referenced by filter_all_oi_t3(), filter_oi_t3(), format_oi_filter(), and init_oi_filter().
If non-zero, accept OI_T3 phase data.
Referenced by filter_all_oi_t3(), filter_oi_t3(), format_oi_filter(), and init_oi_filter().
If non-zero, accept records with all data flagged.
Referenced by filter_oi_t3(), filter_oi_vis(), filter_oi_vis2(), format_oi_filter(), and init_oi_filter().