TwiceAsNice
2019-02-18
|
Macros | |
#define | DETECT_FIELD 0x0001 /* Detection */ |
#define | MEASURE_FIELD 0x0002 /* Measurement */ |
#define | FLAG_FIELD 0x0004 /* Flagging */ |
#define | RMS_FIELD 0x0008 /* Weighting with std deviations */ |
#define | VAR_FIELD 0x0010 /* Weighting with variances */ |
#define | WEIGHT_FIELD 0x0020 /* Weighting with weights */ |
#define | BACKRMS_FIELD 0x0040 /* Weighting from a backrms matrix */ |
#define | INTERP_FIELD 0x0080 /* Purely interpolated data */ |
#define | DGEO_FIELD 0x0100 /* Differential geometry map */ |
#define BACKRMS_FIELD 0x0040 /* Weighting from a backrms matrix */ |
#define DETECT_FIELD 0x0001 /* Detection */ |
#define DGEO_FIELD 0x0100 /* Differential geometry map */ |
#define FLAG_FIELD 0x0004 /* Flagging */ |
#define INTERP_FIELD 0x0080 /* Purely interpolated data */ |
#define MEASURE_FIELD 0x0002 /* Measurement */ |
#define RMS_FIELD 0x0008 /* Weighting with std deviations */ |
#define VAR_FIELD 0x0010 /* Weighting with variances */ |
#define WEIGHT_FIELD 0x0020 /* Weighting with weights */ |