¥At first you had to colorize a data set before viewing it in SUMA.
ÐNow that is done interactively from SUMAÕs ÔSurface
ControllerÕ.
¥ScaleToMap is used to show the mapped data in SUMA
Ð
ÐScaleToMap -input DataSurf.1D.dset 0 6 \
Ð -cmap RGYBR20
\
Ð -msk -998 -1000
\
Ð > DataSurf.1D.col
Ð
¥-input DataFile icol vcol: Node data file followed by column indices for
node index and data
¥-cmap MapType: Type of colormap
¥-msk msk0 msk1: Range of values to exclude from color map
¥> DataSurf.1D.col : redirection of output to file (screen is the
default). Output contains 4 columns: node
index, R, G, B
¥DataSurf.1D.col can be loaded into SUMA using 'c' option
Ð
Ð# index R G B
¥ 3 0.000 0.862127
0.137873
¥ 64 1.000000 0.800135
0.000000
¥ 7255 1.000000 0.943492
0.000000