Uses of Class
org.orekit.estimation.measurements.GroundStation
Packages that use GroundStation
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides measurement pre-processing filters.
This package provides Orbit Determination measurements generation.
-
Uses of GroundStation in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return GroundStationModifier and TypeMethodDescriptionTurnAroundRange.getPrimaryStation()Deprecated.TurnAroundRange.getSecondaryStation()Deprecated.as of 14.0, replaced byTurnAroundRange.getSecondaryObserver()final GroundStationAbstractRangeRelatedMeasurement.getStation()Deprecated.as of 14.0, replaced byAbstractRangeRelatedMeasurement.getObserver()AngularAzEl.getStation()Getter for the ground receiver.AngularRaDec.getStation()Deprecated.as of 14.0Constructors in org.orekit.estimation.measurements with parameters of type GroundStationModifierConstructorDescriptionAngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite) Simple constructor.AngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite satellite) Simple constructor. -
Uses of GroundStation in org.orekit.estimation.measurements.filtering
Constructors in org.orekit.estimation.measurements.filtering with parameters of type GroundStationModifierConstructorDescriptionElevationFilter(GroundStation station, double threshold) Constructor. -
Uses of GroundStation in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return GroundStationConstructors in org.orekit.estimation.measurements.generation with parameters of type GroundStationModifierConstructorDescriptionAngularAzElBuilder(GroundStation station, double[] sigma, double[] baseWeight, ObservableSatellite satellite) Simple constructor.AngularAzElBuilder(GroundStation station, MeasurementQuality measurementQuality, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite satellite) Simple constructor.AngularRaDecBuilder(GroundStation station, Frame referenceFrame, double[] sigma, double[] baseWeight, ObservableSatellite satellite) Simple constructor.
TurnAroundRange.getPrimaryObserver()