Skip to content

Commit

Permalink
MAINT: Adapt scan names in plotting accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
lschall committed Feb 20, 2024
1 parent 5a7035d commit 2f0ccaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tjmonopix2/analysis/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ def create_standard_plots(self):
else:
self.create_parameter_page()
self.create_occupancy_map()
if self.run_config['scan_id'] in ['simple_scan']:
if self.run_config['scan_id'] in ['source_scan','ext_trigger_scan']:
self.create_fancy_occupancy()
if self.run_config['scan_id'] in ['analog_scan', 'threshold_scan', 'global_threshold_tuning', 'simple_scan', 'calibrate_tot']:
if self.run_config['scan_id'] in ['analog_scan', 'threshold_scan', 'global_threshold_tuning', 'source_scan', 'ext_trigger_scan', 'calibrate_tot']:
self.create_hit_pix_plot()
self.create_tdac_plot()
self.create_tdac_map()
Expand Down

0 comments on commit 2f0ccaa

Please sign in to comment.