Skip to content

Refactored default parameters for Q-transform as module-level variables

This PR refactors the defaults for the Q-transform as module level variables of gwpy.signal.qtransform:

https://github.com/duncanmmacleod/gwpy/blob/334c3ccf01b5aa05a1ab860e74371e9a3b5b07aa/gwpy/signal/qtransform.py#L44-L47

and updates gwpy.timeseries.timeseries to match. This doesn't change any of the defaults.

Merge request reports