We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861eb73 + 563bc1e commit d419d36Copy full SHA for d419d36
1 file changed
src/ess/reduce/live/raw.py
@@ -294,7 +294,7 @@ def from_nexus(
294
noise_replica_count = 0
295
else:
296
noise_replica_count = 4
297
- wf = GenericNeXusWorkflow()
+ wf = GenericNeXusWorkflow(run_types=[SampleRun], monitor_types=[])
298
wf[RollingDetectorViewWindow] = window
299
if isinstance(projection, LogicalView):
300
wf[LogicalView] = projection
0 commit comments