-
Notifications
You must be signed in to change notification settings - Fork 15
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
Implemented Wiener filter in pytorch #812
base: devel
Are you sure you want to change the base?
Conversation
@erneyramirez could you check if the code works as it should? |
I have detected a difference in the output compared to "normal" Xmipp MRCs. I also think that the extension should be changed to .mrcs instead of .mrc, as the latter is typically used for volumes and not image stacks. oier = mrcfile.mmap('oier.mrcs') xmipp = mrcfile.mmap('xmipp.mrcs')
|
Thank you Erney. Fixed it in the last commit |
It's giving an error |
Fixed it |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
I have implemented a reduced version of xmipp_ctf_correct_wiener_2d in pytorch. The main advantage of this program is that it can make use of GPU acceleration, achieving significant performance improvements.