-
Notifications
You must be signed in to change notification settings - Fork 8
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
motioncorr() with image stacks, rather than filepaths? #5
Comments
By the way, my main reason for the |
It already registers stacks, but requires a file rather than an array. (I presume that's what you meant, but just in case.) At least with this approach I think the only option would be to write that stack to a file like in ANTsRegistration.jl/src/ANTsRegistration.jl Lines 213 to 224 in 1a34b01
Alternatively, one could see if ANTs offers a |
Is there an easy modification to
motioncorr()
to allow registration of image stacks (i.e.Vector{Array{UInt8}}
) ?The text was updated successfully, but these errors were encountered: