ocssw
V2022
|
epr_msph.c
Go to the documentation of this file.
308 field_info = epr_create_field_info(tp, h_name, token_name, num_elems, num_bytes, 1, token_unit);
329 void epr_parse_string_token(EPR_SPtrArray* header_values, char* token_value, epr_uint* num_elems, epr_uint* num_bytes, EPR_EDataTypeId* tp)
358 void epr_parse_double_token(EPR_SPtrArray* header_values, char* token_value, epr_uint* num_elems, epr_uint* num_bytes, EPR_EDataTypeId* tp)
388 void epr_parse_int_token(EPR_SPtrArray* header_values, char* token_value, epr_uint* num_elems, epr_uint* num_bytes, EPR_EDataTypeId* tp)
501 field_info = (EPR_SFieldInfo*)epr_get_ptr_array_elem_at(record->info->field_infos, field_index);
void epr_set_header_field_values(EPR_SRecord *record, EPR_SPtrArray *header_values)
Definition: epr_msph.c:487
void epr_free_char_ptr_array(EPR_SPtrArray *char_ptr_array)
Definition: epr_ptrarray.c:65
void epr_store_header(const char *header_name, const char *ascii_source)
Definition: epr_msph.c:157
u5 which has been done in the LOCALGRANULEID metadata should have an extension NRT It is requested to identify the NRT production Changes from v6 which may affect scientific the sector rotation may actually occur during one of the scans earlier than the one where it is first reported As a the b1 values are about the LOCALGRANULEID metadata should have an extension NRT It is requested to identify the NRT to fill pixels affected by dead subframes with a special value Output the metadata of noisy and dead subframe Dead Subframe EV and Detector Quality Flag2 Removed the function call of Fill_Dead_Detector_SI to stop interpolating SI values for dead but also for all downstream products for science test only Changes from v5 which will affect scientific to conform to MODIS requirements Removed the Mixed option from the ScanType in the code because the L1A Scan Type is never Mixed Changed for ANSI C compliance and comments to better document the fact that when the HDF_EOS metadata is stricly the and products are off by and in the track respectively Corrected some misspelling of RCS swir_oob_sending_detector to the Reflective LUTs to enable the SWIR OOB correction detector so that if any of the sending detectors becomes noisy or non near by good detectors from the same sending band can be specified as the substitute in the new look up table Code change for adding an additional dimension of mirror side to the Band_21_b1 LUT to separate the coefficient of the two mirror sides for just like other thermal emissive so that the L1B code can calibrate Band scan to scan with mirror side dependency which leads better calibration result Changes which do not affect scientific when the EV data are not provided in this Crosstalk Correction will not be performed to the Band calibration data Changes which do not affect scientific and BB_500m in L1A Logic was added to turn off the or to spatial aggregation processes and the EV_250m_Aggr1km_RefSB and EV_500m_Aggr1km_RefSB fields were set to fill values when SDSs EV_250m and EV_500m are absent in L1A file Logic was added to skip the processing and turn off the output of the L1B QKM and HKM EV data when EV_250m and EV_500m are absent from L1A In this the new process avoids accessing and reading the and L1A EV skips and writing to the L1B and EV omits reading and subsampling SDSs from geolocation file and writing them to the L1B and omits writing metadata to L1B and EV and skips closing the L1A and L1B EV and SDSs Logic was added to turn off the L1B OBC output when the high resolution OBC SDSs are absent from L1A This is accomplished by skipping the openning of
Definition: HISTORY.txt:352
EPR_SRecord * epr_create_record_from_info(EPR_SRecordInfo *record_info)
Definition: epr_record.c:315
const EPR_SField * epr_get_field(const EPR_SRecord *record, const char *field_name)
Definition: epr_field.c:247
EPR_SRecordInfo * epr_create_record_info(const char *dataset_name, EPR_SPtrArray *field_infos)
Definition: epr_record.c:61
EPR_SRecord * epr_parse_header(const char *header_name, const char *ascii_source)
Definition: epr_msph.c:174
subroutine os(tamoy, trmoy, pizmoy, tamoyp, trmoyp, palt, phirad, nt, mu, np, rm, gb, rp, xl)
Definition: 6sm1.f:5484
char * epr_str_tok_tok(const char *str, const char *seps, const char *exceptions, epr_uint *pos)
Definition: epr_string.c:177
What value is used by your function when the data value is bad Default is BAD_FLT l2prod product_id[0]
Definition: HOWTO_Add_a_product.txt:102
void epr_parse_double_token(EPR_SPtrArray *header_values, char *token_value, epr_uint *num_elems, epr_uint *num_bytes, EPR_EDataTypeId *tp)
Definition: epr_msph.c:358
void * epr_get_ptr_array_elem_at(const EPR_SPtrArray *ptr_array, unsigned int index)
Definition: epr_ptrarray.c:122
EPR_SFieldInfo * epr_create_field_info(EPR_EDataTypeId data_type_id, char *description, char *field_name, epr_uint num_elems, epr_uint num_bytes, epr_uint more_count, char *unit)
Definition: epr_field.c:52
int epr_add_ptr_array_elem(EPR_SPtrArray *ptr_array, void *elem)
Definition: epr_ptrarray.c:75
void epr_set_err(EPR_EErrCode err_code, const char *err_message)
Definition: epr_core.c:221
void epr_parse_int_token(EPR_SPtrArray *header_values, char *token_value, epr_uint *num_elems, epr_uint *num_bytes, EPR_EDataTypeId *tp)
Definition: epr_msph.c:388
char * epr_str_tok(const char *str, const char *seps, int *pos)
Definition: epr_string.c:122
PARAM_TYPE_NONE Default value No parameter is buried in the product name name_prefix is case insensitive string compared to the product name PARAM_TYPE_VIS_WAVE The visible wavelength bands from the sensor are buried in the product name The product name is compared by appending and name_suffix ie aph_412_giop where prod_ix will be set to PARAM_TYPE_IR_WAVE same search method as PARAM_TYPE_VIS_WAVE except only wavelength above are looped through but prod_ix is still based ie aph_2_giop for the second and prod_ix set to PARAM_TYPE_INT name_prefix is compared with the beginning of the product name If name_suffix is not empty the it must match the end of the product name The characters right after the prefix are read as an integer and prod_ix is set to that number strncpy(l2prod->name_prefix, "myprod", UNITLEN)
void epr_parse_string_token(EPR_SPtrArray *header_values, char *token_value, epr_uint *num_elems, epr_uint *num_bytes, EPR_EDataTypeId *tp)
Definition: epr_msph.c:329
EPR_SPtrArray * epr_create_ptr_array(unsigned int capacity)
Definition: epr_ptrarray.c:29