ocssw
V2022
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include "l2binmatch_input.h"
#include <readL2scan.h>
#include <L3File.h>
#include "calfile_utils.h"
#include <setupflags.h>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int16_t | fileID = 0 |
float *** | aots |
float *** | nlws |
instr * | input |
Function Documentation
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck ...in 1998...found on .gan tz@gl obal star. comhttp://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
Definition at line 29 of file main_l2binmatch.cpp.
Variable Documentation
◆ aots
float*** aots |
Definition at line 26 of file main_l2binmatch.cpp.
◆ fileID
int16_t fileID = 0 |
Definition at line 24 of file main_l2binmatch.cpp.
◆ input
instr* input |
Definition at line 27 of file main_l2binmatch.cpp.
◆ nlws
float *** nlws |
Definition at line 26 of file main_l2binmatch.cpp.