Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | MatrixWorkspace | Mandatory | Workspace to be corrected |
NormalisationType | Input | string | Monitor | Type of Normalisation to use. Allowed values: [‘Monitor’, ‘Timer’] |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | Corrected workspace |
OutputMessage | Output | string |
Performs data normalisation for HFIR SANS. This algorithm is usually called by HFIRSANSReduction.
According to the NormalisationType property, which can be set to “Monitor” or “Timer”, the algorithm will retrieve the corresponding value and scale the input workspace by it.
Note
To run these usage examples please first download the usage data, and add these to your path. In MantidPlot this is done using Manage User Directories.
Example - Normalise a BioSANS data set to time:
workspace = HFIRLoad('BioSANS_empty_cell.xml')
workspace = HFIRSANSNormalise(InputWorkspace='workspace', NormalisationType="Timer")
Categories: Algorithms | Workflow\SANS