OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
smi_map.h
Go to the documentation of this file.
1 #ifndef SMI_MAP_H /* avoid re-inclusion */
2 #define SMI_MAP_H
3 
4 #include <stdint.h>
5 #include <stdio.h>
6 #include <stdlib.h>
7 #include <math.h>
8 #include <time.h>
9 
10 #define NOMATCH_ERR -2
11 
12 /* Time Conversion Constants */
13 #define MSECHOUR 3600000
14 #define MSECMIN 60000
15 #define MSECSEC 1000
16 
17 /* define meta_l3m structure */
18 typedef struct {
19  char *pname;
20  char *title;
21  char *dcenter;
22  char *station;
23  float station_lat;
24  float station_lon;
25  char *mission;
26  char *mission_char;
27  char *sensor;
28  char *sensor_char;
29  char *prodtype;
30  char *replace;
31  char *softid;
32  char *ptime;
33  char *infiles;
34  char *proccon;
35  char *proclog;
36  char *flag_use;
37  uint8_t eng_q_use[4];
38  int16_t bin_syear;
39  int16_t bin_sday;
40  int16_t bin_eyear;
41  int16_t bin_eday;
42  char *stime;
43  char *etime;
44  int16_t syear;
45  int16_t sday;
46  int32_t smsec;
47  int16_t eyear;
48  int16_t eday;
49  int32_t emsec;
50  int32_t orbit;
51  int32_t start_orb;
52  int32_t end_orb;
53  char *mapproj;
54  char *lat_units;
55  char *lon_units;
56  float nlat;
57  float slat;
58  float elon;
59  float wlon;
60  float lat_step;
61  float lon_step;
62  int32_t nbins;
63  int32_t nrows;
64  int32_t ncols;
65  char *parameter;
66  char *measure;
67  char *units;
68  char *scaling_type;
69  char *scaling_eqn;
70  char *base;
71  float slope;
72  float intercept;
73  float data_min;
74  float data_max;
75 } meta_struct;
76 
77 #endif /* SMI_MAP_H */
78 
int16 eday
Definition: l1_czcs_hdf.c:17
*********************************************HISTORY FILE for MOD_PR02AQUA **Version ****Point of no algorithm change is made in this so the and when the blackbody temperature is above a threshold Since the LWIR FPA temperature oscillates on orbit
Definition: HISTORY.txt:106
float32 base
Definition: maplists.h:106
int16 eyear
Definition: l1_czcs_hdf.c:17
int syear
Definition: l1_czcs_hdf.c:15
int32 smsec
Definition: l1_czcs_hdf.c:16
int sday
Definition: l1_czcs_hdf.c:15
README for MOD_PR03(V6.1.0) 2. POINTS OF CONTACT it can be either SDP Toolkit or MODIS Packet for Terra input files The orbit validation configuration parameter(LUN 600281) must be either "TRUE" or "FALSE". It needs to be "FALSE" when running in Near Real Time mode
float32 slope[]
Definition: l2lists.h:30
int32 nrows
float32 intercept[]
Definition: l2lists.h:44
int32 emsec
Definition: l1_czcs_hdf.c:18
int16 ncols[121]