-
Notifications
You must be signed in to change notification settings - Fork 119
Issue 948 radon scaling #958
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
Conversation
kohr-h
left a comment
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.
Looking good, apart from minor things
odl/tomo/backends/astra_cuda.py
Outdated
| @@ -281,7 +281,8 @@ def call_backward(self, proj_data, out=None): | |||
| out[:] = self.out_array | |||
|
|
|||
| # Fix inconsistent scaling in ASTRA | |||
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.
Can we remove these comments? It's largely been reduced to different conventions, no? No more need to be cocky.
odl/tomo/operators/ray_trafo.py
Outdated
| size = float(geometry.partition.size) | ||
| weighting = extent / size | ||
| else: | ||
| raise ValueError('unknown weighting of domain') |
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.
print something more useful
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.
Frankly, no. This case currently cannot happen, so I'll change it to NotImplementedError and leave it at that.
|
|
||
|
|
||
| @skip_if_no_largescale | ||
| def test_reconstruction(projector): |
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.
left-over?
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.
yes
|
Merge after CI. |
387a945 to
cd7da24
Compare
No description provided.