Skip to content
New issue

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 dependency and py3 #45

Open
oshaughn opened this issue Feb 7, 2020 · 0 comments
Open

gstlal dependency and py3 #45

oshaughn opened this issue Feb 7, 2020 · 0 comments

Comments

@oshaughn
Copy link
Owner

oshaughn commented Feb 7, 2020

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 workaround
  • gwpy drop-in replacement -- preferred long term
from gwpy.timeseries import TimeSeries
data = TimeSeries.read(gwfpath, channel, start=start, end=end).resample(4096.)
psd = data.psd(fftlength, ...)
psd.write(xmlpath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant