public interface AngularCorrection
TroposphericCorrection
,
IonosphericCorrection
Modifier and Type | Method and Description |
---|---|
double |
computeElevationCorrection(AbsoluteDate date,
double elevation)
Computes the correction for the signal elevation at a given date.
|
double |
computeElevationCorrection(double elevation)
Deprecated.
as of release 4.11, better use
computeElevationCorrection(AbsoluteDate, double) . A date has
to be provided for the computations of tropospheric effects. |
@Deprecated double computeElevationCorrection(double elevation)
computeElevationCorrection(AbsoluteDate, double)
. A date has
to be provided for the computations of tropospheric effects.elevation
- the elevation of the satellite [rad]double computeElevationCorrection(AbsoluteDate date, double elevation)
date
- date of meteo conditionselevation
- the elevation of the satellite [rad]Copyright © 2023 CNES. All rights reserved.