OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
target_struc.h
Go to the documentation of this file.
1 #ifndef _TARGET_STRUC_H
2 #define _TARGET_STRUC_H
3 
4 typedef struct target_struct {
5  int32_t sensorID;
6  int32_t subsensorID;
7  int32_t length;
8  int32_t npix;
9  int32_t mode;
10  char *data;
11  int32_t *year;
12  int32_t *day;
13  int32_t *msec;
14  float *solz;
15  float *Lw;
16  float *nLw;
17 } tgstr;
18 
19 #endif
20 
21 
22 
float * solz
Definition: target_struc.h:14
int32_t * msec
Definition: target_struc.h:13
int32_t length
Definition: target_struc.h:7
int32_t * year
Definition: target_struc.h:11
int32_t mode
Definition: target_struc.h:9
int32_t subsensorID
Definition: target_struc.h:6
int32_t sensorID
Definition: target_struc.h:5
int32_t npix
Definition: target_struc.h:8
int32_t * day
Definition: target_struc.h:12