-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hello,
I'm trying to process some data through mindboggle on data that was ran successfully through Freesurfer 6. It doesn't matter which scan I use, the same error occurs.
I'm getting errors below (there are many after this of similar nature) - they appear to relate to the Surface_to_vtk routine.
Any advice appreciated.
Thanks,
Chris
191202-20:16:59,146 nipype.workflow INFO:
Workflow Mindboggle settings: ['check', 'execution', 'logging', 'monitoring']
191202-20:16:59,197 nipype.workflow INFO:
Running serially.
191202-20:16:59,198 nipype.workflow INFO:
[Node] Setting-up "Mindboggle.Freesurfer_annot" in "/home/jovyan/work/mindboggled/working/0315/Mindboggle/_hemi_rh/Free
surfer_annot".
191202-20:16:59,201 nipype.workflow INFO:
[Node] Running "Freesurfer_annot" ("nipype.interfaces.io.DataGrabber")
191202-20:16:59,205 nipype.workflow INFO:
[Node] Finished "Mindboggle.Freesurfer_annot".
191202-20:16:59,206 nipype.workflow INFO:
[Node] Setting-up "Mindboggle.Surfaces" in "/home/jovyan/work/mindboggled/working/0315/Mindboggle/_hemi_rh/Surfaces".
191202-20:16:59,209 nipype.workflow INFO:
[Node] Running "Surfaces" ("nipype.interfaces.io.DataGrabber")
191202-20:16:59,211 nipype.workflow INFO:
[Node] Finished "Mindboggle.Surfaces".
191202-20:16:59,212 nipype.workflow INFO:
[Node] Setting-up "Mindboggle.Surface_to_vtk" in "/home/jovyan/work/mindboggled/working/0315/Mindboggle/_hemi_rh/Surfac
e_to_vtk".
191202-20:16:59,274 nipype.workflow INFO:
[Node] Running "Surface_to_vtk" ("nipype.interfaces.utility.wrappers.Function")
191202-20:16:59,656 nipype.workflow WARNING:
Storing result file without outputs
191202-20:16:59,656 nipype.workflow WARNING:
[Node] Error on "Mindboggle.Surface_to_vtk" (/home/jovyan/work/mindboggled/working/0315/Mindboggle/hemi_rh/Surface_to
vtk)
191202-20:16:59,659 nipype.workflow ERROR:
Node Surface_to_vtk.a1 failed to run on host a460efb46421.
191202-20:16:59,660 nipype.workflow ERROR:
Saving crash info to /root/crash-20191202-201659-root-Surface_to_vtk.a1-12bb0046-09dc-4661-bf46-c45e734ce5aa.txt
Traceback (most recent call last):
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/pipeline/plugins/linear.py", line 48, in run
node.run(updatehash=updatehash)
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/pipeline/engine/nodes.py", line 479, in run
result = self._run_interface(execute=True)
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/pipeline/engine/nodes.py", line 569, in _run_interface
return self._run_command(execute)
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/pipeline/engine/nodes.py", line 662, in _run_command
result = self._interface.run(cwd=outdir)
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/interfaces/base/core.py", line 382, in run
runtime = self._run_interface(runtime)
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/interfaces/utility/wrappers.py", line 144, in _run_inte
rface
out = function_handle(**args)
File "", line 54, in freesurfer_surface_to_vtk
File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nibabel/freesurfer/io.py", line 179, in read_geometry
coords = np.fromfile(fobj, ">f4", vnum * 3).reshape(vnum, 3)
ValueError: cannot reshape array of size 1287294 into shape (389005987,3)