OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
Emissive_Cal.h
Go to the documentation of this file.
1 
2 #ifndef EMISSIVE_CAL_H
3 #define EMISSIVE_CAL_H
4 
5 
6 #include "L1B_Tables.h" /*use emiss_tables_t and it also includes Granule.h, in
7  which the L1B_granule_t and L1B_Scan_t ... are used
8  in Emissive_Cal.c */
9 #include "L1B_Setup.h" /*use L1B_Scan_Metadata_t data type */
10 /*
11 !C-INC***********************************************************************
12 !Description: Public header file for externals in Emissive_Cal.c
13 
14 !Revision History:
15  $Log: Emissive_Cal.h,v $
16  Revision 1.3 2006-10-30 10:00:11-05 ltan
17  Changed for ANSI-C compliance. Correction for the generation of code change log.
18 
19  Revision 01.00 Nov 1998
20  Zhenying Gu (zgu@mcst.gsfc.nasa.gov)
21 
22 !References and Credits:
23  This software is developed by the MODIS Characterization Support
24  Team (MCST) for the National Aeronautics and Space Administration,
25  Goddard Space Flight Center, under contract NAS5-32373.
26 
27  HDF portions developed at the National Center for Supercomputing
28  Applications at the University of Illinois at Urbana-Champaign.
29 
30 !Design Notes:
31 
32 !END********************************************************************
33 */
34 
35 PGSt_SMF_status Emissive_Cal (int16 S,
36  int16 MS,
37  L1B_granule_t *L1B_Gran,
38  L1A_Scan_t *L1A_Scan,
39  L1B_Scan_t *L1B_Scan,
40  Preprocess_Emiss_t *PP_emiss,
41  emiss_tables_t *emiss_tables,
42  QA_tables_t *QA_tables,
43  QA_Data_t *QA,
44  L1B_Scan_Metadata_t *L1B_Scan_Meta);
45 
46 #endif
47 
48 
49 
50 
51 
52 
53 
54 
55 
PGSt_SMF_status Emissive_Cal(int16 S, int16 MS, L1B_granule_t *L1B_Gran, L1A_Scan_t *L1A_Scan, L1B_Scan_t *L1B_Scan, Preprocess_Emiss_t *PP_emiss, emiss_tables_t *emiss_tables, QA_tables_t *QA_tables, QA_Data_t *QA, L1B_Scan_Metadata_t *L1B_Scan_Meta)
Definition: Emissive_Cal.c:19
integer, parameter int16
Definition: cubeio.f90:3
int MS[]
Definition: Usds.c:106