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#

Inheritance diagram of gwpy.detector.channel.Channel, gwpy.detector.channel.ChannelList