Uses of Class
org.orekit.estimation.measurements.GroundStation
-
Packages that use GroundStation Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.filtering This package provides measurement pre-processing filters.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation. -
-
Uses of GroundStation in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return GroundStation Modifier and Type Method Description GroundStationTurnAroundRange. getPrimaryStation()Deprecated.as of 14.0, replaced byTurnAroundRange.getPrimaryObserver()GroundStationTurnAroundRange. getSecondaryStation()Deprecated.as of 14.0, replaced byTurnAroundRange.getSecondaryObserver()GroundStationAbstractRangeRelatedMeasurement. getStation()Deprecated.as of 14.0, replaced byAbstractRangeRelatedMeasurement.getObserver()GroundStationAngularAzEl. getStation()Getter for the ground receiver.GroundStationAngularRaDec. getStation()Deprecated.as of 14.0Constructors in org.orekit.estimation.measurements with parameters of type GroundStation Constructor Description AngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite)Simple constructor.AngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, 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 GroundStation Constructor Description ElevationFilter(GroundStation station, double threshold)Constructor. -
Uses of GroundStation in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return GroundStation Modifier and Type Method Description GroundStationAngularAzElBuilder. getStation()Getter for station.Constructors in org.orekit.estimation.measurements.generation with parameters of type GroundStation Constructor Description AngularAzElBuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation station, double[] sigma, double[] baseWeight, ObservableSatellite satellite)Simple constructor.AngularAzElBuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation station, double[] sigma, double[] baseWeight, SignalTravelTimeModel signalTravelTimeModel, ObservableSatellite satellite)Simple constructor.AngularRaDecBuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation station, Frame referenceFrame, double[] sigma, double[] baseWeight, ObservableSatellite satellite)Simple constructor.
-