OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
proto.h
Go to the documentation of this file.
1 #include "mfhdf.h"
2 
3 void chand(float xphi, float xmuv, float xmus, float *xtau, float *rhoray, double *trup, double *trdown, int nbands, char *process);
4 int compute_l1b(int32 sd_id, int iline, float *l1b_data[], char *calibtable, char newfile);
5 float csalbr(float xtau);
6 void make_psurf(signed short *psurf, char *file, int Nlines, int Npixels, float psurf0);
7 int get_attributes(int32 sd_id, char *prefix, int *Nlines, int *Npixels, int *startpix, int *subsampling, int *year, int *doy, int *orbno, char *title);
8 int get_calib_sds(int32 sd_id, int16 *dark_rest, int16 *gain, int16 *tdi, int16 *scan_temp, int16 *side, int32 *msec);
9 int get_navig_sds(int32 sd_id, float32 *sen_mat, float32 *orb_vec, float32 *sun_ref, float32 *scan_ell, int32 *msec);
10 int get_navig_sds_line(int32 sd_id, int iline, float32 *sen_mat, float32 *orb_vec, float32 *sun_ref, float32 *scan_ell, char newfile);
11 int read_attr(int32 sd_id, char *attrname, void *attr);
12 int32 open_sds(int32 sd_id, char *sds_name);
13 int read_sds(int32 sd_id, char *sds_name, void *dataP);
14 int read_sds_block(int32 sds_id, int iline, int buflines, void *dataP);
15 int write_sds(int32 sd_id, char *SDSname, void *data, int startline, int buflines, int Nl, int Np, int32 numtype, void *fillvalue, float64 scale_factor, char verbose, char gzip);
int get_navig_sds_line(int32 sd_id, int iline, float32 *sen_mat, float32 *orb_vec, float32 *sun_ref, float32 *scan_ell, char newfile)
Definition: get_navig_sds.c:4
integer, parameter int16
Definition: cubeio.f90:3
int read_sds(int32 sd_id, char *sds_name, void *dataP)
Definition: read_write.c:42
int read_sds_block(int32 sds_id, int iline, int buflines, void *dataP)
Definition: read_write.c:19
int16 * gain
Definition: l1_czcs_hdf.c:33
void chand(float xphi, float xmuv, float xmus, float *xtau, float *rhoray, double *trup, double *trdown, int nbands, char *process)
Definition: chand.c:5
int get_attributes(int32 sd_id, char *prefix, int *Nlines, int *Npixels, int *startpix, int *subsampling, int *year, int *doy, int *orbno, char *title)
Definition: get_attributes.c:4
int16_t * dark_rest
Definition: l1a_seawifs.c:89
int32 * msec
Definition: l1_czcs_hdf.c:31
int write_sds(int32 sd_id, char *SDSname, void *data, int startline, int buflines, int Nl, int Np, int32 numtype, void *fillvalue, float64 scale_factor, char verbose, char gzip)
Definition: read_write.c:75
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 get_navig_sds(int32 sd_id, float32 *sen_mat, float32 *orb_vec, float32 *sun_ref, float32 *scan_ell, int32 *msec)
Definition: get_navig_sds.c:31
int read_attr(int32 sd_id, char *attrname, void *attr)
Definition: read_write.c:61
int16_t tdi[BANDS_DIMS_1A]
Definition: l1a_seawifs.c:37
int32 open_sds(int32 sd_id, char *sds_name)
Definition: read_write.c:6
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude data
Definition: HISTORY.txt:356
int compute_l1b(int32 sd_id, int iline, float *l1b_data[], char *calibtable, char newfile)
Definition: compute_l1b.c:9
int32_t nbands
int16_t * side
Definition: l1a_seawifs.c:88
int scan_ell(float p[3], double sm[3][3], double coef[10])
void make_psurf(signed short *psurf, char *file, int Nlines, int Npixels, float psurf0)
Definition: make_psurf.c:6
float csalbr(float xtau)
Definition: get_rhos.c:90
int get_calib_sds(int32 sd_id, int16 *dark_rest, int16 *gain, int16 *tdi, int16 *scan_temp, int16 *side, int32 *msec)
Definition: get_calib_sds.c:4
int verbose
Definition: fmt_check.c:6