History of AFNI updates  

|
July 25, 2014 01:51PM
It seems that -input takes 2 parameters, not just 1.
Comparing to how I use it in slow_surf_clustsim.py,
you should just put a 0 after the -input dset, i.e.

-input 'lh.myData.niml.dset[11]' 0 \

Looking at the code, it seem that the 2 is not an index
into your list of options, but rather your option "2",
because it is reading -rmm as the second parameter
to -input. So I think the 0 will help.

- rick
Subject Author Posted

SurfClust usage

jbarredo July 25, 2014 11:51AM

Re: SurfClust usage

rick reynolds July 25, 2014 12:18PM

Re: SurfClust usage

jbarredo July 25, 2014 01:35PM

Re: SurfClust usage

rick reynolds July 25, 2014 01:51PM

Re: SurfClust usage

jbarredo July 25, 2014 02:09PM

Re: SurfClust usage

rick reynolds July 25, 2014 04:30PM