TwiceAsNice  2019-02-18
Macros
field.h File Reference
This graph shows which files directly or indirectly include this file:

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 */
 

Macro Definition Documentation

◆ BACKRMS_FIELD

#define BACKRMS_FIELD   0x0040 /* Weighting from a backrms matrix */

◆ DETECT_FIELD

#define DETECT_FIELD   0x0001 /* Detection */

◆ DGEO_FIELD

#define DGEO_FIELD   0x0100 /* Differential geometry map */

◆ FLAG_FIELD

#define FLAG_FIELD   0x0004 /* Flagging */

◆ INTERP_FIELD

#define INTERP_FIELD   0x0080 /* Purely interpolated data */

◆ MEASURE_FIELD

#define MEASURE_FIELD   0x0002 /* Measurement */

◆ RMS_FIELD

#define RMS_FIELD   0x0008 /* Weighting with std deviations */

◆ VAR_FIELD

#define VAR_FIELD   0x0010 /* Weighting with variances */

◆ WEIGHT_FIELD

#define WEIGHT_FIELD   0x0020 /* Weighting with weights */