Class SmoothedObservationDataSet
java.lang.Object
org.orekit.estimation.measurements.filtering.SmoothedObservationDataSet
Container used to store smoothed observation data along with the original data set it originates from.
- Since:
- 11.2
- Author:
- Louis Aucouturier
-
Constructor Summary
ConstructorsConstructorDescriptionSmoothedObservationDataSet(ObservationData smoothedObsData, ObservationDataSet obsDataSet) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the original observation data set used to compute the smoothed observation data.Get the smoothed observation data.
-
Constructor Details
-
SmoothedObservationDataSet
Simple constructor.- Parameters:
smoothedObsData- smoothed observation dataobsDataSet- original observation data set used to compute the smoothed observation data
-
-
Method Details
-
getSmoothedData
Get the smoothed observation data.- Returns:
- the smoothed observation data
-
getDataSet
Get the original observation data set used to compute the smoothed observation data.- Returns:
- the original observation data set used to compute the smoothed observation data
-