Skip to content
Snippets Groups Projects
VesuvioDiffractionReduction-v1.rst 1.05 KiB
Newer Older
.. algorithm::

.. summary::

.. alias::

.. properties::

Description
-----------

A version of :ref:`ISISIndirectDiffractionReduction
<algm-ISISIndirectDiffractionReduction>` specific to use with VESUVIO (EVS)
data, the reduction is performed in the same way however there is the additional
option to load a PAR file.

Workflow
--------

.. diagram:: EVSDiffractionReduction-v1_wkflw.dot


Usage
-----

**Example - Running EVSDiffractionReduction.**

.. testcode:: ExEVSDiffractionReductionSimple

    EVSDiffractionReduction(InputFiles='EVS15289.raw',
                            OutputWorkspace='DiffractionReductions',
                            InstrumentParFile='IP0005.dat')

    ws = mtd['DiffractionReductions'].getItem(0)

    print 'Workspace name: %s' % ws.getName()
    print 'Number of spectra: %d' % ws.getNumberHistograms()
    print 'Number of bins: %s' % ws.blocksize()

Output:

.. testoutput:: ExEVSDiffractionReductionSimple

    Workspace name: vesuvio15289_diffspec_red
    Number of spectra: 1
    Number of bins: 3875

.. categories::

.. sourcelink::