Iterate Module ============== The iterate module manages the state for each EMC iteration. This class is usually used in conjunction with the EMCRecon class. Configuration ------------- Initialize from a configuration file: .. code-block:: python from dragonfly.iterate import Iterate itr = Iterate('config.ini', section_name='emc') .. automodule:: dragonfly.iterate :members: :undoc-members: :show-inheritance: