Skip to content
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

Axis argument not used for method "mean" in register_stack() #26

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

schuenke
Copy link
Contributor

@schuenke schuenke commented Oct 6, 2022

Hey,

thanks for the nice project. Helped me to implement a decent motion correction for some 2D MRI data in a couple of minutes 👍

In the current version the axis argument for method "mean" in register_stack() was hard coded to 0 instead of using the "axis" variable. This lead to errors when using an axis other than 0. A simple change from "0" to "axis" solves the problem.

@glichtner glichtner merged commit cce1bf5 into glichtner:master Oct 6, 2022
@glichtner
Copy link
Owner

Thanks for spotting and fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants