ocssw
V2022
|
epr_product.c
Go to the documentation of this file.
194 sprintf(message_buffer, "product type %s (MERIS IODD%d)", product_id->id_string, product_id->meris_iodd_version);
215 sprintf(message_buffer, "product scene raster size: %u x %u", product_id->scene_width, product_id->scene_height);
287 for (record_info_index = 0; record_info_index < product_id->record_info_cache->length; record_info_index++) {
288 record_info = (EPR_SRecordInfo*)epr_get_ptr_array_elem_at(product_id->record_info_cache, record_info_index);
int epr_set_dyn_dddb_params(EPR_SProductId *product_id)
Definition: epr_param.c:126
char * epr_assign_string(char **str_clone, const char *str)
Definition: epr_string.c:29
EPR_SPtrArray * epr_create_band_ids(EPR_SProductId *product_id)
Definition: epr_band.c:43
const EPR_SField * epr_get_field(const EPR_SRecord *record, const char *field_name)
Definition: epr_field.c:247
EPR_SPtrArray * epr_create_dataset_ids(EPR_SProductId *product_id)
Definition: epr_dataset.c:102
epr_boolean epr_equal_names(const char *name1, const char *name2)
Definition: epr_string.c:91
int epr_detect_meris_iodd_version(EPR_SProductId *product_id)
Definition: epr_dsd.c:125
epr_uint epr_get_scene_width(const EPR_SProductId *product_id)
Definition: epr_product.c:357
void epr_free_record_info(EPR_SRecordInfo *record_info)
Definition: epr_record.c:109
void epr_free_product_id(EPR_SProductId *product_id)
Definition: epr_product.c:269
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
epr_uint epr_get_field_elem_as_uint(const EPR_SField *field, epr_uint elem_index)
Definition: epr_typconv.c:363
EPR_SPtrArray * epr_read_all_dsds(EPR_SProductId *product_id)
Definition: epr_dsd.c:469
void * epr_get_ptr_array_elem_at(const EPR_SPtrArray *ptr_array, unsigned int index)
Definition: epr_ptrarray.c:122
int errno
void epr_set_err(EPR_EErrCode err_code, const char *err_message)
Definition: epr_core.c:221
epr_uint epr_compute_scene_height(const EPR_SProductId *product_id)
Definition: epr_product.c:457
epr_uint epr_get_scene_height(const EPR_SProductId *product_id)
Definition: epr_product.c:374
epr_uint epr_compute_scene_width(const EPR_SProductId *product_id)
Definition: epr_product.c:418
EPR_SProductId * epr_open_product(const char *product_file_path)
Definition: epr_product.c:54
EPR_SPtrArray * epr_create_ptr_array(unsigned int capacity)
Definition: epr_ptrarray.c:29