<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear all<br>
<br>
We have this simple script to open a volume (#0) coloured using
values from a second volume (#1):<br>
<br>
<br>
open betaGal.mrc<br>
open extra/MG_Chimera_resolution.vol<br>
volume #1 voxelSize 3.54<br>
vol #1 hide<br>
scolor #0 volume #1 cmap rainbow reverseColors True<br>
<br>
<br>
For scolor command we are using a volume.<br>
<a class="moz-txt-link-freetext" href="https://www.cgl.ucsf.edu/chimera/docs/UsersGuide/midas/scolor.html#volume">https://www.cgl.ucsf.edu/chimera/docs/UsersGuide/midas/scolor.html#volume</a><br>
<br>
It would be nice to achieve something like this at start up (note
the color key is based on the volume):<br>
<img src="cid:part1.703D5463.16F17AB5@cnb.csic.es" alt=""><br>
<br>
I've did it dragging the mouse over the canvas while "Color key"
utility is open.<br>
<br>
And, is there a posibility to round up the values. Some kind of:<br>
Psaudocode:<br>
Give the resulting color key<br>
for each round values<br>
display the color key<br>
<br>
I guess that if there is a way to get the color key, then rest can
be done through commands.<br>
<br>
Cheers, Pablo.<br>
<br>
</body>
</html>