obspy.clients.fdsn.mass_downloader.download_helpers.Channel

class Channel(location, channel, intervals)[source]

Bases: obspy.clients.fdsn.mass_downloader.download_helpers._SlotsEqualityComparisionObject

Object representing a Channel. Each time interval should end up in one MiniSEED file.

Attributes

__doc__ str(object=’‘) -> str
__hash__
__module__ str(object=’‘) -> str
__slots__ list() -> new empty list
channel
intervals
location
needs_station_file Determine if the channel requires any station information.
temporal_bounds Returns a tuple of the minimum start time and the maximum end time.

Special Methods

__dir__ default dir() implementation
__eq__
__format__ default object formatter
__init__
__new__ Create and return a new object.
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__ size of object in memory, in bytes
__str__
__subclasshook__ Abstract classes can override this to customize issubclass().