You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **What It Does:** uses the position of each pixel and the specified TOF binning to sum counts directly in Q bins. This differs from the traditional reflectivity calculation, which assumes that all counts in a TOF bin has the same Q value regardless of where they landed on the detector.
78
-
- **How It Works:**
79
-
80
-
- When enabled, `Final Rebin` is not performed.
81
-
- Enabling Constant-Q binning changes the way R(q) is calculated.
82
-
- `Q Steps` is used to determine binning:
83
-
84
-
- If **positive**, bins are evenly spaced.
85
-
- If **negative**, bins are spaced logarithmically using a geometric progression.
86
-
87
-
- This setting is **global** and cannot be adjusted per-run.
88
-
89
-
- **How to Use It:** Check this box if you want to maintain constant-Q binning. Ensure `Q Steps` is set appropriately for either linear or logarithmic binning.
90
-
91
-
.. figure::
92
-
../images/constant_q_binning.png
93
-
:alt: Constant-Q Binning
94
-
95
-
**Enabling Constant-Q Binning**
96
-
97
-
**Q Steps** (Numeric Input, Per-Run or Global)
98
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76
+
**Q Steps** (Numeric Input, Per-Run)
77
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
78
100
79
- **Constraints:** Must be a floating point value between -0.1 and 0.1 units of 1/Å.
101
-
- **What It Does:** Defines the bin width for the final rebinning in Q-space.
80
+
- **What It Does:** Defines the bin width for the rebinning in Q-space.
102
81
- **How It Works:**
103
82
104
-
- `Q Steps` is used in both `Final Rebin` and `Constant-Q Binning`.
105
-
- When `Final Rebin` is enabled, `Q Steps` sets the bin width for the final rebinning.
106
-
- When `Constant-Q Binning` is enabled, `Q Steps` determines whether binning follows a **linear** or **logarithmic** scale.
83
+
- `Q Steps` is used for both `Normal` and `Constant-Q` binning.
84
+
- It controls the resolution of the final reduced workspace.
107
85
108
-
- It controls the resolution of the final reduced workspace.
109
86
- If `Q Steps` is **positive**, linear binning is applied with evenly spaced bins.
110
87
- If `Q Steps` is **negative**, logarithmic binning is applied, where bin edges follow a geometric progression.
111
88
112
-
- **How to Use It:** Enter a numeric value to specify the bin width for Q-space rebinning. Use negative values for logarithmic binning.
89
+
- **How to Use It:** Enter a numeric value to specify the bin width for
90
+
Q-space binning. Use negative values for logarithmic binning.
113
91
114
92
.. figure::
115
-
../images/q_steps_global0.png
116
-
:alt:Q Steps Global
93
+
../images/binning_options_per_run.png
94
+
:alt:Binning Options for the Active Run
117
95
96
+
**Changing Binning Options for the Active Run**
118
97
119
98
.. figure::
120
-
../images/q_steps_global1.png
121
-
:alt:Q Steps Global
99
+
../images/binning_options_reduction_table.png
100
+
:alt:Binning Options in the Reduction Table
122
101
123
-
**Setting Q Steps Globally disables the Q-Steps column in the reduction table**
124
-
125
-
.. figure::
126
-
../images/q_steps_per_run0.png
127
-
:alt: Q Steps Per-Run
102
+
**Changing Binning Options in the Reduction Table**
0 commit comments