OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
regen_attr.h
Go to the documentation of this file.
1 #ifndef REGEN_ATTR_H
2 #define REGEN_ATTR_H
3 
4 #define MAXVAL 255
5 #define NBANDS 8
6 #define VECTORS 3
7 #define NAV_COEFS 6
8 #define NAV_FLAGS 8
9 #define ENG_FLAGS 4
10 
11 #define NADIR 0
12 #define FORWARD 1
13 #define AFT 2
14 #define CHANGE 3
15 
16 #define PROD_NAME "Product Name"
17 #define LONGNAME "long_name"
18 #define SLOPE "slope"
19 #define INTERCEPT "intercept"
20 #define RANGE "valid_range"
21 #define UNITS "units"
22 
23 /*** Scan-Line Attribute data set names */
24 #define MSEC "msec"
25 #define ENGQUAL "eng_qual"
26 #define SFLAGS "s_flags"
27 #define SLAT "slat"
28 #define SLON "slon"
29 #define CLAT "clat"
30 #define CLON "clon"
31 #define ELAT "elat"
32 #define ELON "elon"
33 #define CSOLZ "csol_z"
34 #define TILT "tilt"
35 
36 #define SSATP "s_satp"
37 #define SZEROP "s_zerop"
38 
39 /*** Geophysical Data set names */
40 #define NLW412 "nLw_412"
41 #define NLW443 "nLw_443"
42 #define NLW490 "nLw_490"
43 #define NLW510 "nLw_510"
44 #define NLW555 "nLw_555"
45 #define LA670 "La_670"
46 #define LA865 "La_865"
47 #define CZCSPIGMENT "CZCS_pigment"
48 #define CHLORA "chlor_a"
49 #define K490 "K_490"
50 #define EPSILON "eps_68"
51 #define TAU865 "tau_865"
52 #define L2FLAGS "l2_flags"
53 
54 /*** Raw SeaStar Data */
55 #define GAIN "gain"
56 #define TDI "tdi"
57 
58 #define SCID "sc_id"
59 #define SCTTAG "sc_ttag"
60 #define SCSOH "sc_soh"
61 #define INSTTLM "inst_tlm"
62 #define L1ADATA "l1a_data"
63 #define STARTSYN "start_syn"
64 #define STOPSYN "stop_syn"
65 #define DARKREST "dark_rest"
66 
67 /*** Converted Telemetry dataset names */
68 #define INSTANA "inst_ana"
69 #define INSTDIS "inst_dis"
70 #define SCANA "sc_ana"
71 #define SCDIS "sc_dis"
72 #define SCANTEMP "scan_temp"
73 #define SIDE "side"
74 
75 /*** Navigation dataset names */
76 #define ORBVEC "orb_vec"
77 #define LVERT "l_vert"
78 #define SUNREF "sun_ref"
79 #define ATTANG "att_ang"
80 #define SENMAT "sen_mat"
81 #define SCANELL "scan_ell"
82 #define NFLAG "nflag"
83 
84 /*** Sensor Tilt dataset names */
85 #define NTILTS "ntilts"
86 #define TILT_FLAGS "tilt_flags"
87 #define TILT_RANGES "tilt_ranges"
88 #define TILT_LATS "tilt_lats"
89 #define TILT_LONS "tilt_lons"
90 
91 /*** Sensor Calibration dataset names */
92 #define ENTRYYEAR "entry_year"
93 #define ENTRYDAY "entry_day"
94 #define MIRROR "mirror"
95 #define TIMEFACTOR "time_factor"
96 #define COUNTS "counts"
97 #define RADS "rads"
98 
99 #endif /* REGEN_ATTR_H */