Changes between Version 1 and Version 2 of BfactorClip


Ignore:
Timestamp:
Sep 9, 2020, 5:31:15 PM (6 years ago)
Author:
meng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BfactorClip

    v1 v2  
    77for the atoms so that they can protrude from the sliced surface.
    88The atoms of the protein are then colored by B-factor with
    9 [http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#byattribute
    10 color byattribute]. This automatically colors their patches on the outer
     9[http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#byattribute color byattribute].
     10This automatically colors their patches on the outer
    1111surface of the protein, but not the sliced surface.
    1212The atoms themselves are also colored even though they are not displayed,
    1313and their coloring is then used by
    14 [http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#zone
    15 color zone] to color patches in the sliced surface face by the nearest atom.
     14[http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#zone color zone]
     15to color the surface cap model by nearest atom.
    1616
    1717{{{
    18         open 2gbp
     18open 2gbp
    1919surface
    2020turn y 70
     
    3232}}}
    3333
    34 The [http://rbvi.ucsf.edu/chimerax/docs/user/commands/wait.html
    35 wait 1] is needed only in the context of a command file,
     34The [http://rbvi.ucsf.edu/chimerax/docs/user/commands/wait.html wait 1]
     35is needed only in the context of a command file,
    3636to force drawing the graphics to create the surface cap before it is colored.
    3737
    3838The 'update' option of
    39 [http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#zone
    40 color zone] allows subsequently adjusting the clipping plane position
     39[http://rbvi.ucsf.edu/chimerax/docs/user/commands/color.html#zone color zone]
     40allows subsequently adjusting the clipping plane position
    4141without having to redo the coloring.
    4242
     
    4444
    4545Elaine Meng, September 9, 2020
    46 }
    47 }