|
ocssw
V2022
|
#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <stdlib.h>#include <fcntl.h>#include <string.h>#include <libgen.h>#include <math.h>#include <readL2scan.h>#include "l12_proto.h"#include <setupflags.h>#include "calfile_utils.h"#include <hdf5.h>Go to the source code of this file.
Macros | |
| #define | NOVALIDPIX 111 |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int16_t | fileID = 0 |
| float *** | aots |
| float *** | nlws |
Macro Definition Documentation
◆ NOVALIDPIX
| #define NOVALIDPIX 111 |
Definition at line 47 of file main_vcalmerge.c.
Function Documentation
◆ 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 54 of file main_vcalmerge.c.
Variable Documentation
◆ aots
| float*** aots |
Definition at line 49 of file main_vcalmerge.c.
◆ fileID
| int16_t fileID = 0 |
Definition at line 46 of file main_vcalmerge.c.
◆ nlws
| float *** nlws |
Definition at line 49 of file main_vcalmerge.c.


