Closed YassineAzma closed 1 year ago
Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
201 | 0 :zzz: | 0 :x: | 0 :fire: | 3m 21s :stopwatch: |
I'll review this soon too Yassine. Thanks.
@YassineAzma – I've had a quick look through the changes in this PR and it looks sensible to me. I'll revisit properly once we've merged #343.
I agree with Sophie about the naming convention, because the class is more than just a set of useful helper tools. Let's merge #343, then can you raise a new PR with the naming changes.
Can you change:
acr_tools.py
-> ACRObject.py
ACRTools
class -> ACRObject
Hi, on a recent data set the slice order inversion did not seem to work for some tests: SNR, ghosting, uniformity.
Though inversion seem to be applied correctly for geometric accuracy, the measurements were not performed correctly/not displayed correctly on the report.
In relation to comment above, report showing SNR measurement made on wrong slice due to no slice order inversion
Add function to determine if the slice order needs to be inverted or the images need to be swapped left-right to restore the expected view of the ACR phantom
This resolves #345.
Note: this is based off work on the #343 PR. Once this has been merged, I'll rebase this PR to the active hazen branch.