T
- the type of the measurementpublic interface Scheduler<T extends ObservedMeasurement<T>>
measurements
sequences.Modifier and Type | Method and Description |
---|---|
SortedSet<T> |
generate(List<OrekitStepInterpolator> interpolators)
Generate a sequence of measurements.
|
void |
init(AbsoluteDate start,
AbsoluteDate end)
Initialize scheduler at the start of a measurements generation.
|
void init(AbsoluteDate start, AbsoluteDate end)
This method is called once at the start of the measurements generation. It
may be used by the scheduler to initialize some internal data
if needed, typically initializing builders
.
start
- start of the measurements time spanend
- end of the measurements time spanSortedSet<T> generate(List<OrekitStepInterpolator> interpolators)
interpolators
- interpolators for spacecraft statesCopyright © 2002-2022 CS GROUP. All rights reserved.