Class ElevationFilter<T extends ObservedMeasurement<T>>

java.lang.Object
org.orekit.estimation.measurements.filtering.ElevationFilter<T>
Type Parameters:
T - the type of the measurement
All Implemented Interfaces:
MeasurementFilter<T>

public class ElevationFilter<T extends ObservedMeasurement<T>> extends Object implements MeasurementFilter<T>
Elevation pre-processing filter.
Since:
10.2
Author:
Bryan Cazabonne, David Soulard
  • Constructor Details

    • ElevationFilter

      public ElevationFilter(TopocentricFrame topocentricFrame, double threshold)
      Constructor.
      Parameters:
      topocentricFrame - considered by the filter
      threshold - minimum elevation for a measurements to be accepted, in radians
      Since:
      14.0
    • ElevationFilter

      public ElevationFilter(GroundStation station, double threshold)
      Constructor.
      Parameters:
      station - considered by the filter
      threshold - minimum elevation for a measurements to be accepted, in radians
  • Method Details