Skip to content
Snippets Groups Projects
Commit 6d929c27 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add mnemonics for the HRIXS delay positions

parent ad0907d3
No related branches found
No related tags found
1 merge request!178Add Mnemonics for HRIXS
......@@ -69,6 +69,12 @@ mnemonics = {
"hRIXS_det": ({'source': 'SCS_HRIXS_DET/CAM/CAMERA:daqOutput',
'key': 'data.image.pixels',
'dim': ['x', 'y']},),
"hRIXS_delay": ({'source': 'SCS_HRIXS_DET/MDL/CAMERA_SHUTTER',
'key': 'currentPosition.value',
'dim': None},),
"hRIXS_index": ({'source': 'SCS_HRIXS_DET/MDL/CAMERA_SHUTTER',
'key': 'currentIndex.value',
'dim': None},),
"chem_X": ({'source': 'SCS_CHEM_JET/MOTOR/MANA_X',
'key': 'actualPosition.value',
'dim': None},),
......@@ -325,6 +331,10 @@ mnemonics = {
'key': 'result.value',
'dim': None},),
"Delay": ({'source': 'SCS_ILH_LAS/MDL/OPTICALDELAY_LT3',
  • Maintainer

    "Delay" is in my opinion too general. How about "PP800_Delay_ps"?

    I am also concerned about using the delay calculated by this MDL. It is error prone because T0 is set manually and arbitrarily, sign can be inverted...

  • Author Owner

    I actually agree, and it is actually not such an important parameter, as the delay is also available as hRIXS_delay, which is much more useful. So I take this one out.

  • Please register or sign in to reply
'key': 'actualPosition.value',
'dim': None},),
# AFS LASER
"AFS_PhaseShifter": ({'source': 'SCS_ILH_LAS/PHASESHIFTER/DOOCS',
'key': 'actualPosition.value',
......
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