Parameters: |
- approximation_type (str) Approximation type. Currently restricted to
‘MACLAURIN’ by StationXML definition.
- frequency_lower_bound (float) Lower frequency bound.
- frequency_upper_bound (float) Upper frequency bound.
- approximation_lower_bound (float) Lower bound of approximation.
- approximation_upper_bound (float) Upper bound of approximation.
- maximum_error (float) Maximum error.
- coefficients (list of floats) List of polynomial coefficients.
- input_units string
- input_units The units of the data as input from the
perspective of data acquisition. After correcting data for this
response, these would be the resulting units.
Name of units, e.g. “M/S”, “V”, “PA”.
- output_units string
- output_units The units of the data as output from the
perspective of data acquisition. These would be the units of the
data prior to correcting for this response.
Name of units, e.g. “M/S”, “V”, “PA”.
- 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.
- name (string) A name given to the filter stage.
- input_units_description string, optional
- input_units_description The units of the data as input from the
perspective of data acquisition. After correcting data for this
response, these would be the resulting units.
Description of units, e.g. “Velocity in meters per second”,
“Volts”, “Pascals”.
- output_units_description (string, optional) The units of the data as output from
the perspective of data acquisition. These would be the units of
the data prior to correcting for this response.
Description of units, e.g. “Velocity in meters per second”,
“Volts”, “Pascals”.
- description (string, optional) A short description of of the filter.
|