Issue #22: formula-based psSAR acceptance criterion#23
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test_compile_report_produces_pdf: copiesfigures/alongsidemain.texso pdflatex resolves image pathsCloses #22
Test plan
🤖 Generated with Claude Code