Last modified by makuadm on 2026-01-07 06:21

From version 24.1
edited by cpassow
on 2022-04-05 17:25
Change comment: There is no comment for this version
To version 43.1
edited by makuadm
on 2026-01-06 20:39
Change comment: Task [xwiki:FLASHUSER.Offline data analysis (DAQ).DEMO - Working with FLASH data.Tasks.Task_18.WebHome] has been updated!

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +FLASHUSER.Offline data analysis (DAQ).WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cpassow
1 +XWiki.makuadm
Content
... ... @@ -1,38 +1,38 @@
1 -test
1 +Experimental data is recorded as HDF files[[~[link~]>>doc:FS-FLASH USER tmp.Data Acquisition and controls 1.DAQ and controls overview.Offline data analysis (DAQ).The FLASH HDF5 structure.WebHome]] on the GPFS file system[[~[link~]>>https://docs.desy.de/asap3/]]. The access rights are linked to the user's DESY account and can be managed by the PI via the GAMMA portal[[~[link~]>>url:https://gamma-portal.desy.de/||shape="rect"]]. The experimental data can be downloaded via the GAMMA portal, but it is advised to use the DESY computing infrastructure. Access point are via ssh, Maxwell-Display Server[[~[link~]>>url:https://confluence.desy.de/display/MXW/Maxwell+Cluster||shape="rect"]] or JuyterHub[[~[link~]>>url:https://confluence.desy.de/display/MXW/JupyterHub+on+Maxwell||shape="rect"]]. We recommend using the JupyterHub for data exploration and the SLURM resources for high performances computing - see FAB for easy usage of the infrastructure.
2 2  
3 -----
3 +{{info title="How to login JupyterHub"}}
4 +=== ===
4 4  
5 -=== TODO ===
6 +{{view-file att--filename="tmp.mp4" height="150"/}}
7 +{{/info}}
6 6  
7 -(% class="task-list" %)
8 -(((
9 -{{task reference="/Tasks/Task_18" status="InProgress"}}
10 -Short descriptions including Links:   → as Text\\
9 +{{info}}
10 +=== There are different options that help you to work with the FLASH HDF5 data in Python ===
11 11  
12 -(% class="task-list" %)
13 -(((
14 -
12 +* The currently developed option for large data sets: [[the FAB package>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] ... see below
13 +* and for smaller projects:  (% class="Object" %)[[https:~~/~~/gitlab.desy.de/christopher.passow/flash-daq-hdf>>url:https://gitlab.desy.de/christopher.passow/flash-daq-hdf||shape="rect"]]
15 15  
16 -{{task reference="/Tasks/Task_19" status="InProgress"}}
17 -GPFS
18 -{{/task}}
15 +(% class="Object" %)See also the collection of Demo data and sample scripts : [[doc:FS-FLASH USER tmp.Data Acquisition and controls 1.DAQ and controls overview.Offline data analysis (DAQ).Collection of HDF5 sample data from different beamlines.WebHome]]
16 +{{/info}}
19 19  
20 -{{task reference="/Tasks/Task_20" status="InProgress"}}
21 -JupyterHub
22 -{{/task}}
23 23  
24 -{{task reference="/Tasks/Task_21" status="InProgress"}}
25 -conda ?
26 -{{/task}}
19 +[[~[~[image:attach:image2023-9-29_11-1-37.png~]~]>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]]
27 27  
28 -{{task reference="/Tasks/Task_36" status="InProgress"}}
29 -explain install from channel instead of fixed environment, but can use environment file from example repository
21 +{{expand title="older ideas ..."}}
22 +(% class="Object" %)(object oriented) [[https:~~/~~/gitlab.desy.de/christopher.passow/fdh-builder>>url:https://gitlab.desy.de/christopher.passow/fdh-builder.git||shape="rect"]]
23 +
24 +----
25 +
26 +=== TODO ===
27 +
28 +(% class="task-list" %)
29 +(((
30 +{{task reference="/Tasks/Task_18" status="InProgress" completeDate="" createDate="2026-01-06" reporter=""}}
31 +Short descriptions including Links:   → as Text
32 +\\
30 30  {{/task}}
31 31  )))
32 -{{/task}}
33 -)))
34 34  
35 -\\
36 36  
37 37  (% class="task-list" %)
38 38  (((
... ... @@ -54,7 +54,6 @@
54 54  {{/task}}
55 55  )))
56 56  
57 -\\
58 58  
59 59  (% class="task-list" %)
60 60  (((
... ... @@ -72,7 +72,6 @@
72 72  {{/task}}
73 73  )))
74 74  
75 -\\
76 76  
77 77  (% class="task-list" %)
78 78  (((
... ... @@ -90,7 +90,6 @@
90 90  {{/task}}
91 91  )))
92 92  
93 -\\
94 94  
95 95  (% class="task-list" %)
96 96  (((
... ... @@ -124,15 +124,12 @@
124 124  {{/task}}
125 125  )))
126 126  
127 -\\
128 128  
129 -\\
130 130  
131 131  ----
132 132  
133 133  ==== under review ====
134 134  
135 -\\
136 136  
137 137  {{code language="bash"}}
138 138  conda create -n flashh5 python=3.10 # 3.10 not necessary, but would prefer 3.8 or higher
... ... @@ -149,9 +149,8 @@
149 149  ## delete from: /home/$USER/.local/share/jupyter/kernels/
150 150  {{/code}}
151 151  
152 -\\
153 -
154 -{{code language="py" title="moved to repository?"}}
146 +{{code language="py" title="
147 +moved to repository?"}}
155 155  class RunDirectory:
156 156  
157 157   def get_run_table(): # more or less information? RunComment | Number of Files | start & stop time ?
... ... @@ -162,7 +162,7 @@
162 162   ...
163 163  
164 164  
165 -class Run: # constructor optional without RunDirectory
158 +class Run: # constructor optional without RunDirectory or use there self.path
166 166  
167 167   def get_files():
168 168   ...
... ... @@ -196,4 +196,6 @@
196 196  # run.to_xarray(daq_map)
197 197  {{/code}}
198 198  
199 -\\
192 +
193 +
194 +{{/expand}}
image2023-9-29_11-0-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.rangeadm
Size
... ... @@ -1,0 +1,1 @@
1 +123.1 KB
Content
image2023-9-29_11-1-37.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.rangeadm
Size
... ... @@ -1,0 +1,1 @@
1 +90.4 KB
Content
tmp.mp4
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.rangeadm
Size
... ... @@ -1,0 +1,1 @@
1 +1.1 MB
Content