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
On Nov 7, 2012, at 5:55 AM, Colin Reveley <[email protected]> wrote: > in displaying a metric on a surface, is it possible to scale it such that the > minimum shown is the minimum (assuming all positive) and the maximum value > shown (i.e. the upper value in "user scale" if I set it manually in the gui) > is the sample deviation, as shown for the column in -metric-information. > > the SD is about right as an upper limit for displaying this data (FSL > tracking intersections with the surface. but un "distance corrected" since we > feel that's a dodgy operation) > > maybe I can (programatically) make a separate metric in which every column is > the SD and use that as a threshold column? > > or is there an easier way? > > > > best, > > Colin > _______________________________________________ > caret-users mailing list > [email protected] > http://brainvis.wustl.edu/mailman/listinfo/caret-users _______________________________________________ caret-users mailing list [email protected] http://brainvis.wustl.edu/mailman/listinfo/caret-users
