public interface EstimationsProvider
Implementations of this interface are provided by the orbit
determination engine to user so they can monitor
the orbit determination process.
BatchLSObserver
Modifier and Type | Method | Description |
---|---|---|
EstimatedMeasurement<?> |
getEstimatedMeasurement(int index) |
Get one estimated measurement.
|
int |
getNumber() |
Get the number of evaluations available.
|
int getNumber()
EstimatedMeasurement<?> getEstimatedMeasurement(int index)
index
- index of the estimated measurement, must be between 0
and getNumber()
- 1, chronologically
sortedCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.