|
ocssw
V2022
|
#include <geolocate_oci.h>
Public Member Functions | |
| geoFile () | |
| ~geoFile () | |
| int | createFile (const char *filename, const char *cdlfile, size_t sdim, int *ncid, int *gid, uint32_t bbb, uint32_t rbb, int16_t pcdim, int16_t psdim, size_t nswband, int32_t *rta_nadir, bool radiance) |
| int | parseDims (std::string dimString, std::vector< netCDF::NcDim > &varDims) |
| int | close () |
Public Attributes | |
| netCDF::NcFile * | geofile |
| netCDF::NcGroup | ncGrps [10] |
Detailed Description
Definition at line 28 of file geolocate_oci.h.
Constructor & Destructor Documentation
◆ geoFile()
| geoFile | ( | ) |
Definition at line 112 of file geolocate_oci.h.
◆ ~geoFile()
| ~geoFile | ( | ) |
Definition at line 117 of file geolocate_oci.h.
Member Function Documentation
◆ close()
| int close | ( | ) |
Definition at line 2189 of file geolocate_oci.cpp.
◆ createFile()
| int createFile | ( | const char * | filename, |
| const char * | cdlfile, | ||
| size_t | sdim, | ||
| int * | ncid, | ||
| int * | gid, | ||
| uint32_t | bbb, | ||
| uint32_t | rbb, | ||
| int16_t | pcdim, | ||
| int16_t | psdim, | ||
| size_t | nswband, | ||
| int32_t * | rta_nadir, | ||
| bool | radiance | ||
| ) |
Definition at line 1804 of file geolocate_oci.cpp.
◆ parseDims()
| int parseDims | ( | std::string | dimString, |
| std::vector< netCDF::NcDim > & | varDims | ||
| ) |
Definition at line 2150 of file geolocate_oci.cpp.
Member Data Documentation
◆ geofile
| netCDF::NcFile* geofile |
Definition at line 42 of file geolocate_oci.h.
◆ ncGrps
| netCDF::NcGroup ncGrps[10] |
Definition at line 43 of file geolocate_oci.h.
The documentation for this class was generated from the following files:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/l1bgen_oci/geolocate_oci.h
- /gfs-oceanweb/web/ocssw/ocssw_src/src/l1bgen_oci/geolocate_oci.cpp


