help > RE: tests Pickatlas with SPM12
Oct 13, 2014  03:10 PM | Benjamin Wagner - UT Southwestern Medical Center
RE: tests Pickatlas with SPM12
Hi Isabelle,
  I was not clear.  One should NOT add pickatlas (and SPM) paths with genpath.  The lines:

addpath(genpath('F:\spm12'));
addpath(genpath('F:\spm12\toolbox\wfu_pickatlas'));

actually add all the pickatlas stuff twice.  The more correct way would be:

addpath('F:\spm12');
addpath('F:\spm12\toolbox\wfu_pickatlas');
addpath('Other toolboxes that might need to be added to path');

Again, with SPM 12 all you'll be able to do is define ROIs.  I don't know if the results viewer works with 12.  ROI analysis through the "RESULTS" button won't work either.

Hope this helps,
Ben

Threaded View

TitleAuthorDate
Isabelle Faillenot Oct 13, 2014
Benjamin Wagner Oct 13, 2014
Isabelle Faillenot Oct 13, 2014
RE: tests Pickatlas with SPM12
Benjamin Wagner Oct 13, 2014
Isabelle Faillenot Oct 13, 2014
Benjamin Wagner Oct 13, 2014
Isabelle Faillenot Oct 15, 2014