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
navctl_s.h
Go to the documentation of this file.
1
/*
2
3
$Header: /app/shared/RCS/irix-5.2/seawifsd/src/hdfio/Shared.V4.2/L012_Util/util/mops/prepnav/navctl_s.h,v 4.11 1995/04/03 14:51:13 seawifsd Exp seawifsd $
4
$Log: navctl_s.h,v $
5
Revision 4.11 1995/04/03 14:51:13 seawifsd
6
changed references of 'long' to 'int' to support OSF/1.
7
8
Revision 4.10 1995/01/17 19:58:37 seawifsd
9
Jan. 17, 1994, V4.10
10
11
Revision 4.1 1995/01/17 14:14:50 seawifsd
12
Jan. 9, 1994, 4.0
13
14
Revision 3.3 1994/11/08 18:46:54 seawifsd
15
Nov. 8, 1994, 3.3a3
16
17
Revision 3.3 1994/11/08 15:04:52 seawifsd
18
Nov. 8, 1994, 3.3a2
19
20
Revision 1.1.1.1 1994/10/04 16:56:29 frank
21
made sure only be included once.
22
added a flag to turn on/off generating some debug files.
23
24
Revision 1.2 1994/05/10 18:50:59 seawifst
25
May 6, 1994 version 1.2
26
27
Revision 1.1 1994/04/19 13:37:52 seawifst
28
Initial revision
29
30
31
*/
32
33
#ifndef NAVCTL_S_H_
34
#define NAVCTL_S_H_
35
36
typedef
struct
navctl_struct
{
37
int
procatt
;
38
int
redoyaw
;
39
float
yawtol
;
40
int
nefpts
;
41
int
neskip
;
42
int
nsfpts
;
43
int
nsskip
;
44
float
msenoff
[3][3];
45
float
tiltcos
[3];
46
float
tiltcos2
[3];
47
float
tiltfor
;
48
float
tiltaft
;
49
float
sun_mat
[3][3][3];
50
float
sun_scal
[3][2];
51
float
sun_bias
[3][2];
52
float
ear_mat
[2][3][3];
53
float
ear1sca
;
54
float
ear2sca
;
55
float
e1biasic
;
56
float
e2biasic
;
57
float
e1biasoc
;
58
float
e2biasoc
;
59
int
lvdbug
;
60
} navctl_sType;
61
62
#endif
/* NAVCTL_S_H_ */
navctl_struct::yawtol
float yawtol
Definition:
navctl_s.h:39
navctl_struct::tiltcos2
float tiltcos2[3]
Definition:
navctl_s.h:46
navctl_struct::sun_scal
float sun_scal[3][2]
Definition:
navctl_s.h:50
navctl_struct::sun_mat
float sun_mat[3][3][3]
Definition:
navctl_s.h:49
navctl_struct::nsfpts
int nsfpts
Definition:
navctl_s.h:42
navctl_struct::e1biasic
float e1biasic
Definition:
navctl_s.h:55
navctl_struct::e2biasoc
float e2biasoc
Definition:
navctl_s.h:58
navctl_struct::e1biasoc
float e1biasoc
Definition:
navctl_s.h:57
navctl_struct::procatt
int procatt
Definition:
navctl_s.h:37
navctl_struct::neskip
int neskip
Definition:
navctl_s.h:41
navctl_struct
Definition:
navctl_s.h:36
navctl_struct::tiltcos
float tiltcos[3]
Definition:
navctl_s.h:45
navctl_struct::sun_bias
float sun_bias[3][2]
Definition:
navctl_s.h:51
navctl_struct::ear1sca
float ear1sca
Definition:
navctl_s.h:53
navctl_struct::tiltfor
float tiltfor
Definition:
navctl_s.h:47
navctl_struct::nefpts
int nefpts
Definition:
navctl_s.h:40
navctl_struct::ear2sca
float ear2sca
Definition:
navctl_s.h:54
navctl_struct::nsskip
int nsskip
Definition:
navctl_s.h:43
navctl_struct::redoyaw
int redoyaw
Definition:
navctl_s.h:38
navctl_struct::ear_mat
float ear_mat[2][3][3]
Definition:
navctl_s.h:52
navctl_struct::lvdbug
int lvdbug
Definition:
navctl_s.h:59
navctl_struct::msenoff
float msenoff[3][3]
Definition:
navctl_s.h:44
navctl_struct::tiltaft
float tiltaft
Definition:
navctl_s.h:48
navctl_struct::e2biasic
float e2biasic
Definition:
navctl_s.h:56