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.
1 parent 7cba862 commit 2397d65Copy full SHA for 2397d65
src/ess/reduce/normalization.py
@@ -77,6 +77,8 @@ def normalize_by_monitor_histogram(
77
-------
78
:
79
``detector`` normalized by ``monitor``.
80
+ If the monitor has masks or contains non-finite values, the output has a mask
81
+ called '_monitor_mask' constructed from the monitor masks and non-finite values.
82
83
See also
84
--------
@@ -144,6 +146,8 @@ def normalize_by_monitor_integrated(
144
146
145
147
148
`detector` normalized by a monitor.
149
150
151
152
153
0 commit comments