|
56 | 56 | "\n", |
57 | 57 | "workflow[Filename[SampleRun]] = dream.data.simulated_diamond_sample()\n", |
58 | 58 | "workflow[Filename[VanadiumRun]] = dream.data.simulated_vanadium_sample()\n", |
59 | | - "workflow[Filename[BackgroundRun]] = dream.data.simulated_empty_can()\n", |
| 59 | + "workflow[Filename[EmptyCanRun]] = dream.data.simulated_empty_can()\n", |
60 | 60 | "workflow[CalibrationFilename] = None\n", |
61 | 61 | "\n", |
62 | 62 | "workflow[MonitorFilename[SampleRun]] = dream.data.simulated_monitor_diamond_sample()\n", |
63 | 63 | "workflow[MonitorFilename[VanadiumRun]] = dream.data.simulated_monitor_vanadium_sample()\n", |
64 | | - "workflow[MonitorFilename[BackgroundRun]] = dream.data.simulated_monitor_empty_can()\n", |
| 64 | + "workflow[MonitorFilename[EmptyCanRun]] = dream.data.simulated_monitor_empty_can()\n", |
65 | 65 | "workflow[CaveMonitorPosition] = sc.vector([0.0, 0.0, -4220.0], unit=\"mm\")\n", |
66 | 66 | "\n", |
67 | 67 | "workflow[dream.InstrumentConfiguration] = dream.InstrumentConfiguration.high_flux\n", |
|
174 | 174 | "\n", |
175 | 175 | "workflow[Filename[SampleRun]] = dream.data.simulated_diamond_sample()\n", |
176 | 176 | "workflow[Filename[VanadiumRun]] = dream.data.simulated_vanadium_sample()\n", |
177 | | - "workflow[Filename[BackgroundRun]] = dream.data.simulated_empty_can()\n", |
| 177 | + "workflow[Filename[EmptyCanRun]] = dream.data.simulated_empty_can()\n", |
178 | 178 | "workflow[CalibrationFilename] = None\n", |
179 | 179 | "\n", |
180 | 180 | "workflow[MonitorFilename[SampleRun]] = dream.data.simulated_monitor_diamond_sample()\n", |
181 | 181 | "workflow[MonitorFilename[VanadiumRun]] = dream.data.simulated_monitor_vanadium_sample()\n", |
182 | | - "workflow[MonitorFilename[BackgroundRun]] = dream.data.simulated_monitor_empty_can()\n", |
| 182 | + "workflow[MonitorFilename[EmptyCanRun]] = dream.data.simulated_monitor_empty_can()\n", |
183 | 183 | "workflow[CaveMonitorPosition] = sc.vector([0.0, 0.0, -4220.0], unit=\"mm\")\n", |
184 | 184 | "\n", |
185 | 185 | "workflow[dream.InstrumentConfiguration] = dream.InstrumentConfiguration.high_flux\n", |
|
254 | 254 | "\n", |
255 | 255 | "workflow[Filename[SampleRun]] = dream.data.simulated_diamond_sample()\n", |
256 | 256 | "workflow[Filename[VanadiumRun]] = dream.data.simulated_vanadium_sample()\n", |
257 | | - "workflow[Filename[BackgroundRun]] = dream.data.simulated_empty_can()\n", |
| 257 | + "workflow[Filename[EmptyCanRun]] = dream.data.simulated_empty_can()\n", |
258 | 258 | "workflow[CalibrationFilename] = None\n", |
259 | 259 | "\n", |
260 | 260 | "workflow[dream.InstrumentConfiguration] = dream.InstrumentConfiguration.high_flux\n", |
|
374 | 374 | "\n", |
375 | 375 | "workflow[Filename[SampleRun]] = dream.data.simulated_diamond_sample()\n", |
376 | 376 | "workflow[Filename[VanadiumRun]] = dream.data.simulated_vanadium_sample()\n", |
377 | | - "workflow[Filename[BackgroundRun]] = dream.data.simulated_empty_can()\n", |
| 377 | + "workflow[Filename[EmptyCanRun]] = dream.data.simulated_empty_can()\n", |
378 | 378 | "workflow[CalibrationFilename] = None\n", |
379 | 379 | "\n", |
380 | 380 | "workflow[dream.InstrumentConfiguration] = dream.InstrumentConfiguration.high_flux\n", |
|
0 commit comments