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 17584 2017-05-10 13:26:39Z bignon $
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.
 

Method Detail

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 date
satellite - the satellite position
satFrame - the satellite position frame
Returns:
the ionospheric signal delay
Throws:
OrekitException
ParseException
IOException


Copyright © 2017 CNES. All Rights Reserved.