Error at VMHC stage

Submitted by hoptman on

Hi,

I've processed serveral cases through the VMHC stage of DPARSFA, but now I am getting a new error (below).  Any thoughts:?

--Matt

Undefined variable SubwT1File.

Error in DPARSFA_run (line 3450)
        [Data Vox Head]=rest_readfile(SubwT1File{i});

Error in DPARSFA>pushbuttonRun_Callback (line 1601)
    [Error]=DPARSFA_run(handles.Cfg);

Error in gui_mainfcn (line 96)
        feval(varargin{:});

Error in DPARSFA (line 33)
    gui_mainfcn(gui_State, varargin{:});
 
Error while evaluating uicontrol Callback

YAN Chao-Gan

Mon, 11/25/2013 - 16:15

Hi Matt,

 
This is a step of "creating Group T1 Template". However, DPARSFA cannot find the normalized T1 images for each subject under "T1ImgNewSegment" or "T1ImgSegment". Could you have a check on such directory?
 
Best,
 
Chao-Gan

Hi Chao-Gan,

There were some extra files, and both T1ImgSegment and T1ImgNewSegment had been run, but T1ImgSegment hadn't been run for everyone, so that was the problem.  I got rid of T1ImgSegment, and it worked!

Thanks!

Matt