Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
RunList | Input | int list | List of run numbers (integers) to be sorted - takes precedence over WorkspaceList | |
WorkspaceList | Input | str list | List of workspace names to be sorted | |
UseLowResCut | Input | boolean | False | If True, an x-direction cut will be determined and used |
ComputeScalingFactors | Input | boolean | True | If True, the scaling factors will be computed |
TOFSteps | Input | number | 200 | TOF bin width |
IncidentMedium | Input | string | Air | Name of the incident medium |
ScalingFactorFile | Input | string | Scaling factor file to be created. Allowed values: [‘cfg’] | |
OrderedRunList | Output | int list | Ordered list of run numbers | |
OrderedNameList | Output | str list | Ordered list of workspace names corresponding to the run list |
Sort a set of direct beams for the purpose of calculating scaling factors. By setting ComputeScalingFactors to True, the scaling factors will be computed.
Categories: Algorithms | Reflectometry\SNS
Python: LRDirectBeamSort.py