OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
rdprism.h
Go to the documentation of this file.
1 #ifndef _L1_AVIRIS_H
2 #define _L1_AVIRIS_H
3 
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
7 
8 extern "C" int close_prism(prism4ocia_t *data);
9 extern "C" prism4ocia_t* open_prism(char *filename, prism4ocia_t **data);
10 extern "C" int read_prism(prism4ocia_t *data, int32_t recnum);
11 extern "C" char* getinbasename_av(char *file);
12 extern "C" int endianess(void);
13 extern "C" float checkTagLine_f(char *linein, char* tag);
14 extern "C" char *checkTagLine(char *linein, char* tag);
15 //extern "C" int readBinScanLine_float(float *Lt, int32_t recnum, int32_t npix, double *gain, int nbands, int numBands, int interleave, int swap, FILE *ptr);
16 
17 #endif
int close_prism(prism4ocia_t *data)
Definition: read_prism.c:509
char * checkTagLine(char *linein, char *tag)
Definition: jplaeriallib.c:433
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 file
Definition: HISTORY.txt:413
int endianess(void)
determine endianess
Definition: endianess.c:10
read recnum
prism4ocia_t * open_prism(char *filename, prism4ocia_t **data)
Definition: read_prism.c:74
char filename[FILENAME_MAX]
Definition: atrem_corl1.h:122
int read_prism(prism4ocia_t *data, int32_t recnum)
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude data
Definition: HISTORY.txt:356
char * getinbasename_av(char *file)
Definition: jplaeriallib.c:17
float checkTagLine_f(char *linein, char *tag)
Definition: jplaeriallib.c:457