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
.
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.
In processed
mode (no Noise
in constants
):