|
ocssw
V2022
|
#include <stdio.h>#include <math.h>#include <iostream>#include <sstream>#include <list>#include "netcdf.h"#include "hdf_bin.h"#include "version.h"#include "l12_proto.h"Go to the source code of this file.
Macros | |
| #define | NBINREAD MAXPIX |
| #define | FLAGMASK PRODFAIL |
Typedefs | |
| typedef Hdf::binListStruct | blstr |
Functions | |
| void | l3gen_usage (char *prog) |
| void | load_l3file_handle (int sensorID, int filenum, filehandle *file) |
| void | load_input_filehandle (filehandle *l1file) |
| void | load_l12 (l2str *l2rec) |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ FLAGMASK
| #define FLAGMASK PRODFAIL |
Definition at line 21 of file main_l3gen.cpp.
◆ NBINREAD
| #define NBINREAD MAXPIX |
Definition at line 20 of file main_l3gen.cpp.
Typedef Documentation
◆ blstr
| typedef Hdf::binListStruct blstr |
Definition at line 28 of file main_l3gen.cpp.
Function Documentation
◆ l3gen_usage()
| void l3gen_usage | ( | char * | prog | ) |
Definition at line 30 of file main_l3gen.cpp.
◆ load_input_filehandle()
| void load_input_filehandle | ( | filehandle * | l1file | ) |
Definition at line 47 of file main_l3gen.cpp.
◆ load_l12()
| void load_l12 | ( | l2str * | l2rec | ) |
Definition at line 82 of file main_l3gen.cpp.
◆ load_l3file_handle()
| void load_l3file_handle | ( | int | sensorID, |
| int | filenum, | ||
| filehandle * | file | ||
| ) |
Definition at line 34 of file main_l3gen.cpp.
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck.gantz@globalstar.com ...in 1998...found on http://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings
Setup l2str to read l2_name
check if the georegion has been supplied and check if it exists and can be opened.
Definition at line 114 of file main_l3gen.cpp.


