Analog

Description

StationXML does not specify Analog stages which do not have filters. They are implemented here as a PZ filter without poles or zeroes.

Python class:

Analog

YAML / JSON label:

ANALOG

Corresponding StationXML structure

PolesZeros (with no poles or zeros))

Object Hierarchy

Superclass

PolesZeros

Subclasses

None

Relationships

Attributes

Name

Type

Required

Default

Equivalent StationXML

Remarks

JSON schema

https://www.gitlab.com/resif/smm/obsinfo/-/tree/master/obsinfo/data/schemas/filter.schema.json

Example

file: _templates/analog.filter.yaml

---
format_version: "1.0"
revision:
   authors:
        - {$ref: "persons/EXAMPLE.person.yaml"} # Reference to a file,
                                                 # or fields of a person element
   date: "2024-09-30" # yyyy-mm-dd
filter:
   type : "ANALOG"
   # BEGIN OPTIONAL filter elements
   delay.seconds: 0  # Seconds that the conversion delays the data (default = 0)
   # END OPTIONAL filter elements
# BEGIN OPTIONAL top-level elements
notes: 
    - ""
# END OPTIONAL top-level elements

Class Navigation

Filter <==