Changes for page PythonDOOCS
Last modified by sndueste on 2025/02/05 15:06
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,14 +1,20 @@ 1 -= 1 += = 2 2 3 3 {{toc minLevel="2"/}} 4 4 5 5 = How to read and write DOOCS properties with Python: = 6 6 7 +\\ 7 7 8 -** Seealsoa link to [[DOOCSPIE>>url:https://hasfcpkg.desy.de/doocspie/||shape="rect"]]foreasy accesstoDOOCSviaPython**9 +**Here is a link to an extensive documentation of the [[python3 client interface to DOOCS>>url:https://confluence.desy.de/display/DOOCS/Python+Client+Interface||shape="rect"]] and the link to the [[ IPython notebook>>attach:pydoocs_introduction.ipynb]] on which the documentation is based.** 9 9 11 +\\ 12 + 13 +**See also a link to [[DOOCSPIE>>url:https://hasfcpkg.desy.de/doocspie/||shape="rect"]] for pulse synchronized readout** 14 + 10 10 **[[~[~[image:attach:image2023-10-4_13-30-7.png~|~|thumbnail="true" height="148"~]~]>>url:https://hasfcpkg.desy.de/doocspie/||shape="rect"]]** 11 11 17 +\\ 12 12 13 13 In the following there is a short introduction to a few basic first steps: 14 14 ... ... @@ -16,6 +16,7 @@ 16 16 17 17 [[image:attach:pydoocs_read-write.png||width="700"]] 18 18 25 +\\ 19 19 20 20 == How to read Train IDs at FLASH synchronous readout == 21 21 ... ... @@ -42,7 +42,7 @@ 42 42 Returns the camera images as seen on the jDDD panel (including e.g. ROIs): 43 43 doocspath = 'FLASH.FEL/FBL1.CAM/FOCUS_MICROSCOPE/IMAGE_EXT' 44 44 45 -Returns the raw camera image~: 52 +Returns the raw camera image~: 46 46 doocspath = 'FLASH.FEL/FBL1.CAM/FOCUS_MICROSCOPE/IMAGE_EXT**_ZMQ**' 47 47 48 48 **//for ADC traces//**