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__

__hash__

__module__

__slots__

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__

Return self==value.

__format__

Default object formatter.

__init__

Initialize self.

__init_subclass__

This method is called when a class is subclassed.

__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__

Return str(self).

__subclasshook__

Abstract classes can override this to customize issubclass().