HOPS
HOPS class reference
flags.h
Go to the documentation of this file.
1  /* Operational modes for edit_close() */
2 #define MODE_TRI (1<<0)
3 #define MODE_BASE (1<<1)
4 
5 #define DUPLICATE (1<<0) /* Bit specifications for flag field of */
6 #define ZAPPED (1<<1) /* data structure */
7 #define BADQF (1<<2)
8 #define BADSNR (1<<3)
9 #define BADBSNR (1<<4)
10 #define BADTIME (1<<5)
11 #define BADSTATION (1<<6)
12 #define BADBASELN (1<<7)
13 #define BADTRNGL (1<<8)
14 #define BADQUAD (1<<9)
15 #define BADEXPT (1<<10)
16 #define BADFREQA (1<<11)
17 #define BADTYPE (1<<12)
18 #define BADSOURCE (1<<13)
19 #define BADLENGTH (1<<14)
20 #define BADFRAC (1<<15)
21 #define BADNFREQ (1<<16)
22 #define BADPARAM (1<<17)
23 #define BADPROC (1<<18)
24 #define CHILDLESS (1<<19)
25 #define ORPHAN (1<<20)
26 #define NO_TRIANGLE (1<<21)
27 #define NO_BASELINE (1<<22)
28 #define TAGGED (1<<23)
29 #define BADPOL (1<<24)
30 
31 #define ERROR (1<<25)
32 
33  /* filter ids used by active_filter() */
34 #define F_TIMETAG 1
35 #define F_PROCDATE 2
36 #define F_STATION 3
37 #define F_BASELINE 4
38 #define F_TRIANGLE 5
39 #define F_QUAD 6
40 #define F_FREQUENCY 7
41 #define F_EXPERIMENT 8
42 #define F_QCODE 9
43 #define F_SOURCE 10
44 #define F_TYPE 11
45 #define F_SNR 12
46 #define F_BSNR 13
47 #define F_LENGTH 14
48 #define F_FRACTION 15
49 #define F_NFREQ 16
50 #define F_PARAMETER 17
51 #define F_POLARIZATION 18