-
Notifications
You must be signed in to change notification settings - Fork 26
New Line Class with Back Project Method #1164
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
j-c-c
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.
Looks good overall. Mostly just some clean up suggestions.
I do have some concern about the testing tolerance for back_project. When I visually inspect our reconstructions they look like a faded version of scikit's.
ebb7f5a to
83ab61f
Compare
|
Added normalization and angle fixes for backproject. Tightened mask very slightly. Able to get correspondence with scikit to 0.25% error. Fixed axes for backproject multidim stack test. |
j-c-c
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.
This looks great! Just a couple really small things.
j-c-c
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.
Looks good!
garrettwrong
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.
Looks good, thanks! Couple of minor changes then this should be good to move forward. Thanks!
5a9aac1 to
ec61591
Compare
janden
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.
This looks great! Just two things to discuss here.
a8c8c56 to
1bc346f
Compare
[skip ci] Co-authored-by: Marc Karimi <mk3652@decaf.math.princeton.edu.private>
…ne class [need fix]
1bc346f to
4d86b1e
Compare
Changes Include
Lineclass (closely similar to that of theImageclass but with different attributes)back_projectmethod which takes a line class instance and turns it into an image using a given number of angles