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,20 +1,14 @@ 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 -\\ 8 8 9 -** Hereis a link toan extensive documentation of the[[python3 client interface toDOOCS>>url:https://confluence.desy.de/display/DOOCS/Python+Client+Interface||shape="rect"]]and the link tothe[[ IPythonnotebook>>attach:pydoocs_introduction.ipynb]]onwhichthe documentation is based.**8 +**See also a link to [[DOOCSPIE>>url:https://hasfcpkg.desy.de/doocspie/||shape="rect"]] for easy access to DOOCS via Python** 10 10 11 -\\ 12 - 13 -**See also a link to [[DOOCSPIE>>url:https://hasfcpkg.desy.de/doocspie/||shape="rect"]] for pulse synchronized readout** 14 - 15 15 **[[~[~[image:attach:image2023-10-4_13-30-7.png~|~|thumbnail="true" height="148"~]~]>>url:https://hasfcpkg.desy.de/doocspie/||shape="rect"]]** 16 16 17 -\\ 18 18 19 19 In the following there is a short introduction to a few basic first steps: 20 20 ... ... @@ -22,7 +22,6 @@ 22 22 23 23 [[image:attach:pydoocs_read-write.png||width="700"]] 24 24 25 -\\ 26 26 27 27 == How to read Train IDs at FLASH synchronous readout == 28 28 ... ... @@ -49,7 +49,7 @@ 49 49 Returns the camera images as seen on the jDDD panel (including e.g. ROIs): 50 50 doocspath = 'FLASH.FEL/FBL1.CAM/FOCUS_MICROSCOPE/IMAGE_EXT' 51 51 52 -Returns the raw camera image~: 45 +Returns the raw camera image~: 53 53 doocspath = 'FLASH.FEL/FBL1.CAM/FOCUS_MICROSCOPE/IMAGE_EXT**_ZMQ**' 54 54 55 55 **//for ADC traces//**