Changes for page PythonDOOCS

Last modified by sndueste on 2025/02/05 15:06

From version 25.2
edited by sndueste
on 2025/02/05 11:23
Change comment: Update document after refactoring.
To version 25.3
edited by sndueste
on 2025/02/05 15:06
Change comment: There is no comment for this version

Summary

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 -**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.**
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//**