14 #ifndef VcstCmnLutInputItem_h
15 #define VcstCmnLutInputItem_h
21 using namespace netCDF;
22 using namespace netCDF::exceptions;
50 int read_CMNGEO_PLATFORM_LUT(NcFile* nc_input);
52 int read_CMNGEO_JPL_EPHEM(NcFile* nc_input);
54 int read_CMNGEO_SAA_COEFF(NcFile* nc_input);
56 int read_CMNGEO_PARAM(NcFile* nc_input);
58 int read_VIIRS_SOLAR_DIFF_VOLT_LUT(NcFile* nc_input);
60 int read_VIIRS_SOLAR_DIFF_ROT_MATRIX_LUT(NcFile* nc_input);
62 int read_SDR_QA_LUT(NcFile* nc_input);
68 int convertEndianness();
70 int convert_CMNGEO_JPL_EPHEM();
72 int convert_CMNGEO_SAA_COEFF();
74 int convert_CMNGEO_PARAM();
76 int convert_VIIRS_SOLAR_DIFF_VOLT_LUT();
78 int convert_VIIRS_SOLAR_DIFF_ROT_MATRIX_LUT();
80 int convert_SDR_QA_LUT();