Skip to content

[AGIPD] [Reports] Add mini half figures

Cyril Danilevski requested to merge feat/mini_half_plotting into master

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):
image

In position mode:
image

Types of changes

  • New feature (non-breaking change which adds functionality)

Reviewers

@ahmedk @tmichela @kamile

Edited by Cyril Danilevski

Merge request reports