obspy.station.util.Equipment.__init__

Equipment.__init__(type=None, description=None, manufacturer=None, vendor=None, model=None, serial_number=None, installation_date=None, removal_date=None, calibration_dates=None, resource_id=None)[source]
Parameters:
  • type (String) The equipment type
  • description (String) Description of the equipment
  • manufacturer (String) The manufacturer of the equipment
  • vendor (String) The vendor of the equipment
  • model (String) The model of the equipment
  • serial_number (String) The serial number of the equipment
  • installation_date (obspy.UTCDateTime) The installation date of the equipment
  • removal_date (obspy.UTCDateTime) The removal data of the equipment
  • calibration_dates (list of obspy.UTCDateTime) A list with all calibration dates of the equipment.
  • resource_id (String) This field contains a string that should serve as a unique resource identifier. This identifier can be interpreted differently depending on the datacenter/software that generated the document. Also, we recommend to use something like GENERATOR:Meaningful ID. As a common behaviour equipment with the same ID should contains the same information/be derived from the same base instruments.

This Page