public class CeSymmIterative
extends java.lang.Object
Works in the following way:
| Constructor | Description |
|---|---|
CeSymmIterative(CESymmParameters param) |
For the iterative algorithm to work properly the refinement and
optimization options should be turned on, because the alignment has to be
consistent at every recursive step.
|
| Modifier and Type | Method | Description |
|---|---|---|
CeSymmResult |
execute(Atom[] atoms) |
This method uses iteratively CeSymm to calculate all symmetries in the
input array of atoms and organize them in a multiple alignment of the
repeats.
|
public CeSymmIterative(CESymmParameters param)
param - CeSymm parameters, make sure they are clonedpublic CeSymmResult execute(Atom[] atoms) throws StructureException
atoms - atomsStructureException