Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
FNames.h
Go to the documentation of this file.
1 #ifndef FNAMES_H
2 #define FNAMES_H
3 /***********************************************************************
4 !C-INC
5 
6 !Description:
7  Header file containing macros for PCF logical unit numbers.
8 
9 !Revision History:
10  $Log: FNames.h,v $
11  Revision 1.8 2006-10-27 11:02:24-04 ltan
12  Defined PGE-2_VERSION_LUN with the value of 800500. Changed for ANSI_C complianec. Correction for the generation of code change log.
13 
14  Revision 01.06, October 31, 2003 Razor Issue #195
15  Added LUN for Processing Center
16  Liqin Tan, SAIC GSO (ltan@saicmodis.com)
17 
18  Revision 01.05, September 15, 2003 Razor Issue #181
19  Added LUN for Processing Environment
20  Liqin Tan, SAIC GSO (ltan@saicmodis.com)
21 
22  Revision 01.04, November 12, 2001 (Razor Issue #169)
23  Added LUN for Writing Night mode 250m and 500m data, WRITE_NIGHT_HIRES_LUN
24  Alice Isaacman, SAIC GSO (Alice.R.Isaacman.1@gsfc.nasa.gov)
25 
26  Revision 01.03, November 6, 2001 (Razor Issue #167)
27  Added LUN for MCST LUT Version Number, MCST_LUT_VERSION_LUN
28  Alice Isaacman, SAIC GSO (Alice.R.Isaacman.1@gsfc.nasa.gov)
29 
30  Revision 01.02, November 21, 2000
31  Added LUN for Satellite Instrument
32  Jim Rogers (rogers@mcst.gsfc.nasa.gov)
33 
34  Revision 01.01 1996/04/05
35  Update to match Version 1 Design Document
36  Joan Baden (baden@highwire.gsfc.nasa.gov)
37  John Hannon(hannon@highwire.gsfc.nasa.gov)
38 
39  Revision 01.00 1993
40  Initial development
41  Geir E. Kvaran(geir@highwire.gsfc.nasa.gov)
42 
43 !Team-unique Header:
44  This software is developed by the MODIS Characterization Support
45  Team (MCST)for the National Aeronautics and Space Administration,
46  Goddard Space Flight Center, under contract NAS5-32373.
47 
48 !References and Credits:
49  HDF portions developed at the National Center for Supercomputing
50  Applications at the University of Illinois at Urbana-Champaign.
51 
52 !Design Notes:
53 
54 !END********************************************************************
55 */
56 
57 /*---------------------------------------
58  PGS reference numbers
59  L1A: 500,000 - 599,999
60  Geo: 600,000 - 699,999
61  L1B: 700,000 - 799,999
62 ----------------------------------------*/
63 
64 #define MCF_FILE_QKM 700250
65 #define MCF_FILE_HKM 700251
66 #define MCF_FILE_1KM 700252
67 #define MCF_FILE_OBC 700253
68 
69 #define L1B_EV_250M_FILE 700000
70 #define L1B_EV_500M_FILE 700001
71 #define L1B_EV_1000M_FILE 700002
72 #define L1B_OBC_FILE 700010
73 
74 #define REFLECTIVE_TABLES_FILE 700050
75 #define EMISSIVE_TABLES_FILE 700060
76 #define QA_TABLES_FILE 700070
77 
78 #define LEADING_L1A_GRANULE 500000
79 #define FIRST_L1A_GRANULE 500001
80 #define TRAILING_L1A_GRANULE 500002
81 
82 #define GEOLOCATION_FILE 600000
83 
84 #define PGE02_VERSION_LUN 800500
85 #define SATELLITE_INSTRUMENT_LUN 800510
86 #define PROCESSING_ENVIRONMENT_LUN 800550
87 #define REPROCESSING_PLANNED_LUN 800600
88 #define REPROCESSING_ACTUAL_LUN 800605
89 #define MCST_LUT_VERSION_LUN 800610
90 #define WRITE_NIGHT_HIRES_LUN 800615
91 #define PROCESSING_CENTER_LUN 800620
92 
93 
94 #endif