|
ocssw
V2022
|
#include "l1_hdf_generic_read.h"#include "l1.h"#include <hdf4utils.h>#include <hdf.h>#include <mfhdf.h>Go to the source code of this file.
Macros | |
| #define | BANDED 2 |
| #define | INTERLACED 3 |
Functions | |
| void | get_l1data (int32_t sd_id, int32_t scan, int32_t npix, int32_t nbands, int32_t bindx[], int32_t format, l1str *l1rec) |
| int | openl1_read_hdf_g (filehandle *file) |
| int | readl1_hdf_g (filehandle *file, int32_t recnum, l1str *l1rec) |
| int | closel1_hdf_g (filehandle *file) |
Macro Definition Documentation
◆ BANDED
| #define BANDED 2 |
Definition at line 6 of file l1_hdf_generic_read.c.
◆ INTERLACED
| #define INTERLACED 3 |
Definition at line 7 of file l1_hdf_generic_read.c.
Function Documentation
◆ closel1_hdf_g()
| int closel1_hdf_g | ( | filehandle * | file | ) |
Definition at line 157 of file l1_hdf_generic_read.c.
◆ get_l1data()
| void get_l1data | ( | int32_t | sd_id, |
| int32_t | scan, | ||
| int32_t | npix, | ||
| int32_t | nbands, | ||
| int32_t | bindx[], | ||
| int32_t | format, | ||
| l1str * | l1rec | ||
| ) |
Definition at line 19 of file l1_hdf_generic_read.c.
◆ openl1_read_hdf_g()
| int openl1_read_hdf_g | ( | filehandle * | file | ) |
Definition at line 82 of file l1_hdf_generic_read.c.
◆ readl1_hdf_g()
| int readl1_hdf_g | ( | filehandle * | file, |
| int32_t | recnum, | ||
| l1str * | l1rec | ||
| ) |
Definition at line 119 of file l1_hdf_generic_read.c.


