pylhc / omc3

Python 3 codes for beam optics measurements and corrections in circular particle accelerators
https://pylhc.github.io/omc3/
MIT License
13 stars 6 forks source link

[Feature Request]: Add x_data to `bbq_tools.clean_outliers_moving_average` -> `get_filter_mask` #401

Open JoschD opened 1 year ago

JoschD commented 1 year ago

Feature Description

when the get_filter_mask gets xdata it can remove the slope from the y-data first, which makes sense for tune drifts. so maybe we could add giving it the time-data as xdata as well.

Possible Implementation

No response