bug in topaz/denoise.py code #235
live-long-and-prosper
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in line 445 of topaz/denoise.py
their is an typo:
mrc.write(f, denoised, header=header, extender_header=extended_header)
the "extender_header" is written wrong.
the correct spelling is "extended_header".
Beta Was this translation helpful? Give feedback.
All reactions