public class AstronomicalRefractionModelFactory extends AbstractMeteoBasedCorrectionFactory<AstronomicalRefractionModel>
AstronomicalRefractionModel correction factory.AbstractMeteoBasedCorrectionFactory.MeteoBasedKey| Constructor and Description |
|---|
AstronomicalRefractionModelFactory(double wavelengthNanometer)
Astronomical refraction model factory constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AstronomicalRefractionModel |
buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
Return the meteorologically based correction model provided by the factory.
|
getCorrectionModelpublic AstronomicalRefractionModelFactory(double wavelengthNanometer)
wavelengthNanometer - The wavelength of the signal [nanometer]NotStrictlyPositiveException - if wavelengthNanometer <= 0protected AstronomicalRefractionModel buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
buildMeteoBasedCorrection in class AbstractMeteoBasedCorrectionFactory<AstronomicalRefractionModel>key - Key containing the required information to initialize the correction modelCopyright © 2024 CNES. All rights reserved.