Class TroposphericModelAdapter
- java.lang.Object
-
- org.orekit.models.earth.troposphere.TroposphericModelAdapter
-
- All Implemented Interfaces:
TroposphericModel,ParameterDriversProvider
@Deprecated public class TroposphericModelAdapter extends Object implements TroposphericModel
Deprecated.temporary adapter to be removed whenDiscreteTroposphericModelis removedAdapter betweenDiscreteTroposphericModelandTroposphericModel.This class is a temporary adapter, it will be removed when
DiscreteTroposphericModelis removed.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description TroposphericModelAdapter(DiscreteTroposphericModel model)Deprecated.Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ParameterDriver>getParametersDrivers()Deprecated.Get the drivers for parameters.<T extends CalculusFieldElement<T>>
FieldTroposphericDelay<T>pathDelay(FieldTrackingCoordinates<T> trackingCoordinates, FieldGeodeticPoint<T> point, FieldPressureTemperatureHumidity<T> weather, T[] parameters, FieldAbsoluteDate<T> date)Deprecated.Calculates the tropospheric path delay for the signal path from a ground station to a satellite.TroposphericDelaypathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, PressureTemperatureHumidity weather, double[] parameters, AbsoluteDate date)Deprecated.Calculates the tropospheric path delay for the signal path from a ground station to a satellite.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
-
-
-
Constructor Detail
-
TroposphericModelAdapter
public TroposphericModelAdapter(DiscreteTroposphericModel model)
Deprecated.Simple constructor.- Parameters:
model- underlying model
-
-
Method Detail
-
pathDelay
public TroposphericDelay pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, PressureTemperatureHumidity weather, double[] parameters, AbsoluteDate date)
Deprecated.Calculates the tropospheric path delay for the signal path from a ground station to a satellite.All delays are affected to
hydrostatic zenithandhydrostatic slanteddelays, the wet delays are arbitrarily set to 0.- Specified by:
pathDelayin interfaceTroposphericModel- Parameters:
trackingCoordinates- tracking coordinates of the satellitepoint- station locationweather- weather parameters for constant default values)parameters- tropospheric model parametersdate- current date- Returns:
- the path delay due to the troposphere
-
pathDelay
public <T extends CalculusFieldElement<T>> FieldTroposphericDelay<T> pathDelay(FieldTrackingCoordinates<T> trackingCoordinates, FieldGeodeticPoint<T> point, FieldPressureTemperatureHumidity<T> weather, T[] parameters, FieldAbsoluteDate<T> date)
Deprecated.Calculates the tropospheric path delay for the signal path from a ground station to a satellite.All delays are affected to
hydrostatic zenithandhydrostatic slanteddelays, the wet delays are arbitrarily set to 0.- Specified by:
pathDelayin interfaceTroposphericModel- Type Parameters:
T- type of the elements- Parameters:
trackingCoordinates- tracking coordinates of the satellitepoint- station locationweather- weather parameters for constant default values)parameters- tropospheric model parameters at current datedate- current date- Returns:
- the path delay due to the troposphere
-
getParametersDrivers
public List<ParameterDriver> getParametersDrivers()
Deprecated.Get the drivers for parameters.- Specified by:
getParametersDriversin interfaceParameterDriversProvider- Returns:
- drivers for parameters
-
-