dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 18 forks source link

Adding methods to download data from deglitched frame files #134

Closed nihargupte-ph closed 1 year ago

nihargupte-ph commented 1 year ago

At the moment we download data from GWOSC which is not deglitched in many cases. Adding a method which allows you to download deglitched data from GWOSC would be very helpful. This involves specifying the deglitched frame file (.gwf) and also the channel with the deglitched data. As an example, from GWTC-2.1 there are deglitched frame files stored here: https://zenodo.org/record/6477076. GWTC-3 also has deglitched frames: https://zenodo.org/record/5546680. We can do this with gwpy or with zenodo-get.

nihargupte-ph commented 1 year ago

Fixed with dingo pipe channel downloads.