Skip to content

[REMI] Include PPT entry for each pulse in triggers table

Philipp Schmidt requested to merge feat/REMI-include-ppt-entry into master

Description

After https://git.xfel.eu/detectors/pycalibration/-/merge_requests/737 we realized sorting FEL and PPL pulses into a common table can make it tricky after the fact to back-correlate it to other data sorted by the pulse pattern table. This small MR adds the original PPT entry to the triggers table to make that easier, as the information is present during processing. Also improves visibility on a related plot by widening the y axis slightly.

This MR is currently hotfixed in production.

How Has This Been Tested?

run = 4
in_folder = '/gpfs/exfel/exp/SQS/202202/p002979/raw'
calib_config_path = '/gpfs/exfel/exp/SQS/202202/p002979/usr/remi_proc_config.yaml'

Types of changes

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

Reviewers

@ahmedk

Merge request reports