A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
smigen
smi_maplists.h
Go to the documentation of this file.
1
#ifndef MAPLISTS_H
/* avoid re-inclusion */
2
#define MAPLISTS_H
3
4
float32
base
= 10.0;
5
6
const
char
*
measure_list
[] = {
7
"Mean"
,
8
"Variance"
,
9
"Standard deviation"
,
10
"Pixels per bin"
,
11
"Scenes per bin"
12
};
13
14
#endif
/* MAPLISTS_H */
15
16
base
float32 base
Definition:
smi_maplists.h:4
measure_list
const char * measure_list[]
Definition:
smi_maplists.h:6