[AGIPD] [Reports] Add mini half figures
Description
This adds the geometry figure that are used in reports to highlight which module is a given chapter of a report about.
This is still a WIP, as we need a new release of extra_geom
.
How Has This Been Tested?
This currently has been tested with a notebook calling directly show_processed_modules
:
from cal_tools.plotting import show_processed_modules
show_processed_modules(dinstance='AGIPD500K', constants={}, mnames=['Q1M1'], mode='processed') # no noise
show_processed_modules(dinstance='AGIPD500K', mnames['Q2M1'], mode='position')
I still want to generate a report from darks processing, which I'll attach when available.
Relevant Documents (optional)
In processed
mode (no Noise
in constants
):
Types of changes
- New feature (non-breaking change which adds functionality)
Reviewers
Edited by Cyril Danilevski