centowen / salsa

MIT License
2 stars 1 forks source link

Better median window filter #50

Closed varenius closed 1 year ago

varenius commented 1 year ago

Currently we use "median" to get the running median of a spectrum. We instead want to filter outliers, keeping the data within e.g. 25% of the median value. This to filter RFI peaks. The current filtering happens in "measure" function.

varenius commented 1 year ago

Fixed in b97a4a2