ocssw
V2022
|
genutils.h
size_t fwrite_swap(int little_endian, const void *ptr, size_t size, size_t nmemb, FILE *stream)
Definition: fread_swap.c:15
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude resolving resolving GSFcd00179 Corrected handling of fill values for[Sensor|Solar][Zenith|Azimuth] resolving MODxl01751 Changed to validate LUT version against a value retrieved from the resolving MODxl02056 Changed to calculate Solar Diffuser angles without adjustment for estimated post launch changes in the MODIS orientation relative to incidentally resolving defects MODxl01766 Also resolves MODxl01947 Changed to ignore fill values in SCI_ABNORM and SCI_STATE rather than treating them as resolving MODxl01780 Changed to use spacecraft ancillary data to recognise when the mirror encoder data is being set by side A or side B and to change calculations accordingly This removes the need for seperate LUTs for Side A and Side B data it makes the new LUTs incompatible with older versions of the and vice versa Also resolves MODxl01685 A more robust GRing algorithm is being which will create a non default GRing anytime there s even a single geolocated pixel in a granule Removed obsolete messages from seed as required for compatibility with version of the SDP toolkit Corrected test output file names to end in out
Definition: HISTORY.txt:422
this program makes no use of any feature of the SDP Toolkit that could generate such a then geolocation is calculated at that resolution
Definition: HISTORY.txt:188
float bioBandShift(float xin[], float yin[], float chl, int32_t nin, float xout)
int getlut_file(char *lut_file, short *rlut, short *glut, short *blut)
Definition: getlut_file.c:8
size_t fread_swap(int little_endian, void *ptr, size_t size, size_t nmemb, FILE *stream)
Definition: fread_swap.c:4
void * allocateMemory(size_t numBytes, const char *name)
Definition: allocateMemory.c:7
double degrees2resolution(double degrees)
Pixel resolution degrees to meters.
Definition: resolution_utils.cpp:93
double string2resolution(std::string resolutionStr)
Definition: resolution_utils.cpp:13
std::string resolution2string(double resolution)
Definition: resolution_utils.cpp:66
void parse_file_name(const char *inpath, char *outpath)
Definition: parse_file_name.c:23
const char * resolution2str(double resolution)
Pixel resolution meters to string.
Definition: resolution_utils.cpp:84
double resolution2degrees(double resolution)
Pixel resolution meters to degrees.
Definition: resolution_utils.cpp:89
int swapc_bytes2(const char *in, char *out, int nbyte, int ntime)
Definition: swapc_bytes.c:24
void lspline(float xin[], float yin[], int32_t nin, float xout[], float yout[], int32_t nout)
Definition: lspline.c:20
double str2resolution(char const *resolutionStr)
Pixel resolution string to meters.
Definition: resolution_utils.cpp:79
const char * getFileFormatExtension(const char *str)
Definition: fileFormatUtils.c:221