ocssw
V2022
|
l1c_str.h File Reference
#include "l1c_filehandle.h"
#include <stdbool.h>
#include <stdint.h>
#include "l1c_input.h"
#include <filehandle.h>
#include <netcdf>
#include "l1c_latlongrid.h"
Include dependency graph for l1c_str.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | l1c_str |
Namespaces | |
l1c | |
Functions | |
int32_t | openl1b_ocis_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | readl1b_ocis_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile, int32_t recnum) |
int32_t | closel1b_ocis_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | openl1b_oci_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | closel1b_oci_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | openl1b_spex_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | readl1b_spex_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile, int32_t recnum) |
int32_t | closel1b_spex_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | openl1b_harp2_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | readl1b_harp2_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile, int32_t recnum) |
int32_t | closel1b_harp2_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile) |
int32_t | openl1b_misr_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile, filehandle *l1file) |
int32_t | readl1b_misr_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile, filehandle *l1file, int32_t recnum) |
int32_t | closel1b_misr_l1c (l1c_str *l1cstr, l1c_filehandle *l1cfile, filehandle *l1file) |
int32_t | readl1b_ocis_3lines (l1c_str *l1cstr, l1c_filehandle *l1cfile, int32_t recnum) |
int32_t | writel1c_ocis (l1c_str *l1cstr, bin_str *binl1c, netCDF::NcFile *nc_output, float **Ltfrac, float **areafrac, short **obs_view, int band_ix, int view_ix) |