OTB  9.0.0
Orfeo Toolbox
otbSIXSTraits.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
3  *
4  * This file is part of Orfeo Toolbox
5  *
6  * https://www.orfeo-toolbox.org/
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  */
20 
21 #ifndef otbSIXSTraits_h
22 #define otbSIXSTraits_h
23 
24 #include "OTBOpticalCalibrationExport.h"
26 
27 namespace otb
28 {
29 
41 class OTBOpticalCalibration_EXPORT SIXSTraits
42 {
43 public:
45  typedef SIXSTraits Self;
46 
51 
53  static void
54 
98  );
99 
108  static void ComputeWavelengthSpectralBandValuesFor6S(const double SIXSStepOfWavelengthSpectralBandValues, WavelengthSpectralType* WavelengthSpectralBand);
109 
110  static void ComputeEnvironmentalContribution(const double diffuseTransmittanceForRayleighScattering, const double diffuseTransmittanceForAerosolScattering,
111  const double radiusInKilometers, const double altitude, const double cosineOfViewingAngle,
112  double& rayleighEstimation, double& aerosolEstimation, double& globalEstimation);
113 };
114 
115 } // namespace otb
116 
117 #endif
otb::SIXSTraits::ValuesVectorType
WavelengthSpectralType::ValuesVectorType ValuesVectorType
Definition: otbSIXSTraits.h:50
otb::SIXSTraits::WavelengthSpectralBandType
WavelengthSpectralType::WavelengthSpectralBandType WavelengthSpectralBandType
Definition: otbSIXSTraits.h:49
otb::SIXSTraits::AerosolModelType
AtmosphericCorrectionParameters::AerosolModelType AerosolModelType
Definition: otbSIXSTraits.h:48
otb::SIXSTraits
SIXSTraits operations.
Definition: otbSIXSTraits.h:41
otb
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Definition: otbJoinContainer.h:32
otb::SIXSTraits::WavelengthSpectralType
FilterFunctionValues WavelengthSpectralType
Definition: otbSIXSTraits.h:47
otb::FilterFunctionValues
This class contains the values of the filter function for the processed spectral band.
Definition: otbFilterFunctionValues.h:44
otb::FilterFunctionValues::WavelengthSpectralBandType
float WavelengthSpectralBandType
Definition: otbFilterFunctionValues.h:57
otb::AtmosphericCorrectionParameters::AerosolModelType
AerosolModelType
Definition: otbAtmosphericCorrectionParameters.h:61
otb::SIXSTraits::Self
SIXSTraits Self
Definition: otbSIXSTraits.h:45
otbAtmosphericCorrectionParameters.h
otb::FilterFunctionValues::ValuesVectorType
std::vector< WavelengthSpectralBandType > ValuesVectorType
Definition: otbFilterFunctionValues.h:60