-
Notifications
You must be signed in to change notification settings - Fork 26
Hack24 #1140
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
Hack24 #1140
Conversation
|
Noting this is for the next release, tentatively v0.13.0. |
82e843b to
2537de6
Compare
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.
self review punch list.
81761b5 to
aa135c9
Compare
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 things.
src/aspire/basis/fle_2d.py
Outdated
| _z = nufft(im, self.grid_xy, epsilon=self.epsilon) * self.h**2 | ||
| _z = _z.reshape(num_img, self.num_radial_nodes, self.num_angular_nodes // 2) | ||
| z[:, :, : self.num_angular_nodes // 2] = _z | ||
| z[:, :, self.num_angular_nodes // 2 :] = np.conj(_z) |
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.
Do we want _z.conj() here?
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.
yeah, that should be better, thanks for catching.
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.
actually i found a few things right in that area I must have missed. sorry about about. You'll see them in the re-review.
[skip ci]
|
A few changes and rebased with latest (resolves that CI patch conflict I had in here). LMK if you see anything else, thanks! |
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. Just one other suggestion that you can take or leave.
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.
Looks great! Just a few things.
Closes #1138 , see issue for more detailed list of work.