RASTEP(1) | General Commands Manual | RASTEP(1) |
NAME¶
rastep - (Raster3D Thermal Ellipsoid Program)SYNOPSIS¶
rastep [-h] [-iso] [-Bcolor Bmin Bmax] [-prob Plevel] [ -fancy[0-3]] [-radius R] < infile.pdb > ellipsoids.r3d rastep -tabulate [tabfile] [-by_atomtype] [-com [comtabfile]] < infile.pdb > statistics.text Rastep reads a PDB coordinate file. This file must contain ANISOU records describing atoms refined anisotropically. Rastep can either create an input file for the Raster3D render program or perform a statistical analysis of the atomic anisotropy for various classes of input atoms. By default the program creates an ellipsoid+stick scene description in which each atom is represented by an ellipsoid enclosing an isosurface of the probability density function. These are commonly known as thermal ellipsoids. The program can be run in an alternate mode, controlled by the -tabulate option, in which the primary output to stdout is a list of the Eigenvalues of the Uij matrix, followed by the corresponding atomic anisotropy and isotropic Ueq, for each atom in the input file with both an ATOM record and a matching ANISOU record. This mode is used by the validation tools Parvati and Skittls.EXAMPLES¶
To describe thermal ellipsoids at the 50% probability level, with default CPK colors, and send it for immediate rendering into a PNG filerastep < infile.pdb | render -png picture.png To describe the same ellipsoids colored by Biso, omiting header records so that the resulting input file can be merged with other scene components
rastep -h -Bcolor 10. 30. < infile.pdb > ellipsoids.r3d
cat header.r3d ellipsoids.r3d otherstuff.r3d | render > picture.png
OPTIONS¶
-auto Auto-selection of viewing angle, chosen to minimize the spread of the atoms along the view direction.-fancy0 [default] = solid surface
-fancy1 = principal axes of ellipsoid, with transparent bounding surface
-fancy2 = colored equatorial planes of the ellipsoid
-fancy3 = colored equatorial planes with transparent bounding surface
-fancy4 = transparent bounding surface containing longest principle axis
-fancy5 = for ORTEP lovers, a solid ellipsoid with one octant missing
-fancy6 = for ORTEP lovers who want the missing octant in a separate color
NOTES¶
There is little, if any, consistency in format among the various programs which write out anisotropic displacement parameters. This program interprets the Uij values in the order specified for ANISOU records in PDB format. That is, columns 29-70 of the PDB record are interpreted as integers representing 10000 * Uij, in the order U11 U22 U33 U12 U13 U23. Note in particular that the order of the cross-terms is not the same as that used by ORTEP or shelx, neither of which use PDB format anyway. However, the program shelxpro will produce correctly formatted PDB records from a shelx coordinate file.SOURCE¶
web URL:http://www.bmsc.washington.edu/raster3d/raster3d.html contact:
Ethan A Merritt
University of Washington, Seattle WA 98195
merritt@u.washington.edu
SEE ALSO¶
raster3d(l), render(l)AUTHORS¶
Ethan A Merritt.14 Dec 2010 | Raster3D |