Skip to content

Detector mask import / export feature

Christian Trageser requested to merge detector_mask_porter_feature into main

With this feature it will be possible to export and import detector masks to and from an external yaml file. The interface for importing and exporting is placed in SubframeExperiment Masks Tab on the left panel. This interface also includes now buttons to select detector masks and delete them, also an additional select all / deselect all (toggling) button has been added to give the user a better interface.

Also: Internally the DataSet container for holding the Masks has been altered from std::set to std::vector.

Resolves #535 (closed) #326 (closed)

Merge request reports