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
INFO: Environment variable SINGULARITYENV_TMPDIR is set, but APPTAINERENV_TMPDIR is preferred
Traceback (most recent call last):
File "/usr/local/bin/scil_compute_bundle_voxel_label_map.py", line 33, in <module>
sys.exit(load_entry_point('scilpy', 'console_scripts', 'scil_compute_bundle_voxel_label_map.py')())
File "/scilpy/scripts/scil_compute_bundle_voxel_label_map.py", line 212, in main
kd_tree = cKDTree(final_streamlines._data)
File "_ckdtree.pyx", line 560, in scipy.spatial._ckdtree.cKDTree.__init__
ValueError: data must be 2 dimensions
The text was updated successfully, but these errors were encountered:
May I ask if there is a solution to this issue yet? I am receiving the same error when running tractometry_flow:
Error executing process > 'Bundle_Label_And_Distance_Maps (S17 - [:])'
Caused by:
Process Bundle_Label_And_Distance_Maps (S17 - [:]) terminated with an error exit status (1)
centroid=S17__${bname}_centroid_50.trk
if [[ -f ${centroid} ]]; then
scil_compute_bundle_voxel_label_map.py $bundle ${centroid} tmp_out -f
mv tmp_out/labels_map.nii.gz S17__${bname}_labels.nii.gz
mv tmp_out/distance_map.nii.gz S17__${bname}_distances.nii.gz
mv tmp_out/labels.trk S17__${bname}_labels.trk
mv tmp_out/distance.trk S17__${bname}_distances.trk
fi
done
Command exit status:
1
Command output:
(empty)
Command error:
Traceback (most recent call last):
File "/usr/local/bin/scil_compute_bundle_voxel_label_map.py", line 33, in
sys.exit(load_entry_point('scilpy', 'console_scripts', 'scil_compute_bundle_voxel_label_map.py')())
File "/scilpy/scripts/scil_compute_bundle_voxel_label_map.py", line 212, in main
kd_tree = cKDTree(final_streamlines._data)
File "_ckdtree.pyx", line 560, in scipy.spatial._ckdtree.cKDTree.init
ValueError: data must be 2 dimensions
scil_compute_bundle_voxel_label_map.py
The text was updated successfully, but these errors were encountered: