A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l1agen_seawifs
input_s.h
Go to the documentation of this file.
1
#ifndef INPUT_S_H_
2
#define INPUT_S_H_
3
4
#ifndef byte
5
#define byte unsigned char
6
#endif
7
8
typedef
struct
input_struct
{
9
int
flag
;
10
short
int
sc_id
[2];
11
short
int
iyear
;
12
short
int
iday
;
13
int
msec
;
14
float
sc_ana
[40];
15
byte
sc_dis
[40];
16
float
inst_ana
[5][40];
17
byte
inst_dis
[5][32];
18
int
nflag
[8];
19
} input_sType;
20
21
#endif
/* INPUT_S_H_ */
input_struct::iday
short int iday
Definition:
input_s.h:12
input_struct::iyear
short int iyear
Definition:
input_s.h:11
input_struct::msec
int msec
Definition:
input_s.h:13
input_struct::sc_ana
float sc_ana[40]
Definition:
input_s.h:14
input_struct::sc_dis
byte sc_dis[40]
Definition:
input_s.h:15
input_struct::inst_dis
byte inst_dis[5][32]
Definition:
input_s.h:17
input_struct::flag
int flag
Definition:
input_s.h:9
input_struct::nflag
int nflag[8]
Definition:
input_s.h:18
input_struct::inst_ana
float inst_ana[5][40]
Definition:
input_s.h:16
input_struct
Definition:
input_s.h:8
input_struct::sc_id
short int sc_id[2]
Definition:
input_s.h:10