There was an error while loading. Please reload this page.
2 parents 9473590 + 7f4c609 commit d3f2bbeCopy full SHA for d3f2bbe
1 file changed
docs/reading_files.rst
@@ -110,13 +110,15 @@ You can then access sources and keys by aliases through the
110
.. code-block:: yaml
111
112
xgm: SA2_XTD1_XGM/XGM/DOOCS
113
+ energy-kev: [MID_XTD1_UND/DOOCS/ENERGY, actualPosition]
114
MID_DET_AGIPD1M-1/DET/3CH0:xtdf:
115
agipd3-data: image.data
116
agipd3-mask: image.mask
117
118
Then we would be able to run::
119
120
run.alias["xgm"] # SourceData of the XGM
121
+ run.alias["energy-kev"] # KeyData for the undulator actualPosition property
122
run.alias["agipd3-data"] # KeyData for image.data
123
run.alias["agipd3-mask"] # KeyData for image.mask
124
0 commit comments