next up previous contents index
Next: Using Pyste Up: Miscellaneous Previous: Reconstructors Usage   Contents   Index


Using Aligner, Comparators, and Projectors

Using any of these objects is very similar to the process described in Reconstructor Usage above. The general process is
obj = CLASS.get(OBJECT_TYPE, {arg1:value1,
  arg2:value2, ...})
data = obj.OBJECT_COMMAND(args)
Use the EMAN2 html documentation or use the ``dump'' command in python to see a list of the available object types for each class and their corresponding argument lists.



2013-06-11