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
navqc_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/navqc_s.h,v 4.11 1995/04/03 14:51:16 seawifsd Exp seawifsd $
4
$Log: navqc_s.h,v $
5
Revision 4.11 1995/04/03 14:51:16 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:48:48 frank
21
made sure only be included once.
22
23
Revision 1.2 1994/05/10 18:51:03 seawifst
24
May 6, 1994 version 1.2
25
26
Revision 1.1 1994/04/19 13:37:57 seawifst
27
Initial revision
28
29
30
*/
31
32
#ifndef NAVQC_S_H_
33
#define NAVQC_S_H_
34
35
typedef
struct
navqc_struct
{
36
float
sun_tol_1
[2];
37
float
sun_tol_2
[2];
38
float
sun_del_1
;
39
float
sun_del_2
;
40
float
ear_tol_wd
[2];
41
float
ear_tol_ph
[2];
42
float
ear_del_wd
;
43
float
ear_del_ph
;
44
int
yearmin
;
45
int
yearmax
;
46
float
sectol1
;
47
float
sectol2
;
48
float
sc_att
[3][2];
49
float
att_del
[3];
50
} navqc_sType;
51
52
#endif
/* NAVQC_S_H_ */
navqc_struct::yearmin
int yearmin
Definition:
navqc_s.h:44
navqc_struct::sectol1
float sectol1
Definition:
navqc_s.h:46
navqc_struct::ear_del_wd
float ear_del_wd
Definition:
navqc_s.h:42
navqc_struct::ear_del_ph
float ear_del_ph
Definition:
navqc_s.h:43
navqc_struct::att_del
float att_del[3]
Definition:
navqc_s.h:49
navqc_struct::sectol2
float sectol2
Definition:
navqc_s.h:47
navqc_struct::sun_del_1
float sun_del_1
Definition:
navqc_s.h:38
navqc_struct::ear_tol_ph
float ear_tol_ph[2]
Definition:
navqc_s.h:41
navqc_struct::sun_tol_2
float sun_tol_2[2]
Definition:
navqc_s.h:37
navqc_struct
Definition:
navqc_s.h:35
navqc_struct::sun_tol_1
float sun_tol_1[2]
Definition:
navqc_s.h:36
navqc_struct::ear_tol_wd
float ear_tol_wd[2]
Definition:
navqc_s.h:40
navqc_struct::yearmax
int yearmax
Definition:
navqc_s.h:45
navqc_struct::sc_att
float sc_att[3][2]
Definition:
navqc_s.h:48
navqc_struct::sun_del_2
float sun_del_2
Definition:
navqc_s.h:39