| |
The RestViol command outputs violation statistics for
distance and dihedral angle restraints
: First the sum of all violations and second the maximum violation (in units of Angstrom for distances and degrees for dihedrals).
This feature is useful for rejecting structures with particularily large violations early in the refinement procedure. In the end,
the ensemble is usually sorted based on the restraint violation energy
.
Example 1:
RestViolAll
Get maximum and summed up distance and dihedral angle violations.
Example 2:
dissum,dismax,dihsum,dihmax = RestViolObj 3
As above but for object 3 only, and assign the results to the four specified variables.
Example 3:
viollist() = RestViolObj all
Get the violations for all objects individually and assign them to list
'viollist'.
|