Newer
Older
.. algorithm::
.. summary::
.. alias::
.. properties::
Description
-----------
This algorithm is used to load and process simualtion data from the nMOLDYN
package.
Currently this supports loading the ``.cdl`` and ``.dat`` files created by
version 3 of nMOLDYN (using the :ref:`LoadNMoldyn3Ascii
<algm-LoadNMoldyn3Ascii>` algorithm).
When loading from a ``.cdl`` file from nMOLDYN 3 one or multiple functions can
be loaded, when loading a single function an instrument resolution workspace can
be provided which the loaded function is convoluted with to allow comparison
with actual instrument data.
When loading from a ``.dat`` file from nMOLDYN 3 function selection and
convolution with an instrument resolution are unavailable.
Workflow
========
.. diagram:: MolDyn-v1_wkflw.dot
Usage
-----
.. include:: ../usagedata-note.txt
for ws_name in out_ws_group.getNames():
print ws_name
Output:
.. testoutput:: ExLoadCDLFile
.. sourcelink::