Skip to content

Commit 2f0ccaa

Browse files
committed
MAINT: Adapt scan names in plotting accordingly
1 parent 5a7035d commit 2f0ccaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tjmonopix2/analysis/plotting.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ def create_standard_plots(self):
177177
else:
178178
self.create_parameter_page()
179179
self.create_occupancy_map()
180-
if self.run_config['scan_id'] in ['simple_scan']:
180+
if self.run_config['scan_id'] in ['source_scan','ext_trigger_scan']:
181181
self.create_fancy_occupancy()
182-
if self.run_config['scan_id'] in ['analog_scan', 'threshold_scan', 'global_threshold_tuning', 'simple_scan', 'calibrate_tot']:
182+
if self.run_config['scan_id'] in ['analog_scan', 'threshold_scan', 'global_threshold_tuning', 'source_scan', 'ext_trigger_scan', 'calibrate_tot']:
183183
self.create_hit_pix_plot()
184184
self.create_tdac_plot()
185185
self.create_tdac_map()

0 commit comments

Comments
 (0)