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
oel_util
libpiutils
sensorDefs.h
Go to the documentation of this file.
1
/*
2
* sensorDefs.h
3
*
4
* Created on: Oct 29, 2013
5
* Author: dshea
6
*/
7
8
#ifndef SENSOR_DEFS_H_
9
#define SENSOR_DEFS_H_
10
11
/* unique sensor IDs */
12
#define SEAWIFS 0
13
#define MOS 1
14
#define OCTS 2
15
#define AVHRR 3
16
#define OSMI 4
17
#define CZCS 5
18
#define MODIST 6
19
#define MODISA 7
20
#define OCM1 8
21
#define OCM2 9
22
#define MERIS 10
23
#define VIIRSN 11
/* VIIRS NPP */
24
#define OCRVC 12
25
#define HICO 13
26
#define GOCI 14
27
#define OLIL8 15
28
#define AQUARIUS 16
29
#define OCIA 17
30
#define AVIRIS 18
31
#define PRISM 19
32
#define OLCIS3A 20
33
#define SGLI 21
34
#define MSIS2A 22
/* MSI Sentinel-2A */
35
#define L5TM 23
36
#define L7ETMP 24
37
#define VIIRSJ1 25
/* VIIRS J1 */
38
#define MSIS2B 26
/* MSI Sentinel-2B */
39
#define HAWKEYE 27
40
#define MISR 28
41
#define OLCIS3B 29
42
#define OCI 30
43
#define OCIS 31
/* OCI simulated data */
44
#define VIIRSJ2 32
/* VIIRS J2 */
45
#define OLIL9 33
/* OLI LANDSAT9 */
46
#define SPEXONE 34
47
#define HARP2 35
48
#define HARP 36
49
#define SENSOR_NUM 37
50
51
#define MAXWAVE_VIS 720
52
#define MINWAVE_IR 3000
53
54
/* subsensor IDs */
55
#define SEAWIFS_GAC 0
56
#define SEAWIFS_LAC 1
57
#define MODIS_TERRA 2
58
#define MODIS_AQUA 3
59
#define VIIRS_NPP 4
60
#define VIIRS_J1 5
61
#define MSI_S2A 6
62
#define MSI_S2B 7
63
#define OLCI_S3A 8
64
#define OLCI_S3B 9
65
#define VIIRS_J2 10
66
#define OLI_L8 11
67
#define OLI_L9 12
68
#define SUBSENSOR_NUM 13
69
70
#endif
/* SENSOR_DEFS_H_ */