problems during DTI pipeline

Questions about BrainVisa usage and installation

Moderators: denghien, riviere

Post Reply
giobattistella
Posts: 1
Joined: Sun Nov 18, 2007 11:34 pm

problems during DTI pipeline

Post by giobattistella »

Hi,
I started using BrainVISA few weeks ago and I decided at the beginning to use the images (downloaded from the forum)used during the training session to Villejuif in France (3-4 may 2007) in order to be sure the images were OK.
After the import of the difffusion image, the process stops durin DTI pipeline in the Echoplanar distortion correction with this message:

.............................
in Echoplanar Distortion Correction 1 RuntimeError: System command exited with non null value : -1073741819

neuroProcesses.py (1641) in _processExecution:
result = process.execution( self )
DiffusionEPICorrection.py (108) in execution:
apply( context.system, command )
neuroProcessesGUI.py (932) in system:
ret = apply( ExecutionContextGUI.system, (self,) + args, kwargs )
neuroProcesses.py (1721) in system:
raise RuntimeError( _t_( 'System command exited with non null value : %s' ) % str( ret ) )

.................................
in DTI pipeline 1 RuntimeError: System command exited with non null value : -1073741819

neuroProcesses.py (1641) in _processExecution: result = process.execution( self )
neuroProcesses.py (818) in execution:
return self._executionNode.run( context )
neuroProcesses.py (1297) in run:
return self._run( context )
neuroProcesses.py (1422) in _run:
result.append( node.run( context ) )
neuroProcesses.py (1297) in run:
return self._run( context )
neuroProcesses.py (1369) in _run:
return context.runProcess( self._process )
neuroProcesses.py (1534) in runProcess:
result = self._processExecution( _process )
neuroProcesses.py (1641) in _processExecution:
result = process.execution( self )
DiffusionEPICorrection.py (108) in execution:
apply( context.system, command )
neuroProcessesGUI.py (932) in system:
ret = apply( ExecutionContextGUI.system, (self,) + args, kwargs )
neuroProcesses.py (1721) in system:
raise RuntimeError( _t_( 'System command exited with non null value : %s' ) % str( ret ) )

I don't know what's gonna happen
thank you for your help
Post Reply