Uses of Class
org.orekit.estimation.measurements.CommonParametersWithDerivatives
-
Packages that use CommonParametersWithDerivatives Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements. -
-
Uses of CommonParametersWithDerivatives in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return CommonParametersWithDerivatives Modifier and Type Method Description default CommonParametersWithDerivativesObserver. computeLocalParametersWith(SpacecraftState[] states, ObservableSatellite localSat, AbsoluteDate measurementDate, boolean receiverClockOffsetAlreadyApplied, List<ParameterDriver> parameterDrivers)Compute common estimation parameters with derivatives when the measured object is the receiver of the signal sent by the Observer.default CommonParametersWithDerivativesObserver. computeRemoteParametersWith(SpacecraftState[] states, ObservableSatellite localSat, AbsoluteDate measurementDate, boolean receiverClockOffsetAlreadyApplied, List<ParameterDriver> parameterDrivers)Compute common estimation parameters with derivative when remote object is the receiver of the signal. -
Uses of CommonParametersWithDerivatives in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return CommonParametersWithDerivatives Modifier and Type Method Description protected CommonParametersWithDerivativesAbstractInterSatellitesMeasurement. computeCommonParametersWith(SpacecraftState[] states, boolean clockOffsetAlreadyApplied)Compute common estimation parameters.
-