|
ocssw
V2022
|
#include <stdio.h>#include <sys/stat.h>#include <stdlib.h>#include <fcntl.h>#include <string.h>#include <errno.h>#include <unistd.h>#include <libgen.h>#include <setupflags.h>#include "l12_proto.h"#include "calfile_utils.h"#include <hdf5.h>#include <readL2scan.h>Go to the source code of this file.
Functions | |
| int | read9km_mask (char *file, char *mask) |
| int | is_masked (int32_t bin, char *mask, int32_t nrows) |
| int | main (int argc, char *argv[]) |
Variables | |
| int16_t | fileID = 0 |
| float *** | aots |
| float *** | nlws |
Function Documentation
◆ is_masked()
| int is_masked | ( | int32_t | bin, |
| char * | mask, | ||
| int32_t | nrows | ||
| ) |
Definition at line 65 of file read9km_mask.c.
◆ 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
Definition at line 52 of file main_l1det2det.c.
◆ read9km_mask()
| int read9km_mask | ( | char * | file, |
| char * | mask | ||
| ) |
Definition at line 25 of file read9km_mask.c.
Variable Documentation
◆ aots
| float*** aots |
Definition at line 46 of file main_l1det2det.c.
◆ fileID
| int16_t fileID = 0 |
Definition at line 44 of file main_l1det2det.c.
◆ nlws
| float *** nlws |
Definition at line 46 of file main_l1det2det.c.


