> Cc:
> Date: Wed, 7 Nov 2012 09:30:35 -0600
> Subject: Re: [caret-users] metric scaling
> I don't know of an easier way.  Knowing me, I'd do:
>
> caret_command -metric-information my.metric | grep "my column name"
> # hack with cut to get just the sample deviation
> caret_command -file-convert -format-convert ASCII my.metric
> # hack with sed/cut to replace the upper limit here with stddev:
> tag-column-color-mapping 0 -1.000000 1.000000
>
>
No that's great actually. I didn't know about "tag-column-color-mapping".
that's pretty handy.

Another non-stupid option is, after you've done all your caret stuff, to
convert everything to giftii and do the presentation in matlab. the gifti
toolbox is good actually.  so's the nifti. and the caret5 scene files I
guess are maybe a little cumbersome and fragile compared to a little matlab
code.

but awesome I hasten to add.
_______________________________________________
caret-users mailing list
[email protected]
http://brainvis.wustl.edu/mailman/listinfo/caret-users

Reply via email to