ocssw  1.0
/disk01/web/ocssw/build/src/smigen/smi_maplists.h (r8087/r3)
Go to the documentation of this file.
00001 #ifndef MAPLISTS_H /* avoid re-inclusion */
00002 #define MAPLISTS_H
00003 
00004 /*#define L3M_PARAMS 70*/
00005 int32 L3M_PARAMS = 0;
00006 
00007 char **parmname_list;
00008 char **parmname_short;
00009 char **unit_list;
00010 char **scaling_list;
00011 float32 *maximum_list;
00012 float32 *minimum_list;
00013 char **palette_list;
00014 char **precision_list;
00015 
00016 float32 base = 10.0;
00017 
00018 char *measure_list[] = {
00019         "Mean",
00020         "Variance",
00021         "Standard deviation",
00022         "Pixels per bin",
00023         "Scenes per bin"
00024 };
00025 
00026 #endif /* MAPLISTS_H */
00027 
00028