public class MariniMurrayModelFactory extends AbstractMeteoBasedCorrectionFactory<MariniMurrayModel>
Marini Murray model
.AbstractMeteoBasedCorrectionFactory.MeteoBasedKey
Constructor and Description |
---|
MariniMurrayModelFactory(double lambda)
Marini Murray model factory constructor.
|
Modifier and Type | Method and Description |
---|---|
protected MariniMurrayModel |
buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
Return the meteorologically based correction model provided by the factory.
|
getCorrectionModel
public MariniMurrayModelFactory(double lambda)
lambda
- Wavelength of radiation [nm]NotStrictlyPositiveException
- if lambda <= 0
protected MariniMurrayModel buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
buildMeteoBasedCorrection
in class AbstractMeteoBasedCorrectionFactory<MariniMurrayModel>
key
- Key containing the required information to initialize the correction modelCopyright © 2023 CNES. All rights reserved.