Closed varenius closed 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.
Fixed in b97a4a2
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.