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 = {0: 'isosurface', 1: 'isomesh', 2: 'isodot'}
  ramp_colors = {'rainbow': '[red, yellow, green, cyan, blue, ma...
  stereomethods = {'anaglyph': 'anaglyph', 'crosseyed': 'crossey...
Class Variable Details [hide private]

ramp_colors

Value:
{'rainbow': '[red, yellow, green, cyan, blue, magenta]',
 'redwhiteblue': '[red, white, blue]',
 'whiteblue': '[white, blue]',
 'whitered': '[white, red]'}

stereomethods

Value:
{'anaglyph': 'anaglyph',
 'crosseyed': 'crosseye',
 'hardware': 'quadbuffer',
 'interlaced': 'byrow',
 'walleyed': 'walleye'}