Class FieldAltitudeDetector<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FieldAltitudeDetector

        public FieldAltitudeDetector​(T maxCheck,
                                     T altitude,
                                     BodyShape bodyShape)
        Build a new altitude detector.

        This simple constructor takes default value for convergence threshold (FieldAbstractDetector.DEFAULT_THRESHOLD).

        The maximal interval between altitude checks should be smaller than the half duration of the minimal pass to handle, otherwise some short passes could be missed.

        Parameters:
        maxCheck - maximal checking interval (s)
        altitude - threshold altitude value (m)
        bodyShape - body shape with respect to which altitude should be evaluated
      • FieldAltitudeDetector

        public FieldAltitudeDetector​(T maxCheck,
                                     T threshold,
                                     T altitude,
                                     BodyShape bodyShape)
        Build a new altitude detector.

        The maximal interval between altitude checks should be smaller than the half duration of the minimal pass to handle, otherwise some short passes could be missed.

        The maximal interval between altitude checks should be smaller than the half duration of the minimal pass to handle, otherwise some short passes could be missed.

        Parameters:
        maxCheck - maximal checking interval (s)
        threshold - convergence threshold (s)
        altitude - threshold altitude value (m)
        bodyShape - body shape with respect to which altitude should be evaluated