Newer
Older
.. algorithm::
.. summary::
.. alias::
.. properties::
Description
-----------
Loads a DNS legacy .d_dat data file into a :ref:`Workspace2D <Workspace2D>` with
The loader rotates the detector bank in the position given in the data file.
This algorithm only supports DNS instrument in its configuration before major upgrade.
Usage
-----
**Example - Load a DNS legacy .d_dat file:**
.. code-block:: python
# data file.
datafile = 'dn134011vana.d_dat'
# Load dataset
ws = LoadDNSLegacy(datafile, Polarisation='x')