Trees | Indices | Help |
|
---|
|
object --+ | utilities.FileUtils --+ | core.Worker --+ | _Distances
Analysis of distances. See :class:`Distances` for usage. Also used as a base class for :class:`mindistances._MinDistances`.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
names = ["distance"] list of results (not used at the moment, see _register_hook()) |
|||
xlabels = {"distance": r"time $t/$ns", "contacts": r"time $t/$ dict of labels for the plot x-axis; one for each result |
|||
ylabels = {"distance": r"distance $d/$nm", "contacts": r"conta dict of labels for the plot y-axis; one for each result |
|||
default_plot_columns = [0, 1]
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
Run when registering; requires simulation. Defines output files (note that we overwrite the parameters.filenames and figname that super might have set).
|
Run ``g_dist `` to compute distances between A and B groups. Additional arguments can be provided (e.g. -b or -e) but an error will result if one tries to set parameters that are already being set by the method itself such as -s or -d; one must to provide the appropriate values to the class constructor. If the primary output file already exists then no data are generated and the method returns immediately unless one sets force = True.
|
|
|
|
xlabelsdict of labels for the plot x-axis; one for each result
|
ylabelsdict of labels for the plot y-axis; one for each result
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:34 2010 | http://epydoc.sourceforge.net |