[Swift-devel] multiple arguments

Yong Zhao yongzh at cs.uchicago.edu
Wed May 2 09:27:19 CDT 2007


Ben,

use @filenames(sliced[*].img).

On Wed, 2 May 2007, Ben Clifford wrote:

>
> I'm trying to run softmean, one of the tools in the fmri workflow that I
> used before for tutorial purposes.
>
> At present I run it like this:
>
> softmean @atlas.img overwrite scalingsuffix @sliced[0].img @sliced[1].img
> @sliced[2].img @sliced[3].img;
>
> so that each of four image filenames are passed in as separate parameters.
>
> This isn't so nice when 'sliced' has != 4 elements.
>
> I considered trying this:
>
> softmean @atlas.img overwrite scalingsuffix @sliced[*].img;
>
> But the @sliced[*].img appears to to turn into a single string argument
> listing all of the filenames, which softmean finds displeasing.
>
> --
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
>



More information about the Swift-devel mailing list