Instrument

Description

An OBS instrument (measurement instrument) records one physical parameter. It is composed of a Sensor, an optional Preamplifier and a Datalogger.

Python class:

Instrument

YAML / JSON label:

None

Conceptually, the three instrument components are gathered under an instrument, which has a class in Python. However, as shorthand, we omit the instrument label in information files and list the sensor, preamplifier and datalogger components directly under channel.

Corresponding StationXML structure

None

Atributes of an instrument are assigned to a Channel.

Object Hierarchy

Superclass

None

Subclasses

None

Relationships

Attributes

Name

Type

Required

Default

Equivalent StationXML

Remarks

sensor

Sensor

Y

None

Sensor

preamprlifier

Preamplifier

N

None

Preamplifier

datalogger

Datalogger

Y

None

Datalogger

JSON schema

None

Example

None

Class Navigation

Channel <==> InstrumentComponent