Skip to content

[Jungfrau][Dark][Correct] Improve Jungfrau plots

Karim Ahmed requested to merge fix/Improve_JF_plots into master

Description

This MR provides improvements to the Jungfrau calibration plots guided by Marcin's suggestions.

Dark NB changes:

  • Use np.percentile to calculate vmin and vmax instead of specific hardcoded values or old calculations that get affected by outliers.
  • Improve BadPixels heatmaps and show a table for the available dark Jungfrau BadPixels.

Correct NB changes:

  • Use np.percentile to calculate vmin and vmax instead of specific hardcoded values or old calculations that get affected by outliers.

How Has This Been Tested?

  • In Progress

Relevant Documents (optional)

FXE Examples:

Master V branch Mean Corrected Preview OLD Mean Corrected Preview NEW

Master V branch OLD OFFSET NEW OFFSET

fxe_correct_old_report.pdf fxe_dark_old_report.pdf fxe_correct_new.pdf fxe_dark_new.pdf

SPB Examples:

Master V branch Mean Corrected Preview OLD Mean Corrected Preview NEW

Master V branch OLD OFFSET NEW OFFSET

spb_correct_old.pdf spb_fixed_dark_old.pdf spb_dark_fixed_new.pdf spb_correct_new.pdf

Types of changes

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

Checklist:

Reviewers

@schmidtp @mramilli @kluyvert

Edited by Karim Ahmed

Merge request reports