You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the same file, you will also need to ensure the following properties are set:
62
+
63
+
```
64
+
isisicp.incrementaleventnexus = true
65
+
66
+
# Event rate, can adjust up or down
67
+
isisicp.simulation.neventssim = 5000
68
+
69
+
# Ensure simulated data is switched on
70
+
isisicp.simulation.simulatedata = true
71
+
isisicp.simulation.simulatespec0 = true
72
+
isisicp.simulation.simulatebin0 = true
73
+
isisicp.simulation.spreadsimevents = true
74
+
```
75
+
76
+
You additionally need to ensure you are running in event mode. You can do this using the DAE tables `wiring_event_ibextest.dat`, `detector_ibextest.dat` & `spectra_ibextest.dat`. Copies of these tables can be found at:
0 commit comments