ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "hdf.h"
#include "mfhdf.h"
Include dependency graph for l2stat.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 | flag_struct |
Macros | |
#define | NPARAMS 12 |
#define | NFLAGS 32 |
#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 | L2FLAGS "l2_flags" |
#define | fltabs(x) (x>=0 ? x : -(x)) |