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

eclab: Rework uncertainty handling #159

Merged
merged 13 commits into from
Jun 9, 2024
Merged

Conversation

PeterKraus
Copy link
Contributor

  • The uncertainty handling in the eclab extractors now works in two stages:
    • first, the uncertainty in voltage and current is determined using the previous method, by considering the I and E ranges.
    • second, the relative error in V and I is calculated
    • third, the uncertainty of derived quantities is calculated by considering the formula required to obtain the derived quantity
  • Added a fallback for mpt files, where uncertainty might evaluate to that determined from reading the string representation of the files.

Will close #156.

@PeterKraus PeterKraus merged commit fb68fe0 into dgbowl:master Jun 9, 2024
10 checks passed
@PeterKraus PeterKraus deleted the issue_156 branch July 5, 2024 14:00
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

Successfully merging this pull request may close these issues.

eclab.*: Better uncertainty estimation for derived quantities
1 participant