I have used the code which was given as hint in Data challenge Git hub for Gravitational wave open data workshop #6 . I have downloaded the data ‘challenge 3’ from there and tried to run the code in my google collab . It shows error and i don’t know what’s the problem or how to fix it .
It would very kind of anyone who could help me in this code
! pip install -q lalsuite
! pip install -q gwpy
! pip install -q pycbc
– Click “restart runtime” in the runtime menu
– download data
! wget https://www.gw-openscience.org/s/workshop3/challenge/challenge3.gwf
– for gwpy
from gwpy.timeseries import TimeSeries
gwpy_strain = TimeSeries.read(‘challenge3.gwf’, channel=“H1:CHALLENGE3”)
– for pycbc
from pycbc import frame
pycbc_strain = frame.read_frame(‘challenge3.gwf’, ‘H1:CHALLENGE3’)