gwpy
gwpy copied to clipboard
Rayleigh Specgram
For the Rayleigh grams, in addition to the useful Rayleigh specgram, I would like to make a Rayleigh spectrum overlayed on the instantaneous ASD.
Do you have a reference for the origin of this code? I first saw a version written by Patrick Sutton back in ~2002.
The Rayleigh spectrum code is here:
https://github.com/gwpy/gwpy/blob/a02196321919938a8fac019ab91af8abbff2d2c1/gwpy/signal/spectral/_scipy.py#L93-L134
I wrote that block, but apparently did not include a reference to the calculation itself. I could easily have taken my lead from Sutton's code, but can't remember.