.. algorithm:: .. summary:: .. relatedalgorithms:: .. properties:: Description ----------- Performs a data reduction from :ref:`ISISIndirectEnergyTransfer `, before performing the :ref:`SofQW ` algorithm and :ref:`SofQWMoments `. Width and diffusion workspaces are then created. Usage ----- .. include:: ../usagedata-note.txt **Example - Running SofQWMoments from with an SofQW workspace.** .. code-block:: python reduced, sqw, moments = SofQWMomentsScan(InputFiles='OSIRIS100320', LoadLogFiles=False, Instrument='OSIRIS', Analyser='graphite', Reflection='002', SpectraRange='3,53', QRange='0,0.1,2', EnergyRange='-0.4,0.01,0.4') .. categories:: .. sourcelink::