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
Copy file name to clipboardExpand all lines: docs/about/release-notes.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Features
99
99
~~~~~~~~
100
100
101
101
* Added resolution function for Amor and support for Orso file format in the ``reflectometry`` module `#115 <https://github.com/scipp/ess/pull/115>`_ (*Reflectometry*).
102
-
* Added footprint correction, super-mirror calibration, and normalisation between sample and supermirror measurements on a per-pixel & per-Q-bin level in the Amor workflow `#97 <https://github.com/scipp/ess/pull/97>`_ (*Reflectometry*).
102
+
* Added footprint correction, super-mirror calibration, and normalization between sample and supermirror measurements on a per-pixel & per-Q-bin level in the Amor workflow `#97 <https://github.com/scipp/ess/pull/97>`_ (*Reflectometry*).
103
103
104
104
Contributors
105
105
~~~~~~~~~~~~
@@ -153,7 +153,7 @@ Breaking changes
153
153
154
154
* A major rewrite of the reflectometry code was undertaken `#61 <https://github.com/scipp/ess/pull/61>`_:
155
155
156
-
* The reflectometry and Amor Data classes were removed in favour of a formalism consisting of free-functions that accept Scipp DataArrays and Datasets.
156
+
* The reflectometry and Amor Data classes were removed in favor of a formalism consisting of free-functions that accept Scipp DataArrays and Datasets.
157
157
* Moved the chopper class from the ``wfm`` submodule to free functions in its own ``choppers`` module.
158
158
* The unit conversion (computing wavelength and Q) now use ``transform_coords``.
159
159
* The Amor reduction notebook from ``ess-notebooks`` has been imported into the ``ess`` repository.
"The yellow area shows the incoming and reflected beam, both with the divergence $\\Delta \\theta$.\n",
56
-
"The inclination of the sample relative to the centre of the incoming beam (here identical to the instrument horizon) is called $\\omega$, and the respective angle of the reflected beam relative to the same axis is $\\gamma$.\n",
56
+
"The inclination of the sample relative to the center of the incoming beam (here identical to the instrument horizon) is called $\\omega$, and the respective angle of the reflected beam relative to the same axis is $\\gamma$.\n",
57
57
"\n",
58
-
"In general the detector centre is located at $\\gamma_{\\rm D} = 2\\omega$.\n",
58
+
"In general the detector center is located at $\\gamma_{\\rm D} = 2\\omega$.\n",
59
59
"These are instrument coordinates and should not be confused with the situation on the sample, where the take-off angle of an individual neutron trajectory is called $\\theta$.\n",
60
60
"\n",
61
61
"### The supermirror reference\n",
@@ -183,9 +183,9 @@
183
183
"The pixel positions are wrong in the `sample.nxs` and `reference.nxs` files, and require an ad-hoc correction.\n",
184
184
"We apply an arbitrary shift in the vertical (`y`) direction.\n",
185
185
"We first move the pixels down by 0.955 degrees,\n",
186
-
"so that the centre of the beam goes through the centre of the top half of the detector blades\n",
186
+
"so that the center of the beam goes through the center of the top half of the detector blades\n",
187
187
"(the bottom half of the detectors was turned off).\n",
188
-
"Next, we move all the pixels so that the centre of the top half of the detector pixels lies at an angle of $2 \\omega$,\n",
188
+
"Next, we move all the pixels so that the center of the top half of the detector pixels lies at an angle of $2 \\omega$,\n",
Copy file name to clipboardExpand all lines: docs/techniques/wfm/introduction-to-wfm.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -571,7 +571,7 @@
571
571
"where each wavelength frame $N$ contains a subsequent part of the spectrum of the source pulse.\n",
572
572
"\n",
573
573
"The main reason for using the WFM concept is to redefine the burst time $t_{P} = \\Delta t$ as implied by Eq. (1), in order to match the required wavelength resolution of the experiment.\n",
574
-
"A secondary objective, or constraint of the first, is to utilise as much of the source pulse as possible."
574
+
"A secondary objective, or constraint of the first, is to utilize as much of the source pulse as possible."
0 commit comments