Class SmoothedObservationDataSet

java.lang.Object
org.orekit.estimation.measurements.filtering.SmoothedObservationDataSet

public class SmoothedObservationDataSet extends Object
Container used to store smoothed observation data along with the original data set it originates from.
Since:
11.2
Author:
Louis Aucouturier
  • Constructor Details

    • SmoothedObservationDataSet

      public SmoothedObservationDataSet(ObservationData smoothedObsData, ObservationDataSet obsDataSet)
      Simple constructor.
      Parameters:
      smoothedObsData - smoothed observation data
      obsDataSet - original observation data set used to compute the smoothed observation data
  • Method Details

    • getSmoothedData

      public ObservationData getSmoothedData()
      Get the smoothed observation data.
      Returns:
      the smoothed observation data
    • getDataSet

      public ObservationDataSet 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