ess.imaging.normalize.apply_threshold_to_background_image#
- ess.imaging.normalize.apply_threshold_to_background_image(background, background_threshold)[source]#
Apply the threshold to the background image.
- Parameters:
background (
normalize.CleansedOpenBeamImage
(scipp.DataArray
)) – Background image.background_threshold (
normalize.BackgroundPixelThreshold
(scipp.Variable
)) – Threshold for the background pixel values. Any pixel values less thanbackground_threshold
are replaced withbackground_threshold
.
- Return type: