WSL/SLF GitLab Repository

Skip to content
  • Thomas Egger's avatar
    Further improvements to the new filtering infrastructure: windowed filters now... · 7507f070
    Thomas Egger authored
    Further improvements to the new filtering infrastructure: windowed filters now inherit from the class WindowedFilter, giving them an easy handle on getting the correct window for every data point. FilterMedianAvg and FilterMeanAvg now fully implemented (soft/not soft, left/center/right windowing). Sample io.ini:
    
    [Filters]
    TA::filter1     = mean_avg
    TA::arg1        = soft right 5 3600
    TA::filter2     = min_max
    TA::arg2        = soft 282 286 280 290
    
    RH::filter1     = median_avg
    RH::arg1        = center 8 3600
    7507f070