Home | Trees | Indices | Help |
|
---|
|
Convert an Amber restart file to array, PDBModel or a Amber crd file.
Note: AmberRstParser is currently ignoring both the velocity and boxinfo record (although this could be easily changed).
|
|||
| __init__(self, frst) | ||
| __del__(self) | ||
[float]
|
__nextLine(self) Extract next line of coordinates from crd file |
||
array
|
__frame(self) Collect next complete coordinate frame |
||
array
|
getXyz(self) Get coordinate array. |
||
PDBModel
|
getModel(self,
ref,
rnAmber=0) Get model. |
||
str
|
getFirstCrdLine(self) Return the first line of Amber crd. |
||
|
writeCrd(self,
fcrd,
append=1,
lastAtom=None) Write/Append Amber-formatted block of coordinates to a file. |
|
|||
|
n number of atoms |
||
|
xyz will hold coordinate array |
||
|
box will hold box array if any |
|
|
|
Extract next line of coordinates from crd file
|
Collect next complete coordinate frame
|
Get coordinate array.
|
Get model.
|
Return the first line of Amber crd.
|
Write/Append Amber-formatted block of coordinates to a file. If a file handle is given, the file will not be closed.
|
|
nnumber of atoms |
xyzwill hold coordinate array |
boxwill hold box array if any |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:51 2007 | http://epydoc.sourceforge.net |