Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Code
Radiometry
otbBandName.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ORFEO Toolbox
4
Language: C++
5
Date: $Date$
6
Version: $Revision$
7
8
9
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
10
See OTBCopyright.txt for details.
11
12
13
This software is distributed WITHOUT ANY WARRANTY; without even
14
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15
PURPOSE. See the above copyright notices for more information.
16
17
=========================================================================*/
18
#ifndef __otbBandName_h
19
#define __otbBandName_h
20
21
namespace
otb
22
{
23
namespace
BandName
24
{
25
30
enum
BandName
{
BLUE
,
GREEN
,
RED
,
NIR
,
MIR
};
31
enum
LandsatTMBandNames
{
TM1
,
TM2
,
TM3
,
TM4
,
TM5
,
TM60
,
TM61
,
TM62
,
TM7
};
32
33
// Note for landsat equivalence
34
// http://landsat.gsfc.nasa.gov/news/news-archive/sci_0017.html
35
// TM1 = Coastal
36
// TM2 = Blue
37
// TM3 = Green
38
// TM4 = Red
39
// TM5 = NIR
40
// TM6 = SWIR1 = MIR (SPOT5)
41
// TM7 = SWIR2
42
// TM8 = Panchro
43
// TM9 = Cirrus
44
//
45
// Spot at
46
// http://www.spotimage.com/web/en/233-resolution-and-spectral-bands.php
47
48
// Band Number Wavelength Interval Spectral Response
49
// 1 0.45-0.52 microm Blue-Green
50
// 2 0.52-0.60 microm Green
51
// 3 0.63-0.69 microm Red
52
// 4 0.76-0.90 microm Near IR
53
// 5 1.55-1.75 microm Mid-IR
54
// 6 10.40-12.50 microm Thermal IR
55
// 7 2.08-2.35 microm Mid-IR
56
57
}
58
59
}
60
61
#endif
Generated at Sun Feb 3 2013 00:16:37 for
Orfeo Toolbox
with
doxygen 1.8.1.1