Detector Utilities (gwpy.detector)#

Implementation of the Channel and ChannelList.

See also

Functions#

get_timezone(ifo)

Return the timezone for the given interferometer prefix.

get_timezone_offset(ifo[, dt])

Return the offset in seconds between UTC and the given interferometer.

Classes#

Channel(name, **params)

Representation of a gravitational-wave detectory data channel.

ChannelList([iterable])

A list of channels, with parsing utilities.

Class Inheritance Diagram#

digraph inheritance7d04bdc98e { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "Channel" [URL="../gwpy.detector.Channel/#gwpy.detector.Channel",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Representation of a gravitational-wave detectory data channel."]; "ChannelList" [URL="../gwpy.detector.ChannelList/#gwpy.detector.ChannelList",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A `list` of `channels <Channel>`, with parsing utilities."]; }