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 498c932 + f2864f7 commit 925fab2Copy full SHA for 925fab2
src/ess/estia/mcstas.py
@@ -69,6 +69,7 @@ def parse_events_h5(f):
69
'NXentry/NXdetector/NXdata/events',
70
'NXentry/simulation/Param',
71
)
72
+ events = events[()]
73
da = sc.DataArray(
74
# The squares on the variances is the correct way to load weighted event data.
75
# Consult the McStas documentation
0 commit comments