|
ocssw
V2022
|
#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>
Include dependency graph for l3stat.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | cntl_struct |
| struct | clim_struct |
Macros | |
| #define | NPARAMS 11 |
| #define | NFLAGS 32 |
| #define | BUFSZ 1000 |
| #define | MAXVAL 255 |
| #define | SET 1 |
| #define | NSAMP "Pixels per Scan Line" |
| #define | NSCANS "Number of Scan Lines" |
| #define | TITLE "Title" |
| #define | DTYPE "Data Type" |
| #define | PERCENTFLAGS "Flag Percentages" |
| #define | GAC "GAC" |
| #define | LAC "LAC" |
| #define | HRPT "HRPT" |
| #define | MASKNAMES "Mask Names" |
| #define | L3FLAGS "l3_flags" |
| #define | fltabs(x) (x>=0 ? x : -(x)) |


