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
orbit_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/orbit_s.h,v 4.11 1995/04/03 14:51:20 seawifsd Exp seawifsd $
4
$Log: orbit_s.h,v $
5
Revision 4.11 1995/04/03 14:51:20 seawifsd
6
changed references of 'long' to 'int' to support OSF/1.
7
8
Revision 4.10 1995/01/17 19:58:38 seawifsd
9
Jan. 17, 1994, V4.10
10
11
Revision 4.1 1995/01/17 14:14:51 seawifsd
12
Jan. 9, 1994, 4.0
13
14
Revision 3.3 1994/11/08 18:46:55 seawifsd
15
Nov. 8, 1994, 3.3a3
16
17
Revision 3.3 1994/11/08 15:04:53 seawifsd
18
Nov. 8, 1994, 3.3a2
19
20
Revision 1.1.1.1 1994/10/04 16:58:42 frank
21
made sure only be included once.
22
changed arrange size using macro name instead of the constant.
23
24
Revision 1.2 1994/05/10 18:51:06 seawifst
25
May 6, 1994 version 1.2
26
27
Revision 1.1 1994/04/19 13:38:02 seawifst
28
Initial revision
29
30
31
*/
32
33
#ifndef ORBIT_S_H_
34
#define ORBIT_S_H_
35
36
#include "
swl0_parms.h
"
37
38
typedef
struct
orbit_struct
{
39
double
torb
[
MAXFRAMES
];
40
double
pos
[
MAXFRAMES
][3];
41
double
vel
[
MAXFRAMES
][3];
42
int
nvec
;
43
int
iyr
;
44
int
iday
;
45
} orbit_sType;
46
47
#endif
/* ORBIT_S_H_ */
orbit_struct::nvec
int nvec
Definition:
orbit_s.h:42
orbit_struct::vel
double vel[MAXFRAMES][3]
Definition:
orbit_s.h:41
MAXFRAMES
#define MAXFRAMES
Definition:
swl0_parms.h:9
orbit_struct::iyr
int iyr
Definition:
orbit_s.h:43
orbit_struct::iday
int iday
Definition:
orbit_s.h:44
orbit_struct
Definition:
orbit_s.h:38
orbit_struct::torb
double torb[MAXFRAMES]
Definition:
orbit_s.h:39
swl0_parms.h
orbit_struct::pos
double pos[MAXFRAMES][3]
Definition:
orbit_s.h:40