Functions | |
def | get_channels (framefile) |
Return a list of all channels written into the given GWF-format framefile. More... | |
def | iter_channels (framefile) |
Yield channels from the table-of-contents of the given GWF file. More... | |
def lalframe.utils.frtools.get_channels | ( | framefile | ) |
Return a list of all channels written into the given GWF-format framefile.
framefile | string path to input frame file |
Example:
Definition at line 42 of file frtools.py.
def lalframe.utils.frtools.iter_channels | ( | framefile | ) |
Yield channels from the table-of-contents of the given GWF file.
framefile | str path to input frame file |
Definition at line 52 of file frtools.py.