-
Notifications
You must be signed in to change notification settings - Fork 1
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
add simple tests to TV denoise implementation #8
Conversation
final_map_coefficients = compute_coefficients_from_map( | ||
ccp4_map=final_map_as_ccp4, | ||
high_resolution_limit=dmin, | ||
amplitude_label=difference_map_amplitude_column, |
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.
amplitude/phase labels are the same for input and for output. Confusing. I think there should be an indication that they are new/denoised
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.
let's discuss this one, I think I disagree
Pending a final review, I think we should merge this and then keep going. To do after merge:
|
This PR is effectively a re-write of all the code needed to do single-pass TV denoising. It is a mega-PR, also implementing CI (testing, lint/formatting, type-checking).
Functionality not represented: