| Trees | Indices | Help |
|
|---|
|
|
object --+
|
utilities.FileUtils --+
|
Worker
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
plugin :class:`Plugin` instance that owns this Worker. |
|||
|
plugin_name Name of the plugin that this Worker belongs to. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Set up Worker class.
:Keywords:
*plugin* : instance
The :class:`Plugin` instance that owns this worker. **Must be supplied.**
*simulation*
A :class:Simulation` object, required for registration,
but can be supplied later.
*kwargs*
All other keyword arguments are passed to the super class.
|
Things to initialize once the :class:`Simulation` instance is known.
The hook is called from :meth:`Plugin.register`.
.. Note:: Subclasses should do all their :class:`Simulation` -
dependent initialization in their own :meth:`_register_hook` which
**must** call the super class hook via the :class:`super`
mechanism.
|
Save the current figure under the default name or filename. Uses the supplied format and extension ext. |
Store array *a* as :class:`~gromacs.formats.XVG` in result *name*. kwargs are passed to :class:`gromacs.formats.XVG`. This is a helper method that simplifies the task of storing results in the form of a numpy array as a data file on disk in the xmgrace format and also as a :class:`~gromacs.formats.XVG` instance in the :attr:`gromacs.analysis.core.Worker.results` dictionary. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:34 2010 | http://epydoc.sourceforge.net |