fr.cnes.sirius.patrius.signalpropagation.iono
Interface IonosphericCorrection
- All Known Implementing Classes:
- BentModel
public interface IonosphericCorrection
Interface for all the signal propagation corrections due to the ionosphere : computation
of the electronic content.
- Since:
- 1.3
- Version:
- $Id: IonosphericCorrection.java 9755 2014-01-06 17:06:13Z houdroge $
- Author:
- Thomas Trapier
Method Summary |
double |
computeSignalDelay(AbsoluteDate date,
Vector3D satellite,
Frame satFrame)
Calculates the ionospheric signal delay for the signal path from the position
of the transmitter and the receiver and the current date. |
computeSignalDelay
double computeSignalDelay(AbsoluteDate date,
Vector3D satellite,
Frame satFrame)
throws OrekitException,
IOException,
ParseException
- Calculates the ionospheric signal delay for the signal path from the position
of the transmitter and the receiver and the current date.
- Parameters:
date
- the current datesatellite
- the satellite positionsatFrame
- the satellite position frame
- Returns:
- the ionospheric signal delay
- Throws:
OrekitException
ParseException
IOException
Copyright © 2016 CNES. All Rights Reserved.