Skip to content

Added gwpy.io.gwf.data_segments function

Duncan Macleod requested to merge github/fork/duncanmmacleod/data_segments into develop

This PR adds gwpy.io.gwf.data_segments() (copied from gwpy/pyomicron#88) to determine available data segments for a given channel in a list of GWF paths.

This is useful when trying to read data from a list of paths, some of which don't actually contain the channel you want.

Merge request reports