Skip to content

gstlal dependency and py3 #45

Description

@oshaughn

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions