Package | Description |
---|---|
org.orekit.estimation.measurements.generation |
This package provides Orbit Determination measurements generation.
|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
org.orekit.propagation.sampling |
This package provides interfaces and classes dealing with step handling during propagation.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<T> |
EventBasedScheduler.generate(List<OrekitStepInterpolator> interpolators)
Generate a sequence of measurements.
|
SortedSet<T> |
ContinuousScheduler.generate(List<OrekitStepInterpolator> interpolators)
Generate a sequence of measurements.
|
SortedSet<T> |
Scheduler.generate(List<OrekitStepInterpolator> interpolators)
Generate a sequence of measurements.
|
Modifier and Type | Method and Description |
---|---|
void |
EskfMeasurementHandler.handleStep(OrekitStepInterpolator interpolator)
Handle the current step.
|
Modifier and Type | Method and Description |
---|---|
protected SpacecraftState |
AbstractAnalyticalPropagator.acceptStep(OrekitStepInterpolator interpolator,
AbsoluteDate target)
Accept a step, triggering events and step handlers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventState.evaluateStep(OrekitStepInterpolator interpolator)
Evaluate the impact of the proposed step on the event detector.
|
void |
EventState.reinitializeBegin(OrekitStepInterpolator interpolator)
Reinitialize the beginning of the step.
|
boolean |
EventState.tryAdvance(SpacecraftState state,
OrekitStepInterpolator interpolator)
Try to accept the current history up to the given time.
|
Modifier and Type | Method and Description |
---|---|
OrekitStepInterpolator |
OrekitStepInterpolator.restrictStep(SpacecraftState newPreviousState,
SpacecraftState newCurrentState)
Create a new restricted version of the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
OrekitStepNormalizer.handleStep(OrekitStepInterpolator interpolator)
Handle the last accepted step.
|
void |
StepHandlerMultiplexer.handleStep(OrekitStepInterpolator interpolator)
Handle the current step.
|
void |
OrekitStepHandler.handleStep(OrekitStepInterpolator interpolator)
Handle the current step.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiSatStepHandler.handleStep(List<OrekitStepInterpolator> interpolators)
Handle the current step.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.