Skip to content
Snippets Groups Projects
VesuvioDiffractionReduction-v1.rst 1.07 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.

.. diagram:: VesuvioDiffractionReduction-v1_wkflw.dot
**Example - Running VesuvioDiffractionReduction.**
.. testcode:: ExVesuvioDiffractionReductionSimple
    VesuvioDiffractionReduction(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:: ExVesuvioDiffractionReductionSimple
    Workspace name: vesuvio15289_diffspec_red
    Number of spectra: 1
    Number of bins: 3875

.. categories::

.. sourcelink::