I wrote an interface for creating the voxel displacement map and it
works fine. But now I have a problem with the realign and unwarp
function from spm. When I start running my interface I always get the
same error:
130827-18:14:18,644 interface INFO:
stdout 2013-08-27T18:14:18.644531:> In spm_jobman at 121
130827-18:14:18,644 interface INFO:
stdout 2013-08-27T18:14:18.644531: In pyscript_realignunwarp at 28
130827-18:14:19,51 interface INFO:
stdout 2013-08-27T18:14:19.051026:Can not initialise realignunwarp: job is not a struct.
130827-18:14:19,114 interface INFO:
stdout 2013-08-27T18:14:19.114189:
130827-18:14:19,114 interface INFO:
stdout 2013-08-27T18:14:19.114189:
130827-18:14:19,114 interface INFO:
stdout 2013-08-27T18:14:19.114189:------------------------------------------------------------------------
130827-18:14:19,114 interface INFO:
stdout 2013-08-27T18:14:19.114189:Running job #1
130827-18:14:19,114 interface INFO:
stdout 2013-08-27T18:14:19.114189:------------------------------------------------------------------------
130827-18:14:19,133 interface INFO:
stdout 2013-08-27T18:14:19.133914:No executable modules, but still unresolved dependencies or incomplete module inputs.
130827-18:14:19,138 interface INFO:
stdout 2013-08-27T18:14:19.138334:The following modules did not run:
130827-18:14:19,138 interface INFO:
stdout 2013-08-27T18:14:19.138334:Skipped: Realign & Unwarp
130827-18:14:19,138 interface INFO:
stdout 2013-08-27T18:14:19.138334:
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142146:MATLAB code threw an exception:
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142253:Job execution failed. The full log
of this run can be found in MATLAB command window, starting with the
lines (look for the line showing the exact #job as displayed in this
error message)
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142253:------------------
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142253:Running job #1
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142253:------------------
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142253:
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:File:cfg_util.m
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:Name:spm_jobman.m
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:Line:112
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:File:yscript_realignunwarp.m
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:Name:cfg_util
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:Line:115
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:File:pm_jobman
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:Name:pyscript_realignunwarp
130827-18:14:19,142 interface INFO:
stderr 2013-08-27T18:14:19.142449:Line:835
Does anyone know what that means and how I can solve this? Thanks.