WSL/SLF GitLab Repository

Skip to content
  • Thomas Egger's avatar
    The new filtering and resampling framework. Filtering/Processing and... · c2435a6a
    Thomas Egger authored
    The new filtering and resampling framework. Filtering/Processing and Resampling have been separated from each other, the Resampling is now done with the class Meteo1DInterpolator which utilizes the static algorithms within ResamplingAlgorithms. The filtering remains a task of class MeteoFilter. The calling of the resampling and filtering as well as the data selection is now based in the facade class MeteoProcessor. MeteoProcessor::processData function calls the filtering algorithms, then passes the filtered data to the resampling algorithms and finally runs a "check only" filtering pass.
    
    The filtering system underwent some changes in order to simplify the tasks at hand, the interface has changed.
    
    The RateFilter is currently disfunctional, needs to be reimplemented.
    c2435a6a