Skip to content

ENH: Add a script to combine interpreted module files

Konstantin Mauer requested to merge combine_module_files into development

This adds a script to generate a shared module _interpreted.h5 file for multi-chip modules. This shared file can be passed on to the regular plotting script and replaces the module_plotting. Open Tasks:

  • Write function to merge Hit/Cluster/scan_params tables
  • Adapt plotting
  • Implement rebining in plotting.py (if scan_params are not linear anymore after merging)
  • Handle remaining TODOs
  • Test
Edited by Konstantin Mauer

Merge request reports