OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_mos_hdf.h
Go to the documentation of this file.
1 #ifndef _L1_MOS_HDF_H
2 #define _L1_MOS_HDF_H
3 
4 #include <stdint.h>
5 #include "l1.h"
6 
7 int openl1_read_mos_hdf(filehandle *l1file);
8 int readl1_mos_hdf(filehandle *l1file, int32_t recnum, l1str *l1rec);
9 int closel1_mos_hdf(filehandle *l1file);
10 
11 #endif
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
read l1rec
int readl1_mos_hdf(filehandle *l1file, int32_t recnum, l1str *l1rec)
Definition: l1_mos_hdf.c:388
int closel1_mos_hdf(filehandle *l1file)
Definition: l1_mos_hdf.c:469
read recnum
int openl1_read_mos_hdf(filehandle *l1file)
Definition: l1_mos_hdf.c:101