Qxy
From MantidProject
Contents |
Summary
Performs the final part of a SANS (LOQ/SANS2D) two dimensional (in Q) data reduction.
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | InputWorkspace | Input | Workspace2D | Mandatory | The corrected data in units of wavelength. |
| 2 | OutputWorkspace | Output | Workspace2D | Mandatory | The name to use for the corrected workspace. |
| 3 | MaxQxy | Input | positive double | Mandatory | The upper limit of the Qx-Qy grid (goes from -MaxQxy to +MaxQxy). |
| 4 | DeltaQ | Input | positive double | Mandatory | The dimension of a Qx-Qy cell. |
Description
This algorithm rebins a 2D workspace in units of wavelength into 2D Q. It also normalises to the solid angle of each detector pixel. The result is stored in a 2D workspace which two numeric axes, both in units of Q.
Source Code
Header Qxy.h
Source Qxy.cpp
