We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using:
models = ("b0", "b0") ... em_affines = estimator.fit( dwdata=dwi_motion, align_kwargs=None, models=models, seed=None )
results in an error:
No such file or directory: '/home/tmgomez/eddymotion/src/eddymotion/config/dwi-to-b0_level1.json'
Is there a particular way to pass a sequence of models that avoids this? Or maybe we are not intended to use the "b0" model more than once?
The text was updated successfully, but these errors were encountered:
I didn't care to write ANTs parameters for a second level - but we probably want to have this for consistency.
Sorry, something went wrong.
No branches or pull requests
Using:
results in an error:
Is there a particular way to pass a sequence of models that avoids this? Or maybe we are not intended to use the "b0" model more than once?
The text was updated successfully, but these errors were encountered: