Skip to content

Issue #22: formula-based psSAR acceptance criterion#23

Merged
Konohana0608 merged 1 commit into
mainfrom
jgo/issue-22-pssar-acceptance-formula-v2
May 22, 2026
Merged

Issue #22: formula-based psSAR acceptance criterion#23
Konohana0608 merged 1 commit into
mainfrom
jgo/issue-22-pssar-acceptance-formula-v2

Conversation

@JavierGOrdonnez

Copy link
Copy Markdown
Collaborator

Summary

  • Replaces the fixed ±25% scaling-error threshold with the IEC-committee formula: criteria = √((30 − ΔD)² + U²_m,r)
  • ΔD = dose-to-agreement parameter (default 5% → gives ~26.7%)
  • U_m,r = 14.3% for VPIFAS antennas, 9.4% for all others
  • The "Criteria [%]" cell in the UI now displays the computed value (e.g. ≤ ±26.7) instead of the hardcoded ±25
  • Fixes test_compile_report_produces_pdf: copies figures/ alongside main.tex so pdflatex resolves image paths

Closes #22

Test plan

  • All fast CI tests pass
  • UI: run a measurement, verify "Criteria [%]" shows the computed value (≈26.7 for default settings)
  • UI: change dose-to-agreement and confirm the criterion updates accordingly
  • UI: VPIFAS antenna (if available) shows ≈32.1%

🤖 Generated with Claude Code

Replace fixed ±25% scaling-error threshold with the IEC-committee
formula: criteria = √((30 − ΔD)² + U²_m,r) where ΔD is the
dose-to-agreement parameter and U_m,r is 14.3% for VPIFAS antennas
or 9.4% for all others. Criteria cell in the UI now shows the
computed value (e.g. ≤ ±26.7) instead of the hardcoded ±25.

Also fix test_compile_report_produces_pdf: copy the template figures/
directory alongside main.tex so pdflatex can resolve the image paths.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Konohana0608 Konohana0608 merged commit 428e595 into main May 22, 2026
4 checks passed
@JavierGOrdonnez JavierGOrdonnez deleted the jgo/issue-22-pssar-acceptance-formula-v2 branch June 4, 2026 10:38
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.

change calculation of psSAR acceptance

2 participants