|
ocssw
V2022
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include <unistd.h>#include <sstream>#include <iomanip>#include <stdint.h>#include <iostream>#include <fstream>#include "cdl_utils.h"#include "netcdf.h"#include "dfutils.h"#include "nc_gridutils.h"#include <gsl/gsl_errno.h>#include <gsl/gsl_spline.h>#include <gsl/gsl_sort_double.h>
Include dependency graph for aviris2orca.cpp:
Go to the source code of this file.
Macros | |
| #define | VERSION "0.10" |
Functions | |
| void | handle_error (int status) |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ VERSION
| #define VERSION "0.10" |
Definition at line 28 of file aviris2orca.cpp.
Function Documentation
◆ handle_error()
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 38 of file aviris2orca.cpp.


