Skip to content

Commit

Permalink
Merge pull request #89 from crotwell/fir_symmetry
Browse files Browse the repository at this point in the history
copy symmetry docs from SEED manual
  • Loading branch information
crotwell authored Jan 19, 2022
2 parents f2a9adb + d4ba7d1 commit c89bfd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/level-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2687,6 +2687,10 @@

type:`string <appendices.html#glossary-string>`_

.. container:: description

The symmetry code. Designates how the factors will be specified. NONE: No Symmetry - all Coefficients are specified, corresponds to A in SEED. ODD: Odd number Coefficients with symmetry, B in SEED. EVEN: Even number Coefficients with symmetry. C in SEED.


:raw-latex:`\noindent\rule{\textwidth}{1pt}`

Expand Down
8 changes: 8 additions & 0 deletions fdsn-station.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,14 @@
<xs:extension base="fsx:BaseFilterType">
<xs:sequence>
<xs:element name="Symmetry">
<xs:annotation>
<xs:documentation>
The symmetry code. Designates how the factors will be specified.
NONE: No Symmetry - all Coefficients are specified, corresponds to A in SEED.
ODD: Odd number Coefficients with symmetry, B in SEED.
EVEN: Even number Coefficients with symmetry. C in SEED.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="NONE"/>
Expand Down

0 comments on commit c89bfd6

Please sign in to comment.