@@ -167,11 +167,9 @@ TofMonitor # Time-of-flight domain
167167WavelengthMonitor # Wavelength domain (end of monitor chain)
168168```
169169
170- Monitors remain in "Monitor" space throughout processing as they serve as normalization references rather than primary measurements.
171-
172170** Detector types**
173171
174- Detectors progress through both processing stages and coordinate transformations :
172+ Detectors progress through both processing stages and move from "detector space" (pixel space) to, e.g., Q-space :
175173
176174```
177175EmptyDetector # Geometry only, calibrated, pixel-masked
@@ -181,14 +179,16 @@ WavelengthDetector # With added wavelength coord
181179CorrectedDetector # Corrections applied (masking, filtering, efficiency, Lorentz, absorption)
182180CorrectedQ # Transformed to Q-space, pixels reduced
183181NormalizedQ # Normalized (to monitor, proton charge)
184- IntensityQ # Absolute intensity
182+ IntensityQ # Absolute intensity, e.g., normalized to vanadium
185183```
186184
185+ Alternative domain-specific names to, e.g., ` IntensityQ ` such as ` ReflectivityQ ` are also valid.
186+
187187** Coordinate space variants**
188188
189189The final coordinate space (` Q ` in the example above) should be replaced with the appropriate space for the technique:
190190- ` Dspacing ` for d-spacing coordinates
191- - ` Energy ` for energy transfer
191+ - ` EnergyTransfer ` for energy transfer
192192- ` TwoTheta ` for scattering angle
193193- Multiple dimensions can be combined: ` DspacingTwoTheta `
194194
0 commit comments