NASA Logo
Ocean Color Science Software

ocssw V2022
l1_viirs_h5.h
Go to the documentation of this file.
1 #ifndef _L1_VIIRS_H5_H
2 #define _L1_VIIRS_H5_H
3 
4 #include <stdint.h>
5 #include "l1.h"
6 #include "h5io.h"
7 
8 int closel1_viirs_h5(filehandle *l1file);
9 int openl1_viirs_h5(filehandle *l1file);
10 int readl1_viirs_h5(filehandle *l1file, int32_t recnum, l1str *l1rec, int lonlat);
11 
12 #endif
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
read l1rec
int closel1_viirs_h5(filehandle *l1file)
Definition: l1_viirs_h5.c:1754
read recnum
subroutine lonlat(alon, alat, xlon, ylat)
Definition: lonlat.f:2
int openl1_viirs_h5(filehandle *l1file)
Definition: l1_viirs_h5.c:622
int readl1_viirs_h5(filehandle *l1file, int32_t recnum, l1str *l1rec, int lonlat)
Definition: l1_viirs_h5.c:1404