Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.models.earth.ionosphere |
This package provides models that simulate the impact of the ionosphere.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method and Description |
---|---|
TopocentricFrame |
GroundStation.getBaseFrame()
Get the base frame associated with the station.
|
Constructor and Description |
---|
GroundStation(TopocentricFrame baseFrame)
Build a ground station ignoring
station displacements . |
GroundStation(TopocentricFrame baseFrame,
EOPHistory eopHistory,
StationDisplacement... displacements)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
<T extends CalculusFieldElement<T>> |
EstimatedIonosphericModel.pathDelay(FieldSpacecraftState<T> state,
TopocentricFrame baseFrame,
double frequency,
T[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends CalculusFieldElement<T>> |
IonosphericModel.pathDelay(FieldSpacecraftState<T> state,
TopocentricFrame baseFrame,
double frequency,
T[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends CalculusFieldElement<T>> |
GlobalIonosphereMapModel.pathDelay(FieldSpacecraftState<T> state,
TopocentricFrame baseFrame,
double frequency,
T[] parameters) |
<T extends CalculusFieldElement<T>> |
KlobucharIonoModel.pathDelay(FieldSpacecraftState<T> state,
TopocentricFrame baseFrame,
double frequency,
T[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends CalculusFieldElement<T>> |
SsrVtecIonosphericModel.pathDelay(FieldSpacecraftState<T> state,
TopocentricFrame baseFrame,
double frequency,
T[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
<T extends CalculusFieldElement<T>> |
NeQuickModel.pathDelay(FieldSpacecraftState<T> state,
TopocentricFrame baseFrame,
double frequency,
T[] parameters) |
double |
EstimatedIonosphericModel.pathDelay(SpacecraftState state,
TopocentricFrame baseFrame,
double frequency,
double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
double |
IonosphericModel.pathDelay(SpacecraftState state,
TopocentricFrame baseFrame,
double frequency,
double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
double |
GlobalIonosphereMapModel.pathDelay(SpacecraftState state,
TopocentricFrame baseFrame,
double frequency,
double[] parameters) |
double |
KlobucharIonoModel.pathDelay(SpacecraftState state,
TopocentricFrame baseFrame,
double frequency,
double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
double |
SsrVtecIonosphericModel.pathDelay(SpacecraftState state,
TopocentricFrame baseFrame,
double frequency,
double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground
station to a satellite.
|
double |
NeQuickModel.pathDelay(SpacecraftState state,
TopocentricFrame baseFrame,
double frequency,
double[] parameters) |
Modifier and Type | Method and Description |
---|---|
TopocentricFrame |
ElevationDetector.getTopocentricFrame()
Returns the currently configured topocentric frame definitions.
|
TopocentricFrame |
ElevationExtremumDetector.getTopocentricFrame()
Returns the topocentric frame centered on ground point.
|
TopocentricFrame |
FieldElevationDetector.getTopocentricFrame()
Returns the currently configured topocentric frame definitions.
|
Constructor and Description |
---|
ElevationDetector(double maxCheck,
double threshold,
TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame
and overrides of default maximal checking interval and convergence threshold values.
|
ElevationDetector(TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame
and the minimum elevation angle.
|
ElevationExtremumDetector(double maxCheck,
double threshold,
TopocentricFrame topo)
Build a detector.
|
ElevationExtremumDetector(TopocentricFrame topo)
Build a new detector.
|
FieldElevationDetector(Field<T> field,
TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame
and the minimum elevation angle.
|
FieldElevationDetector(T maxCheck,
T threshold,
TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame
and overrides of default maximal checking interval and convergence threshold values.
|
GroundAtNightDetector(TopocentricFrame groundLocation,
PVCoordinatesProvider sun,
double dawnDuskElevation,
AtmosphericRefractionModel refractionModel)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.