Skip to content

Commit d5b935d

Browse files
committed
Merge branch 'main' into mcstas-to-nexus
2 parents 17d4038 + bb3e4de commit d5b935d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/ess/imaging/normalize.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@ def normalize_sample_images(
227227
228228
NormalizedImages = SampleImages / Background * ScaleFactor
229229
230+
.. note::
231+
`factor` should correct the different neutron flux
232+
between the sample and the background.
233+
234+
For example, if the open beam(background) image
235+
is taken with longer exposure time
236+
than the sample image with the same neutron rate,
237+
the scale factor should be larger than 1.
238+
239+
The scale factor could be derived from the exposure time,
240+
proton charge or monitor counts depending on the experiment.
241+
230242
Parameters
231243
----------
232244

0 commit comments

Comments
 (0)