Jmol/Depth from surface: Difference between revisions
Eric Martz (talk | contribs) No edit summary |
Eric Martz (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
==Reporting Surfacedistance== | ==Reporting Surfacedistance== | ||
These commands will be much faster, especially for larger molecules, if done in the standalone [[Jmol/Application|Jmol Java application]]. The Jmol command to report the maximum surfacedistance for any atom in a model is | These commands will be much faster, especially for larger molecules, if done in the standalone [[Jmol/Application|Jmol Java application]]. The Jmol command to report the maximum surfacedistance for any atom in a model is | ||
<pre>print {*}.surfacedistance.max</pre> | <pre>print {*}.surfacedistance.max # <b>10.25</b> for 2ace.</pre> | ||
The asterisk "<span style="font-size:200%;">⁎</span>" means "all atoms". The atom expression must be enclosed in curly brackets "{...}". | The asterisk "<span style="font-size:200%;">⁎</span>" means "all atoms". The atom expression must be enclosed in curly brackets "{...}". Anything after "#" is a comment. | ||