Skip to content
Snippets Groups Projects
Commit d5cc0627 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Merge branch 'dssc_delay_2' into 'master'

Improved DSSC fine delay analysis

See merge request !185
parents e3c39a46 0ff44c9d
No related branches found
No related tags found
1 merge request!185Improved DSSC fine delay analysis
This diff is collapsed.
...@@ -18,7 +18,7 @@ unreleased ...@@ -18,7 +18,7 @@ unreleased
- update version GATT-related mnemonics, add `transmission_col2` :mr:`172` - update version GATT-related mnemonics, add `transmission_col2` :mr:`172`
- reorganize the Howto section :mr:`169` - reorganize the Howto section :mr:`169`
- improve SLURM scripts with named arguments :mr:`176` - improve SLURM scripts with named arguments :mr:`176`
- adds notebook for DSSC fine timing analysis - adds notebook for DSSC fine timing analysis :mr:`184` and :mr:`185`
- **New Features** - **New Features**
- add routine for fluence calibration :mr:`180` - add routine for fluence calibration :mr:`180`
......
...@@ -446,6 +446,11 @@ mnemonics = { ...@@ -446,6 +446,11 @@ mnemonics = {
'key': 'data.image.pixels', 'key': 'data.image.pixels',
'dim': ['llc1_y', 'llc1_x']},), 'dim': ['llc1_y', 'llc1_x']},),
# DSSC
"DSSC_delay": ({'source': 'SCS_RR_SYS/TSYS/UTC-1-S2',
'key': 'backTrg3.delay.value',
'dim': None},),
# PI-MTE3 CCD camera # PI-MTE3 CCD camera
"MTE3": ({'source': 'SCS_CDIDET_MTE3/CAM/CAMERA:daqOutput', "MTE3": ({'source': 'SCS_CDIDET_MTE3/CAM/CAMERA:daqOutput',
'key': 'data.image.pixels', 'key': 'data.image.pixels',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment