Uses of Class
org.orekit.estimation.measurements.PV
-
Packages that use PV Package Description org.orekit.estimation.iod This package provides initial orbit determination methods.org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation. -
-
Uses of PV in org.orekit.estimation.iod
Methods in org.orekit.estimation.iod with parameters of type PV Modifier and Type Method Description Orbit
IodGibbs. estimate(Frame frame, PV pv1, PV pv2, PV pv3)
Give an initial orbit estimation, assuming Keplerian motion.Orbit
IodLambert. estimate(Frame frame, boolean posigrade, int nRev, PV pv1, PV pv2)
Estimate an initial orbit from two PV measurements. -
Uses of PV in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return types with arguments of type PV Modifier and Type Method Description protected EstimatedMeasurement<PV>
PV. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurementBase<PV>
PV. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value without derivatives. -
Uses of PV in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return PV Modifier and Type Method Description PV
PVBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.
-