We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d4038 + bb3e4de commit d5b935dCopy full SHA for d5b935d
src/ess/imaging/normalize.py
@@ -227,6 +227,18 @@ def normalize_sample_images(
227
228
NormalizedImages = SampleImages / Background * ScaleFactor
229
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
242
Parameters
243
----------
244
0 commit comments