ocssw
V2022
|
scale_sds.c
Go to the documentation of this file.
228 "-W- %s Line %d: Stubbornly refusing to scale floating point data: \n\t%s\n", __FILE__, __LINE__, p->productName);
uint16_t * float2uint16(float32 fbuf[], int32_t spix, int32_t npix, int incr, float slope, float offset)
Definition: scale_sds.c:90
HDF4 data type of the output SDS Default is DFNT_FLOAT32 Common types used DFNT_INT32
Definition: HOWTO_Add_a_product.txt:67
int16_t * float2int16(float32 fbuf[], int32_t spix, int32_t npix, int incr, float slope, float offset)
Definition: scale_sds.c:45
int8_t * float2int8(float32 fbuf[], int32_t spix, int32_t npix, int incr, float slope, float offset)
Definition: scale_sds.c:169
HDF4 data type of the output SDS Default is DFNT_FLOAT32 Common types used DFNT_INT16
Definition: HOWTO_Add_a_product.txt:67
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude data
Definition: HISTORY.txt:356
uint8_t * float2uint8(float32 fbuf[], int32_t spix, int32_t npix, int incr, float slope, float offset)
Definition: scale_sds.c:129
This should be set to the NetCDF standard name if exists for this product Create a function that computes your product edit get_myprod c add prototype to l12_proto h add get_myprod c to add_executable for l2gen and l3gen in CMakeLists txt Add an entry to the output routine to call your function edit prodgen c edit function prodgen() case CAT_myprod pbuf
Definition: HOWTO_Add_a_product.txt:128
float * unscale_sds(void *data, productInfo_t *p, int32_t spix, int32_t npix, int incr)
Definition: scale_sds.c:245
HDF4 data type of the output SDS Default is DFNT_FLOAT32 Common types used DFNT_FLOAT32
Definition: HOWTO_Add_a_product.txt:67