public class IodGibbs extends Object
轨道是从三个位置矢量确定的。该方法要求矢量共面。Orekit使用默认共面阈值为5°
。参考文献:Vallado, D., Fundamentals of Astrodynamics and Applications
Constructor and Description |
---|
IodGibbs(double mu)
创建者。
|
Modifier and Type | Method and Description |
---|---|
Orbit |
estimate(Frame frame, Position p1, Position p2, Position p3)
给出一个初始轨道估计,假设开普勒运动。
|
Orbit |
estimate(Frame frame, PV pv1, PV pv2, PV pv3)
给出一个初始轨道估计,假设开普勒运动。
|
Orbit |
estimate(Frame frame, org.hipparchus.geometry.euclidean.threed.Vector3D r1, AbsoluteDate date1, org.hipparchus.geometry.euclidean.threed.Vector3D r2, AbsoluteDate date2, org.hipparchus.geometry.euclidean.threed.Vector3D r3, AbsoluteDate date3)
给出一个初始轨道估计,假设开普勒运动。
|
public Orbit estimate(Frame frame, Position p1, Position p2, Position p3)
frame
- 测量参考系
p1
- 第一个位置测量
p2
- 第二个位置测量
p3
- 第三个位置测量
public Orbit estimate(Frame frame, PV pv1, PV pv2, PV pv3)
frame
- 测量参考系
pv1
- 在参考系中测量的PV测量1
pv2
- 在参考系中测量的PV测量2
pv3
- 在参考系中测量的PV测量3
public Orbit estimate(Frame frame, org.hipparchus.geometry.euclidean.threed.Vector3D r1, AbsoluteDate date1, org.hipparchus.geometry.euclidean.threed.Vector3D r2, AbsoluteDate date2, org.hipparchus.geometry.euclidean.threed.Vector3D r3, AbsoluteDate date3)
frame
- 测量参考系
r1
- 在参考系中测量的位置1
date1
- 测量1的日期
r2
- 在参考系中测量的位置2
date2
- 测量2的日期
r3
- 在参考系中测量的位置3
date3
- 测量3的日期
Copyright © 2002-2023 CS GROUP. All rights reserved.