Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l1bgen_modisa
Reflective_CalP.h
Go to the documentation of this file.
1
#ifndef REFLECTIVE_CALP_H
2
#define REFLECTIVE_CALP_H
3
4
#include "
L1B_Tables.h
"
/* Contains declaration of refl_tables_t and
5
common_QA_tables_t */
6
7
/*
8
!C-INC***********************************************************************
9
!Description: Private header file to be used only in Reflective_Cal.c.
10
Contains prototype of functions.
11
12
!Revision History:
13
$Log: Reflective_CalP.h,v $
14
Revision 1.3 2006-10-27 11:01:38-04 ltan
15
Changed for ANSI-C compliance. Correction for the generation of code change log.
16
17
Revision 01.05, Dec 7, 2000, Razor issue 146, 147
18
New SWIR algorithm, in-lined the SWIR algorithm (removed
19
SWIR_out_of_band_correction).
20
Jim Rogers (rogers@mcst.gsfc.nasa.gov)
21
22
Revision 01.04 Sep 29, 1999
23
Changed the name of "SWIR_correction" to "SWIR_out_of_band_correction"
24
as per Bruce B's request. Removed UI_ptr from argument list since we
25
expect new SWIR uncertainty algorithm to require new module.
26
Jim Rogers (rogers@mcst.gsfc.nasa.gov)
27
28
Revision 01.03 May 7, 1999
29
Moved DN_to_DN_star in because it is only used in Reflective_Cal now.
30
Zhenying Gu(zgu@mcst.gsfc.nasa.gov)
31
32
Revision 01.02 Feb 22, 1999
33
Two function protos were deleted: Scaled_Int_to_Radiance (replaced by single
34
statement) and Set_L1B_UI_Left_Bit (never used, obsolete).
35
Jim Rogers (rogers@mcst.gsfc.nasa.gov)
36
37
Revision 01.01 Feb 17, 1999
38
Changed names of Get_L1B_SI and Get_L1B_UI to "Set...". Deleted
39
duplicate declarations that were present in Reflective_Cal.h.
40
Moved ADC_correction to PreprocessP.h as part of moving DN_to_DN_star
41
to Preprocess.c to avoid circular include dependencies.
42
Jim Rogers (rogers@mcst.gsfc.nasa.gov)
43
44
Revision 01.00 Nov 1998
45
Zhenying Gu (zgu@mcst.gsfc.nasa.gov)
46
47
!References and Credits:
48
This software is developed by the MODIS Characterization Support
49
Team (MCST) for the National Aeronautics and Space Administration,
50
Goddard Space Flight Center, under contract NAS5-32373.
51
52
HDF portions developed at the National Center for Supercomputing
53
Applications at the University of Illinois at Urbana-Champaign.
54
55
!Design Notes:
56
57
!END********************************************************************
58
*/
59
60
#endif
/* REFLECTIVE_CALP_H */
61
62
L1B_Tables.h