fr.cnes.sirius.patrius.signalpropagation
Interface AngularCorrection

All Known Implementing Classes:
AzoulayModel

public interface AngularCorrection

This interface is an angular correction model enabling the computation of the satellite elevation angular correction.

Since:
2.1
Version:
$Id: AngularCorrection.java 17584 2017-05-10 13:26:39Z bignon $
Author:
Tiziana Sabatini
See Also:
TroposphericCorrection, IonosphericCorrection

Method Summary
 double computeElevationCorrection(double elevation)
          Computes the correction for the signal elevation.
 

Method Detail

computeElevationCorrection

double computeElevationCorrection(double elevation)
Computes the correction for the signal elevation.

Parameters:
elevation - the elevation of the satellite [rad]
Returns:
the angular correction of the signal elevation [rad]


Copyright © 2017 CNES. All Rights Reserved.