OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_czcs_hdf.h
Go to the documentation of this file.
1 /*
2  * W. Robinson, SAIC, 10 Dec 2004 new for CZCS
3  */
4 #ifndef L1_CZCSW_H
5 #define L1_CZCSW_H
6 
7 int openl1_czcs(filehandle *file);
8 int readl1_czcs(filehandle *file, int32_t recnum, l1str *l1rec);
9 int closel1_czcs(filehandle *file);
10 int cz_posll_2_satang(float *, int, float *, float *, float *, float *);
11 void matrix_mult(double[3], double[3][3], double[3]);
12 void cross_prod(double *, double *, double *);
13 
14 #endif
int readl1_czcs(filehandle *file, int32_t recnum, l1str *l1rec)
Definition: l1_czcs_hdf.c:477
read l1rec
int cz_posll_2_satang(float *, int, float *, float *, float *, float *)
Definition: l1_czcs_hdf.c:705
int closel1_czcs(filehandle *file)
Definition: l1_czcs_hdf.c:674
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
read recnum
void cross_prod(double *, double *, double *)
Definition: l1_czcs_hdf.c:833
void matrix_mult(double[3], double[3][3], double[3])
Definition: l1_czcs_hdf.c:802
int openl1_czcs(filehandle *file)
Definition: l1_czcs_hdf.c:361