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
tilt_s.h
Go to the documentation of this file.
1
#ifndef TILT_S_H_
2
#define TILT_S_H_
3
4
#include "
swl0_parms.h
"
5
6
typedef
struct
tilt_states_struct
{
7
float
tilt
[
MAXFRAMES
];
/* Tilts per line in scene */
8
int
ntilts
;
/* Number of tilts in scene */
9
short
int
tilt_flags
[20];
/* Tilt flag ?? */
10
short
int
tilt_ranges
[20][2];
/* Start and end line number */
11
} tilt_states_sType;
12
13
#endif
/* TILT_S_H_ */
tilt_states_struct
Definition:
tilt_s.h:6
tilt_states_struct::tilt_ranges
short int tilt_ranges[20][2]
Definition:
tilt_s.h:10
MAXFRAMES
#define MAXFRAMES
Definition:
swl0_parms.h:9
tilt_states_struct::ntilts
int ntilts
Definition:
tilt_s.h:8
tilt_states_struct::tilt_flags
short int tilt_flags[20]
Definition:
tilt_s.h:9
swl0_parms.h
tilt_states_struct::tilt
float tilt[MAXFRAMES]
Definition:
tilt_s.h:7