GWF file I/O (gwpy.io.gwf)#
I/O utilities for GWF files.
Most of the actual GWF file I/O is delegated to one of the ‘backend’ implementations that rely on a third-party library.
Functions#
|
Determine whether a channel exists in a GWF file. |
|
Returns the segments containing data for a channel. |
|
Return the preferred GWF backend. |
|
Return the backend implementation of the function of the given name. |
|
Return a list of all channel names found in a GWF file. |
|
Find the channel type in a given GWF file. |
|
Identify a filename or file object as GWF. |
|
Utility method to import the relevant GWF I/O backend. |
|
Iterate over the names of channels found in a GWF file. |
|
Find the total number of channels in this GWF file. |
Variables#
Preferentially ordered list of supported GWF backends. |