ATO, ATOMS


NAME
ATO, ATOMS - change drawing style for atoms.

SYNOPSIS
ATO style
ATOMS style

DESCRIPTION
Change drawing style for atoms. Atom style is defined separately from bond style. For BALLS, BA2, BIG, BI2, COVALENT, CO2, SMALL, SM2, SPACEFILL and SP2 style, atomic radii are read from .garlicrc file. If this file is not available, hard-coded defaults are used. The styles listed above may be used to produce nice output but require more CPU time than other styles. The list of realistic, nice styles, sorted by size, from the smallest to the largest:
(1) SMALL and SM2;
(2) COVALENT and CO2;
(3) SPACEFILL and SP2;
(4) BIG and BI2.

Note that BALLS and BA2 style are not included in this list. All atoms drawn using this style will have the same physical size.

The second version of a given style has more enhanced contrast and more specular look than the first version (BA2 vs. BALL, BI2 vs. BIG etc). See the image at the bottom of this page to understand this difference.

STYLE DESCRIPTION size
0 Invisible atoms. Fixed size.
1 A single pixel. Fixed size.
2 3x3 cross (5 pixels). Fixed size.
3 3x3 square (9 pixels). Fixed size.
4 5x5 circle (21 pixel). Fixed size.
5 7x7 square (37 pixels). Fixed size.
6 9x9 circle (61 pixel). Fixed size.
7 11x11 circle (109 pixels). Fixed size.
bal
balls
Balls (suitable to draw balls and sticks). Proportional.
ba2 Balls with enhanced contrast. Proportional.
sma
small
Small style (default: 70% of covalent radius). Proportional.
sm2 Small style, enhanced contrast. Proportional.
cov
covalent
Covalent style (default: covalent radius). Proportional.
co2 Covalent style, enhanced contrast. Proportional.
spa
spacefill
Spacefill style (default: 70% of van der Waals radius). Proportional.
sp2 Spacefill style, enhanced contrast. Proportional.
big Big style (default: van der Waals radius). Proportional.
bi2 Big style, enhanced contrast. Proportional.

EXAMPLES
The image below shows all drawing styles for atoms. To reproduce this image, execute the script atoms.script; the file trp.pdb (tryptophan) is required as input.



NOTES
(1) Invisible atoms (style 0) are not treated as hidden - they are just invisible.

(2) A good performance and fairly good contrast may be achieved choosing atom drawing style 0 (no pixels) and bond drawing style 2 (line width of three pixels).

(3) The ATOM keywords SMALL, SM2, COVALENT, CO2, SPACEFILL, SP2, BIG and BI2 may be combined with the command BONDS NICE to produce very nice images. All other atomic styles (0 - 7, BALL, BA2) will not work with BONDS NICE.

RELATED COMMANDS
The command BAL (BALLS) is used to change the ball radius. BON (BONDS) is used to change drawing style for bonds. PRO (PROBE) is used to change the bond probe radius (this probe is used to draw nice bonds).