public class IodLaplace extends Object
Constructor and Description |
---|
IodLaplace(double mu)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
estimate(Frame frame,
PVCoordinates obsPva,
AbsoluteDate obsDate1,
Vector3D los1,
AbsoluteDate obsDate2,
Vector3D los2,
AbsoluteDate obsDate3,
Vector3D los3)
Estimate orbit from three line of sight angles from the same location.
|
public IodLaplace(double mu)
mu
- gravitational constantpublic CartesianOrbit estimate(Frame frame, PVCoordinates obsPva, AbsoluteDate obsDate1, Vector3D los1, AbsoluteDate obsDate2, Vector3D los2, AbsoluteDate obsDate3, Vector3D los3)
frame
- inertial frame for observer coordinates and orbit estimateobsPva
- Observer coordinates at time obsDate2obsDate1
- date of observation 1los1
- line of sight unit vector 1obsDate2
- date of observation 2los2
- line of sight unit vector 2obsDate3
- date of observation 3los3
- line of sight unit vector 3Copyright © 2002-2020 CS GROUP. All rights reserved.