Difference between revisions of "Cavity cull"

From PyMOLWiki
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
 
+
set [[cavity_cull]] allows the user to define how sensitive pymol it to detecting cavities within the interior of a molecule. Smaller cavities are not detected as the cavity cull value is increased. The value ''may'' correspond in angstroms a dimension of the cavity approximately.
set cavity_cull allows the user to define how sensitive pymol it to detecting cavities within the interior of a molecule.<br>
 
Smaller cavities are not detected as the cavity cull value is increased. The value ''may'' correspond in angstroms a dimension of the cavity approximately.
 
  
 
== Syntax ==
 
== Syntax ==
 
 
<source lang="python">
 
<source lang="python">
set cavity_cull, <number>                          #default 2
+
# default 2
 +
set cavity_cull, <number>                           
 
</source>
 
</source>
  

Latest revision as of 19:16, 29 April 2009

Overview

set cavity_cull allows the user to define how sensitive pymol it to detecting cavities within the interior of a molecule. Smaller cavities are not detected as the cavity cull value is increased. The value may correspond in angstroms a dimension of the cavity approximately.

Syntax

# default 2
set cavity_cull, <number>

Example