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

__dict__
__doc__ unicode(object=’‘) -> unicode object
__module__ str(object=’‘) -> string
__slots__ list() -> new empty list
__weakref__ list of weak references to the object (if defined)
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.

Public Methods

next

Special Methods

__eq__
__format__ default object formatter
__init__
__long__
__native__ Hook for the future.utils.native() function
__new__
__nonzero__
__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().
__unicode__