OTB  10.0.0
Orfeo Toolbox
otbSIXSTraits.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2005-2024 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
This class contains the values of the filter function for the processed spectral band.
std::vector< WavelengthSpectralBandType > ValuesVectorType
SIXSTraits operations.
Definition: otbSIXSTraits.h:42
FilterFunctionValues WavelengthSpectralType
Definition: otbSIXSTraits.h:47
WavelengthSpectralType::WavelengthSpectralBandType WavelengthSpectralBandType
Definition: otbSIXSTraits.h:49
WavelengthSpectralType::ValuesVectorType ValuesVectorType
Definition: otbSIXSTraits.h:50
static void ComputeEnvironmentalContribution(const double diffuseTransmittanceForRayleighScattering, const double diffuseTransmittanceForAerosolScattering, const double radiusInKilometers, const double altitude, const double cosineOfViewingAngle, double &rayleighEstimation, double &aerosolEstimation, double &globalEstimation)
static void ComputeWavelengthSpectralBandValuesFor6S(const double SIXSStepOfWavelengthSpectralBandValues, WavelengthSpectralType *WavelengthSpectralBand)
SIXSTraits Self
Definition: otbSIXSTraits.h:45
AtmosphericCorrectionParameters::AerosolModelType AerosolModelType
Definition: otbSIXSTraits.h:48
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.