OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2stat_proto.h
Go to the documentation of this file.
1 #ifndef STATPROTO_H
2 #define STATPROTO_H
3 
4 extern int32 read_cntldata
5 PROTO((char *cntl_file, cntl_str *grschk, cntl_str *statchk,
6  flag_str *flgchk));
7 
8 extern int32 l2file
9 PROTO((int32 sdfid, int32 *nsamp, int32 *nscans, char *dtype));
10 
11 extern int32 chk_grsstat
12 PROTO((int32 sdfid, int32 nscans, int32 nsamp, cntl_str *grschk,
13  cntl_str *statchk, char *extra_flags));
14 
15 extern int16 set_mask
16 PROTO((int32 sdfid, char *extra_flags, uint16 *mask));
17 
18 extern int32 chk_flg
19 PROTO((int32 sdfid, flag_str *flgchk));
20 
21 extern void stat_exit
22 PROTO((int status));
23 
24 extern int32 rdattr
25 PROTO((int32 sdfid, char *attr_name, void *buf));
26 
27 extern int32 rdslice
28 PROTO((int32 sdfid, char *name, int32 *start, int32 *edge, void *buf));
29 
30 extern int32 getattrsz
31 PROTO((int32 id, char *attr_name, int32 *nt, int32 *count));
32 
33 #endif /* STATPROTO_H */
integer, parameter int16
Definition: cubeio.f90:3
int32 rdslice(int32 sdfid, char *name, int32 *start, int32 *edge, void *buf)
Definition: stat_chk_utl.c:94
int status
Definition: l1_czcs_hdf.c:32
int rdattr(char *filename)
Definition: rdattr.c:34
int16 set_mask(int32 sdfid, char *extra_flags, uint16 *mask)
Definition: l2stat_chk.c:617
int32 chk_grsstat(int32 sdfid, int32 nscans, int32 nsamp, cntl_str *grschk, cntl_str *statchk, char *extra_flags)
Definition: l2stat_chk.c:378
int32 chk_flg(int32 sdfid, flag_str *flgchk)
Definition: l2stat_chk.c:671
void stat_exit(int status)
Definition: l1stat_chk.c:1688
int32 getattrsz(int32 id, char *attr_name, int32 *nt, int32 *count)
Definition: l2stat_chk.c:856
a context in which it is NOT documented to do so subscript which cannot be easily calculated when extracting TONS attitude data from the Terra L0 files Corrected several defects in extraction of entrained ephemeris and and as HDF file for both the L1A and Geolocation enabling retrieval of South Polar DEM data Resolved Bug by changing to opent the geolocation file only after a successful read of the L1A and also by checking for fatal errors from not restoring C5 and to report how many of those high resolution values were water in the new WaterPresent SDS Added valid_range attribute to Land SeaMask Changed to bilinearly interpolate the geoid_height to remove artifacts at one degree lines Made corrections to const qualification of pointers allowed by new version of M API library Removed casts that are no longer for same not the geoid Corrected off by one error in calculation of high resolution offsets Corrected parsing of maneuver list configuration parameter Corrected to set Height SDS to fill values when geolocation when for elevation and land water mask
Definition: HISTORY.txt:114
dtype
Definition: DDataset.hpp:31
int32 read_cntldata(char *cntl_file, char *fsttim, cntl1_str *gn1, cntl1_str *gn2, cntl1_str *zero, cntl2_str *l1hicnt, cntl2_str *l1locnt, float32 *nav_thresh1, float32 *nav_thresh2, float32 *l1tilt_thresh, float32 *pct_noise_thresh, float32 *pct_encrypt_thresh, thr_ctl_def *thr_ctl, int16 *rpt_negtim)
Definition: l1stat_chk.c:276
int32 read_cntldata PROTO((char *cntl_file, cntl_str *grschk, cntl_str *statchk, flag_str *flgchk))
int32 l2file(int32 sdfid, int32 *nsamp, int32 *nscans, char *dtype)
Definition: l2stat_chk.c:313
int count
Definition: decode_rs.h:79