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.
|
getCorrectionModelpublic MariniMurrayModelFactory(double lambda)
lambda - Wavelength of radiation [nm]NotStrictlyPositiveException - if lambda <= 0protected MariniMurrayModel buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
buildMeteoBasedCorrection in class AbstractMeteoBasedCorrectionFactory<MariniMurrayModel>key - Key containing the required information to initialize the correction modelCopyright © 2024 CNES. All rights reserved.