Filter Class Documentation ========================== .. module:: Filter :platform: Unix, Windows :synopsis: This module provides a filtering class for processing lidar signal data with various filtering techniques. Introduction ------------ The ``Filter`` class is designed to apply specific filtering algorithms to lidar data. It supports a range of filters including Savitzky-Golay, Hamming, and Blackman windows, among others. The class allows for the management of data inputs, altitude vector adjustments, and the application of calculated filters to the input data. API --- .. automodule:: SignalCreation.Treatment.Filter :members: :undoc-members: :private-members: