You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a nonrigid transform using wm_register_to_atlas_new.py, it crashes as soon as it tries to save the results of its first iteration with the error: TypeError: 'float' object cannot be interpreted as an integer (see below for full trace).
Steps to reproduce
Environment
python==3.7.9
whitematteranalysis==0.3.0
Steps
Follow the steps in the parcellation tutorial, including downloading the example dataset, up until step 5: Tractography Registration.
Run the transform as indicated, but use -mode affine instead of -mode rigid_affine_fast. This step will work fine.
Run a second transform on the affine output using nonrigid:
Problem
When running a nonrigid transform using
wm_register_to_atlas_new.py
, it crashes as soon as it tries to save the results of its first iteration with the error:TypeError: 'float' object cannot be interpreted as an integer
(see below for full trace).Steps to reproduce
Environment
Steps
-mode affine
instead of-mode rigid_affine_fast
. This step will work fine.This produces the following output:
Any assistance would be appreciated!
The text was updated successfully, but these errors were encountered: