Package schrodinger :: Package utils :: Module pymol :: Class Mapping
[hide private]
[frames] | no frames]

Class Mapping

Mappings from Maestro codes to PyMOL representations and settings

Class Variables [hide private]
  surface_cmd = {mmsurf.MMSURF_STYLE_SOLID: "isosurface", mmsurf...
  ramp_colors = {mmsurf.MMSURF_COLOR_RAMP_REDWHITEBLUE: '[red, w...
  stereomethods = {'hardware': 'quadbuffer', 'crosseyed': 'cross...
Class Variable Details [hide private]

surface_cmd

Value:
{mmsurf.MMSURF_STYLE_SOLID: "isosurface", mmsurf.MMSURF_STYLE_MESH: "i\
somesh", mmsurf.MMSURF_STYLE_DOT: "isodot",}

ramp_colors

Value:
{mmsurf.MMSURF_COLOR_RAMP_REDWHITEBLUE: '[red, white, blue]', mmsurf.M\
MSURF_COLOR_RAMP_WHITEBLUE: '[white, blue]', mmsurf.MMSURF_COLOR_RAMP_\
WHITERED: '[white, red]', mmsurf.MMSURF_COLOR_RAMP_RAINBOW: '[red, yel\
low, green, cyan, blue, magenta]',}

stereomethods

Value:
{'hardware': 'quadbuffer', 'crosseyed': 'crosseye', 'walleyed': 'walle\
ye', 'interlaced': 'byrow', 'anaglyph': 'anaglyph',}