OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
aer_struc.h
Go to the documentation of this file.
1 #ifndef _AER_STRUC_H
2 #define _AER_STRUC_H
3 
4 typedef struct aer_struct {
5  int32_t length;
6  int32_t npix;
7  int32_t mode;
8  char *data;
9  int32_t *mod_min;
10  int32_t *mod_max;
11  float *mod_rat;
12  float *taua;
13 } aestr;
14 
15 #endif
16 
17 
18 
int32_t * mod_min
Definition: aer_struc.h:9
int32_t * mod_max
Definition: aer_struc.h:10
char * data
Definition: aer_struc.h:8
int32_t mode
Definition: aer_struc.h:7
float * mod_rat
Definition: aer_struc.h:11
int32_t length
Definition: aer_struc.h:5
float * taua
Definition: aer_struc.h:12
int32_t npix
Definition: aer_struc.h:6