Class NeQuickItu
- java.lang.Object
-
- org.orekit.models.earth.ionosphere.nequick.NeQuickModel
-
- org.orekit.models.earth.ionosphere.nequick.NeQuickItu
-
- All Implemented Interfaces:
IonosphericModel
,ParameterDriversProvider
public class NeQuickItu extends NeQuickModel
Original model from Aeronomy and Radiopropagation Laboratory of the Abdus Salam International Centre for Theoretical Physics Trieste, Italy.None of the code from Abdus Salam International Centre for Theoretical Physics Trieste has been used, the models have been reimplemented from scratch by the Orekit team.
- Since:
- 13.0
- Author:
- Luc Maisonobe
-
-
Field Summary
-
Fields inherited from class org.orekit.models.earth.ionosphere.nequick.NeQuickModel
RE
-
-
Constructor Summary
Constructors Constructor Description NeQuickItu(double f107, TimeScale utc)
Build a new instance.
-
Method Summary
-
Methods inherited from class org.orekit.models.earth.ionosphere.nequick.NeQuickModel
clipExp, clipExp, electronDensity, electronDensity, getParametersDrivers, pathDelay, pathDelay, stec, stec
-
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
-
NeQuickItu
public NeQuickItu(double f107, TimeScale utc)
Build a new instance.- Parameters:
f107
- solar fluxutc
- UTC time scale
-
-