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 7239cfe commit b947dddCopy full SHA for b947ddd
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