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
navblk_s.h
Go to the documentation of this file.
1
#ifndef NAVBLK_S_H_
2
#define NAVBLK_S_H_
3
4
typedef
struct
navblk_struct
{
5
float
orb_vec
[3];
6
float
l_vert
[3];
7
float
sun_ref
[3];
8
float
att_ang
[3];
9
float
sen_mat
[3][3];
10
float
scan_ell
[6];
11
int
nflag
[8];
12
} navblk_sType;
13
14
#endif
/* NAVBLK_S_H_ */
navblk_struct::nflag
int nflag[8]
Definition:
navblk_s.h:11
navblk_struct::sun_ref
float sun_ref[3]
Definition:
navblk_s.h:7
navblk_struct::sen_mat
float sen_mat[3][3]
Definition:
navblk_s.h:9
navblk_struct::l_vert
float l_vert[3]
Definition:
navblk_s.h:6
navblk_struct
Definition:
navblk_s.h:4
navblk_struct::att_ang
float att_ang[3]
Definition:
navblk_s.h:8
navblk_struct::orb_vec
float orb_vec[3]
Definition:
navblk_s.h:5
navblk_struct::scan_ell
float scan_ell[6]
Definition:
navblk_s.h:10