Closed telegraphic closed 3 years ago
Normalisation should be (data - avg) / stdev, however we should flag strong RFI. Considering using spectral kurtosis to flag RFI-laden data, then compute mean. Currently using median, which is at least a little robust against outliers.
(data - avg) / stdev
see #15 !
Normalisation should be
(data - avg) / stdev
, however we should flag strong RFI. Considering using spectral kurtosis to flag RFI-laden data, then compute mean. Currently using median, which is at least a little robust against outliers.