OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
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_ */
int yearmin
Definition: navqc_s.h:44
float sectol1
Definition: navqc_s.h:46
float ear_del_wd
Definition: navqc_s.h:42
float ear_del_ph
Definition: navqc_s.h:43
float att_del[3]
Definition: navqc_s.h:49
float sectol2
Definition: navqc_s.h:47
float sun_del_1
Definition: navqc_s.h:38
float ear_tol_ph[2]
Definition: navqc_s.h:41
float sun_tol_2[2]
Definition: navqc_s.h:37
float sun_tol_1[2]
Definition: navqc_s.h:36
float ear_tol_wd[2]
Definition: navqc_s.h:40
int yearmax
Definition: navqc_s.h:45
float sc_att[3][2]
Definition: navqc_s.h:48
float sun_del_2
Definition: navqc_s.h:39