ocssw
V2022
|
goci.h
int goci_l1b_get_date(goci_l1b_t *goci_l1b, char *tim_str, int *year, int *month, int *day)
read a date of GOCI data
Definition: goci.c:415
int32_t goci_slot_nav(int32_t ipix, int32_t ilin, int32_t bnd, int32_t itile, slot_nav_str *slot_nav, int32_t nbnd, int32_t nslot, unsigned char *bnd_tile_lut, float *nradsq)
Definition: goci_slot.c:302
unsigned char goci_slot_time(int32_t ipix, int32_t ilin, goci_l1b_t *goci_l1b, float *rel_sec)
Definition: goci_slot.c:436
These are used to scale the SD before writing it to the HDF4 file The default is and which means the product is not scaled at all Since the product is usually stored as a float inside of this is a way to write the float out as a integer l2prod min
Definition: HOWTO_Add_a_product.txt:76
void goci_proj4_convert(goci_l1b_t *l1b, int numPoints, double *x, double *y)
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 band
Definition: HOWTO_Add_a_product.txt:42
int goci_l1b_get_time(goci_l1b_t *goci_l1b, char *tim_str, int *hour, int *min, int *sec)
read a time of GOCI data
Definition: goci.c:452
int32_t goci_slot_init(hid_t file_id, hsize_t *dims, float *slot_rel_time, unsigned char *slot_asg, int32_t *slot_nav_avail)
Definition: goci_slot.c:20
Definition: goci.h:13
int goci_l1b_get_band(goci_l1b_t *goci_l1b, int band, int line, uint32_t *buf)
read specified band and line from GOCI file.
Definition: goci.c:488