Jump to content
ABOUT
What We Do
Supported Missions
Staff Directory
Forums
Ask a Question
Search Forum Archive
MISSIONS
Aquarius
CZCS
GOCI
HawkEye
HICO
MERIS
MODIS-Aqua
MODIS-Terra
OCTS
OLCI-S3A
OLCI-S3B
PACE
SeaWiFS
VIIRS-JPSS1
VIIRS-SNPP
Projects
PRISM-CORAL
CyAN
Inland Waters
Forums
Ask a Question
Search Forum Archive
DATA
Data Overview
Ocean Data Home
SeaBASS
Get Data
Direct Data Access
File Search
Field Data
OPeNDAP
How To
Search & Download
Cite Data
Browse Data
Level 1&2 Browser
Level 3 Browser
Trending & Analysis
Level-3 Time Series Plotter
Overpass Predictor
Quality Assessment
Product Validation
Global L3 Trends
Mission Quality Monitor
Forums
Ask a Question
Search Forum Archive
DOCS
Technical Docs
NASA Technical Reports
Users Guides
White Papers
MODIS Docs (historical)
Sensor Spectral Information
Data
Filenaming Convention
How to Cite
Processing History
Community Engagement
Meetings/Workshops
Outreach & Education
Products
Level 1, 2, & 3 Definitions
Format Specifications
Product Status by Mission
Algorithm Descriptions
Ancillary Sources
Forums
Ask a Question
Search Forum Archive
SOFTWARE & TOOLS
Visualization
SeaDAS
SeaDAS Documentation
SeaDAS Informational Videos
OCSSW Software
OCSSW Documentation
Online Tools
Level-3 Time Series Plotter
Other Resources
Forums
Ask a Question
Search Forum Archive
SERVICES
Sign Up
User Registration
Mailing Lists
Online Tools
Overpass Predictor
Subscriptions/Orders
Data Dashboard
Request a HawkEye Image
More...
HPLC Pigments
Forums
Ask a Question
Search Forum Archive
GALLERY
FORUM
☰
ocssw
V2020
gfs-oceanweb
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 OLI 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 SENSOR_NUM 32
45
46
#define MAXWAVE_VIS 720
47
#define MINWAVE_IR 3000
48
49
/* subsensor IDs */
50
#define SEAWIFS_GAC 0
51
#define SEAWIFS_LAC 1
52
#define MODIS_TERRA 2
53
#define MODIS_AQUA 3
54
#define VIIRS_NPP 4
55
#define VIIRS_J1 5
56
#define MSI_S2A 6
57
#define MSI_S2B 7
58
#define OLCI_S3A 8
59
#define OLCI_S3B 9
60
#define SUBSENSOR_NUM 10
61
62
#endif
/* SENSOR_DEFS_H_ */
Generated by
1.8.17