Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l2gen
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
aer_struct::mod_min
int32_t * mod_min
Definition:
aer_struc.h:9
aer_struct::mod_max
int32_t * mod_max
Definition:
aer_struc.h:10
aer_struct::data
char * data
Definition:
aer_struc.h:8
aer_struct::mode
int32_t mode
Definition:
aer_struc.h:7
aer_struct::mod_rat
float * mod_rat
Definition:
aer_struc.h:11
aer_struct::length
int32_t length
Definition:
aer_struc.h:5
aer_struct
Definition:
aer_struc.h:4
aer_struct::taua
float * taua
Definition:
aer_struc.h:12
aer_struct::npix
int32_t npix
Definition:
aer_struc.h:6