-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated LSF function #191
Updated LSF function #191
Conversation
Coverage Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor comments.
Would you mind adding a description to the initial PR post as well for future reference? And link any issues.
tests/test_spatial_resolution.py
Outdated
MTF_PE = 0.4923415061063675 | ||
bisecting_normal = (281, 245, 319, 239) | ||
print('this is phil',hazen_spatial_resolution.calculate_mtf(dicom)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to leave this in?
tests/test_spatial_resolution.py
Outdated
@@ -170,3 +174,4 @@ class TestEastKentResolution(TestSpatialResolution): | |||
MTF_FE = 0.9924200730536655 | |||
MTF_PE = 0.9924200730536658 | |||
bisecting_normal = (137, 126, 155, 122) | |||
print('this is east',hazen_spatial_resolution.calculate_mtf(dicom)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this one?
@tomaroberts I changed according to the comments. |
No description provided.