essreduce 25.2.1__py3-none-any.whl → 25.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ess/reduce/live/roi.py +1 -0
- {essreduce-25.2.1.dist-info → essreduce-25.2.2.dist-info}/METADATA +1 -1
- {essreduce-25.2.1.dist-info → essreduce-25.2.2.dist-info}/RECORD +7 -7
- {essreduce-25.2.1.dist-info → essreduce-25.2.2.dist-info}/LICENSE +0 -0
- {essreduce-25.2.1.dist-info → essreduce-25.2.2.dist-info}/WHEEL +0 -0
- {essreduce-25.2.1.dist-info → essreduce-25.2.2.dist-info}/entry_points.txt +0 -0
- {essreduce-25.2.1.dist-info → essreduce-25.2.2.dist-info}/top_level.txt +0 -0
ess/reduce/live/roi.py
CHANGED
|
@@ -32,6 +32,7 @@ def select_indices_in_intervals(
|
|
|
32
32
|
for dim, bounds in intervals.items():
|
|
33
33
|
low, high = sorted(bounds)
|
|
34
34
|
indices = indices[dim, low:high]
|
|
35
|
+
indices = indices if isinstance(indices, sc.Variable) else indices.data
|
|
35
36
|
indices = indices.flatten(to=out_dim)
|
|
36
37
|
if indices.bins is None:
|
|
37
38
|
return indices
|
|
@@ -9,7 +9,7 @@ ess/reduce/uncertainty.py,sha256=LR4O6ApB6Z-W9gC_XW0ajupl8yFG-du0eee1AX_R-gk,699
|
|
|
9
9
|
ess/reduce/workflow.py,sha256=sL34T_2Cjl_8iFlegujxI9VyOUwo6erVC8pOXnfWgYw,3060
|
|
10
10
|
ess/reduce/live/__init__.py,sha256=jPQVhihRVNtEDrE20PoKkclKV2aBF1lS7cCHootgFgI,204
|
|
11
11
|
ess/reduce/live/raw.py,sha256=W7AxwFApqBzYki-Y_pIt9jZqzcvJnRMsdt1Hu1He4v0,25262
|
|
12
|
-
ess/reduce/live/roi.py,sha256=
|
|
12
|
+
ess/reduce/live/roi.py,sha256=Hs-pW98k41WU6Kl3UQ41kQawk80c2QNOQ_WNctLzDPE,3795
|
|
13
13
|
ess/reduce/live/workflow.py,sha256=bsbwvTqPhRO6mC__3b7MgU7DWwAnOvGvG-t2n22EKq8,4285
|
|
14
14
|
ess/reduce/nexus/__init__.py,sha256=59bxKkNYg8DYcSykNvH6nCa5SYchJC4SbgZEKhkNdYc,967
|
|
15
15
|
ess/reduce/nexus/_nexus_loader.py,sha256=NbKIepTxv-UirVlViImh8Ozm16k-ZIiF6AQ9-oKuDHU,19222
|
|
@@ -36,9 +36,9 @@ ess/reduce/widgets/_spinner.py,sha256=2VY4Fhfa7HMXox2O7UbofcdKsYG-AJGrsgGJB85nDX
|
|
|
36
36
|
ess/reduce/widgets/_string_widget.py,sha256=iPAdfANyXHf-nkfhgkyH6gQDklia0LebLTmwi3m-iYQ,1482
|
|
37
37
|
ess/reduce/widgets/_switchable_widget.py,sha256=fjKz99SKLhIF1BLgGVBSKKn3Lu_jYBwDYGeAjbJY3Q8,2390
|
|
38
38
|
ess/reduce/widgets/_vector_widget.py,sha256=aTaBqCFHZQhrIoX6-sSqFWCPePEW8HQt5kUio8jP1t8,1203
|
|
39
|
-
essreduce-25.2.
|
|
40
|
-
essreduce-25.2.
|
|
41
|
-
essreduce-25.2.
|
|
42
|
-
essreduce-25.2.
|
|
43
|
-
essreduce-25.2.
|
|
44
|
-
essreduce-25.2.
|
|
39
|
+
essreduce-25.2.2.dist-info/LICENSE,sha256=nVEiume4Qj6jMYfSRjHTM2jtJ4FGu0g-5Sdh7osfEYw,1553
|
|
40
|
+
essreduce-25.2.2.dist-info/METADATA,sha256=l7vAVarbV9x-4mXfgstnKGyX0w4Yzcan8JCtwEPQbJM,3708
|
|
41
|
+
essreduce-25.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
42
|
+
essreduce-25.2.2.dist-info/entry_points.txt,sha256=PMZOIYzCifHMTe4pK3HbhxUwxjFaZizYlLD0td4Isb0,66
|
|
43
|
+
essreduce-25.2.2.dist-info/top_level.txt,sha256=0JxTCgMKPLKtp14wb1-RKisQPQWX7i96innZNvHBr-s,4
|
|
44
|
+
essreduce-25.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|