|
ocssw
1.0
|
Go to the source code of this file.
Defines | |
| #define | L3M_PARAMS 17 |
| #define | NLW_412 0 |
| #define | NLW_443 1 |
| #define | NLW_490 2 |
| #define | NLW_510 3 |
| #define | NLW_555 4 |
| #define | NLW_670 5 |
| #define | CZCS_PIGMENT 6 |
| #define | CHLOR_A 7 |
| #define | K_490 8 |
| #define | CHOR_A_K_490 9 |
| #define | ANGSTROM_510 10 |
| #define | EPSILON 11 |
| #define | TAU_865 12 |
| #define | PIXELS 13 |
| #define | SCENES 14 |
| #define | NDVI 15 |
| #define | BIOSPHERE 16 |
Variables | |
| char * | parmname_list [] |
| char * | unit_list [] |
| char * | scaling_list [] |
| float32 | slope_list [] |
| float32 | intercept_list [] = {0, 0, 0, 0, 0, 0, -2.0, -2.0, 0, 0, -0.5, 0, 0, 0, 0, -0.35,0.0} |
| float32 | base = 10.0 |
| #define ANGSTROM_510 10 |
Definition at line 16 of file maplists.h.
| #define BIOSPHERE 16 |
Definition at line 22 of file maplists.h.
| #define CHLOR_A 7 |
Definition at line 13 of file maplists.h.
| #define CHOR_A_K_490 9 |
Definition at line 15 of file maplists.h.
| #define CZCS_PIGMENT 6 |
Definition at line 12 of file maplists.h.
| #define EPSILON 11 |
Definition at line 17 of file maplists.h.
| #define K_490 8 |
Definition at line 14 of file maplists.h.
| #define L3M_PARAMS 17 |
Definition at line 4 of file maplists.h.
| #define NDVI 15 |
Definition at line 21 of file maplists.h.
| #define NLW_412 0 |
Definition at line 6 of file maplists.h.
| #define NLW_443 1 |
Definition at line 7 of file maplists.h.
| #define NLW_490 2 |
Definition at line 8 of file maplists.h.
| #define NLW_510 3 |
Definition at line 9 of file maplists.h.
| #define NLW_555 4 |
Definition at line 10 of file maplists.h.
| #define NLW_670 5 |
Definition at line 11 of file maplists.h.
| #define PIXELS 13 |
Definition at line 19 of file maplists.h.
| #define SCENES 14 |
Definition at line 20 of file maplists.h.
| #define TAU_865 12 |
Definition at line 18 of file maplists.h.
| float32 base = 10.0 |
Definition at line 106 of file maplists.h.
| float32 intercept_list[] = {0, 0, 0, 0, 0, 0, -2.0, -2.0, 0, 0, -0.5, 0, 0, 0, 0, -0.35,0.0} |
Definition at line 104 of file maplists.h.
| char* parmname_list[] |
{
"Normalized water-leaving radiance at 412 nm",
"Normalized water-leaving radiance at 443 nm",
"Normalized water-leaving radiance at 490 nm",
"Normalized water-leaving radiance at 510 nm",
"Normalized water-leaving radiance at 555 nm",
"Normalized water-leaving radiance at 670 nm",
"CZCS-like pigment concentration",
"Chlorophyll a concentration",
"Diffuse attenuation coefficient at 490 nm",
"Ratio of chlor_a to K_490",
"Epsilon of aerosol correction at 670 and 865 nm",
"Angstrom coefficient at 510 nm",
"Aerosol optical thickness at 865 nm",
"Number of pixels per bin",
"Number of scenes per bin",
"Vegitation Index",
"Chlorophyll a Concentration and Vegitation Index"
}
Definition at line 24 of file maplists.h.
| char* scaling_list[] |
{
"linear",
"linear",
"linear",
"linear",
"linear",
"linear",
"logarithmic",
"logarithmic",
"linear",
"linear",
"linear",
"linear",
"linear",
"linear",
"linear",
"linear",
"chl_a: logarithmic, ndvi: linear"
}
Definition at line 64 of file maplists.h.
| float32 slope_list[] |
{
0.02,
0.02,
0.02,
0.02,
0.02,
0.004,
0.015,
0.015,
0.004,
0.1,
0.02,
0.01,
0.005,
1.0,
1.0,
0.005,
0.0
}
Definition at line 84 of file maplists.h.
| char* unit_list[] |
{
"mW cm^-2 um^-1 sr^-1",
"mW cm^-2 um^-1 sr^-1",
"mW cm^-2 um^-1 sr^-1",
"mW cm^-2 um^-1 sr^-1",
"mW cm^-2 um^-1 sr^-1",
"mW cm^-2 um^-1 sr^-1",
"mg m^-3",
"mg m^-3",
"m^-1",
"mg m^-2",
"",
"",
"",
"pixels",
"scenes",
"",
"chl_a: mg m^-3, ndvi: dimensionless"
}
Definition at line 44 of file maplists.h.
1.7.6.1