Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yasmine writes pole (and zero) values as plusError and minusError after NRL sensor import #35

Open
metempleton opened this issue Jan 19, 2024 · 0 comments
Assignees

Comments

@metempleton
Copy link
Collaborator

I created a new stationXML using the wizards, selecting a Streckeisen STS-1 for the sensor. Although the NRL RESP file
includes values of 0.0 for plusError and minusError, yasmine assigns the pole (or zero) value to these attributes and includes
them when writing out stationXML:

          <Pole number="0">
            <Real minusError="-0.01234" plusError="-0.01234">-0.01234</Real>
            <Imaginary minusError="0.01234" plusError="0.01234">0.01234</Imaginary>
          </Pole>

Desired default behavior would be to omit plusError and minusError attributes for nominal responses (but allow the user to
insert and assign them during editing, if desired). Note that NRL v2 does not include error values when they are zero (which is
always for nominal responses).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants