Skip to content

Commit bc0c35c

Browse files
committed
fix sciencedirect links
1 parent ddf196c commit bc0c35c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/user-guide/tof/wfm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"# Wavelength frame multiplication\n",
99
"\n",
1010
"Wavelength frame multiplication (WFM) is a technique commonly used at long-pulse facilities to improve the resolution of the results measured at the neutron detectors.\n",
11-
"See for example the article by [Schmakat et al. (2020)](https://www.sciencedirect.com/science/article/pii/S0168900220308640) for a description of how WFM works.\n",
11+
"See for example the article by [Schmakat et al. (2020)](https://doi.org/10.1016/j.nima.2020.164467) for a description of how WFM works.\n",
1212
"\n",
1313
"In this notebook, we show how to use `essreduce`'s `time_of_flight` module to compute an accurate a time-of-flight coordinate,\n",
1414
"from which a wavelength can be computed."
@@ -41,7 +41,7 @@
4141
"We begin by defining the chopper settings for our beamline.\n",
4242
"In principle, the chopper setting could simply be read from a NeXus file.\n",
4343
"\n",
44-
"For this example, we create choppers modeled on the [V20 ESS beamline at HZB](https://www.sciencedirect.com/science/article/pii/S0168900216309597).\n",
44+
"For this example, we create choppers modeled on the [V20 ESS beamline at HZB](https://doi.org/10.1016/j.nima.2016.09.034).\n",
4545
"It consists of 5 choppers:\n",
4646
"\n",
4747
"- 2 WFM choppers\n",

src/ess/reduce/time_of_flight/toa_to_tof.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def compute_tof_lookup_table(
8282
"""
8383
Compute a lookup table for time-of-flight as a function of distance and
8484
time-of-arrival.
85+
8586
Parameters
8687
----------
8788
simulation:
@@ -342,6 +343,7 @@ def time_of_flight_data(
342343
"""
343344
Convert the time-of-arrival data to time-of-flight data using a lookup table.
344345
The output data will have a time-of-flight coordinate.
346+
345347
Parameters
346348
----------
347349
da:

0 commit comments

Comments
 (0)