OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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_ */
short int tilt_ranges[20][2]
Definition: tilt_s.h:10
#define MAXFRAMES
Definition: swl0_parms.h:9
short int tilt_flags[20]
Definition: tilt_s.h:9
float tilt[MAXFRAMES]
Definition: tilt_s.h:7