Kuntz Home /
DOCK Home /
DOCKumentation Contents /
Accessories
colsph
Mike Connolly
colsph reads and writes a sphere cluster file, adding a color (label)
table and sphere labels. The color is determined by evaluating either a Delphi
map or a force-field grid at the sphere center, and comparing that value to the
ranges specified in a user-defined range file, which defines ranges for
a series of colors. The program prompts for the information it needs:
- scoring map type (2 = Delphi, 3 = force-field)
- the Delphi map file name or the force-field grid prefix
- range file name
- input sphere cluster file name
- output sphere cluster file name
The range file is the only one that needs explanation. Its format is as
follows:
color_name range_min range_max
The spacing between the values does not matter. The color_name can be up to 30
characters in length. The range_min
and range_max
must be real numbers,
and specify the lower and upper ends of the range respectively. There may be
up to 100 colors and 200 range statements.
Curator: Daniel Gschwend, gschwend@cgl.ucsf.edu (rev. 1 September 1995)