Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
geogen_modis
GEO_main.h
Go to the documentation of this file.
1
/* file: GEO_main.h */
2
3
/*
4
!C-INC*************************************************************************
5
!Description: define parameters for the geolocation software main module
6
7
!Input Parameters: N/A
8
9
!Output Parameters: N/A
10
11
!Revision History:
12
$Log: GEO_main.h,v $
13
Revision 5.1 2005/03/16 21:35:36 kuyper
14
Changed header guard macro name to avoid reserved name space.
15
16
Revision 2.2 1999/03/12 17:48:37 kuyper
17
Capitalized Prolog Sections
18
19
* Revision 2.1 1997/10/21 18:15:47 kuyper
20
* Returned from ClearCase
21
*
22
* Revision /main/GEO_V2_DEV/1 29-Sept 1997
23
* modifying to correct defects found in W/T 9/25.
24
*
25
* Revision 1.6.1.1 1997/07/18 22:40:58 kuyper
26
* Merged in out-of-sequence changes.
27
*
28
* Revision 1.6 1997/07/18 21:58:00 kuyper
29
* Baselined Version 1
30
*
31
* Revision 1.6 1997/06/20 20:16:27 fhliang
32
* changed '#define l1aID 500000' --> '#define l1aID 500100';
33
* changed '#define l1a_MCFID 600110' --> '#define l1a_MCFID 500500'.
34
*
35
* Revision 1.5 1997/03/26 19:10:35 fhliang
36
* Initial revision of SDST delivery of GEO_main.h.
37
*
38
Revision 1.4 1996/12/23 18:41:02 kuyper
39
Added geo_MCFID.
40
41
Revision 1.3 1996/10/10 20:05:56 kuyper
42
Corrected, rearranged, and added to LUNs.
43
44
Revision 1.2 1996/07/24 22:16:35 kuyper
45
Inserted required '!'s in comments.
46
47
6/30/95
48
Tracey W. Holmes (holmes@modis-xl.gsfc.nasa.gov)
49
Finished coding.
50
51
!Team-unique Header:
52
This software is developed by the MODIS Science Data Support
53
Team for the National Aeronautics and Space Administration,
54
Goddard Space Flight Center, under contract NAS5-32373.
55
56
!END***************************************************************************
57
*/
58
59
#ifndef GEO_MAIN_H
60
#define GEO_MAIN_H
61
62
#include "
PGS_MODIS_35251.h
"
63
64
/*********************************************************
65
#defines
66
*********************************************************/
67
#define l1aID 500100
68
#define geoID 600000
69
#define PARAM 600020
70
#define l1a_MCFID 500500
71
#define geo_MCFID 600111
72
73
/* End of definitions */
74
75
#endif
76
77
/* End of include file */
PGS_MODIS_35251.h