obspy.station.channel.Channel

class Channel(code, location_code, latitude, longitude, elevation, depth, azimuth=None, dip=None, types=None, external_references=None, sample_rate=None, sample_rate_ratio_number_samples=None, sample_rate_ratio_number_seconds=None, storage_format=None, clock_drift_in_seconds_per_sample=None, calibration_units=None, calibration_units_description=None, sensor=None, pre_amplifier=None, data_logger=None, equipment=None, response=None, description=None, comments=None, start_date=None, end_date=None, restricted_status=None, alternate_code=None, historical_code=None)[source]

Bases: obspy.station.util.BaseNode

From the StationXML definition:
Equivalent to SEED blockette 52 and parent element for the related the response blockettes.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)
alternate_code From the StationXML definition:
code
historical_code From the StationXML definition:
latitude
location_code
longitude

Special Methods

__eq__
__init__
type code:String
__ne__
__str__

This Page