Package | Description |
---|---|
org.orekit.estimation.iod |
This package provides initial orbit determination methods.
|
org.orekit.files.ccsds |
This package provides a parser for elements data stored in CCSDS Navigation Data Message format.
|
org.orekit.orbits |
This package provides classes to represent orbits.
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
IodLaplace.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.
|
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
OMMFile.generateCartesianOrbit()
Generate a
CartesianOrbit from the KeplerianOrbit . |
CartesianOrbit |
OPMFile.generateCartesianOrbit()
Generate a
CartesianOrbit from the OPM state vector data. |
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
CartesianOrbit.interpolate(AbsoluteDate date,
Stream<Orbit> sample)
Get an interpolated instance.
|
CartesianOrbit |
CartesianOrbit.shiftedBy(double dt)
Get a time-shifted orbit.
|
CartesianOrbit |
FieldCartesianOrbit.toOrbit() |
Modifier and Type | Method and Description |
---|---|
CartesianOrbit |
EcksteinHechlerPropagator.propagateOrbit(AbsoluteDate date)
Extrapolate an orbit up to a specific target date.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.