OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
VcstCalLutInputItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2  *
3  * NAME: VcstCalLutInputItem.h
4  *
5  * DESCRIPTION: Subclass of the the VcstLutInputItem object class to provide input
6  * file processing specific to calibration LUTs--mainly endian conversion.
7  *
8  * Created on: Aug 25, 2014
9  * Author: Sam Anderson, VCST
10  *
11  *******************************************************************************/
12 
13 #ifndef VcstCalLutInputItem_h
14 #define VcstCalLutInputItem_h
15 
16 #include <VcstLutInputItem.h>
17 
19 public:
20 
26  VcstCalLutInputItem(const std::string& groupName, size_t size);
27 
33  virtual ~VcstCalLutInputItem();
34 
35 protected:
36 
42  int convertEndianness();
43 
47  int convert_SDR_DNB_RVS();
60  int convert_SDR_RSR_LUT();
65  int convert_SDR_RVS_LUT();
71 
72 };
73 
74 
75 
76 #endif
virtual ~VcstCalLutInputItem()
int convert_SDR_RADIOMETRIC_PARAMETERS()
int convert_SDR_EMISSIVE_LUT()
int convert_SDR_OBC_RR_TABLE()
int convert_SDR_HAM_ER_TABLE()
@ string
int convert_SDR_DNB_FRAME_TO_ZONE()
int convert_SDR_DNB_LGS_GAINS_LUT()
int convert_SDR_BB_TEMP_COEFFS()
int convert_SDR_RELATIVE_SPECTRAL_RESPONSE_LUT()
int convert_DG_ANOMALY_DN_LIMITS_LUT()
int convert_SDR_DNB_GAIN_RATIOS_LUT()
VcstCalLutInputItem(const std::string &groupName, size_t size)
int convert_SDR_F_PREDICTED_LUT()
int convert_DNB_STRAY_LIGHT_CORRECTION_LUT()
int convert_SDR_SOLAR_IRAD_LUT()
int convert_SDR_OBC_ER_TABLE()
int convert_SDR_OBS_TO_PIXELS()
int convert_SDR_RTA_ER_TABLE()
int convert_SDR_REFLECTIVE_LUT()