UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
11 stars 4 forks source link

TODO: Improve normalisation #4

Closed telegraphic closed 3 years ago

telegraphic commented 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.

telegraphic commented 3 years ago

see #15 !