We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gstlal is not available for py3. For fast PSD generation for testing (and for long signals), we need another way to call a PSD routine
/usr/bin/python2 /usr/bin/gstlal_reference_psd
from gwpy.timeseries import TimeSeries data = TimeSeries.read(gwfpath, channel, start=start, end=end).resample(4096.) psd = data.psd(fftlength, ...) psd.write(xmlpath)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gstlal is not available for py3. For fast PSD generation for testing (and for long signals), we need another way to call a PSD routine
/usr/bin/python2 /usr/bin/gstlal_reference_psd
(via the user), a short-term workaroundThe text was updated successfully, but these errors were encountered: