Changes for page DEMO - Working with FLASH data
Last modified by makuadm on 2026-01-07 06:21
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. cpassow1 +XWiki.sndueste - Content
-
... ... @@ -1,5 +1,34 @@ 1 -test 1 +Experimental data is recorded as HDF files[[~[link~]>>doc:FLASHUSER.Data Acquisition and controls.Data Access at FLASH (DAQ, gpfs,\.\.\.).Offline data analysis (DAQ).The FLASH HDF5 structure.WebHome]] on the GPFS file system[[~[link~]>>doc:ASAP3.ASAP3 Data Storage for PETRA III]]. 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 +\\ 4 + 5 +{{expand title="How to login JupyterHub"}} 6 + 7 + 8 +{{view-file att--filename="tmp.mp4" height="250"/}} 9 +{{/expand}} 10 + 11 +\\ 12 + 13 +\\ 14 + 15 +{{info}} 16 +=== There are different options that help you to work with the FLASH HDF5 data in Python === 17 + 18 +The currently developed option for large data sets: [[the FAB package>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] ... see below 19 + 20 +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"]] 21 +{{/info}} 22 + 23 +\\ 24 + 25 +[[~[~[image:attach:image2023-9-29_11-1-37.png~]~]>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] 26 + 27 +\\ 28 + 29 +{{expand title="older ideas ..."}} 30 +(% class="Object" %)(object oriented) [[https:~~/~~/gitlab.desy.de/christopher.passow/fdh-builder>>url:https://gitlab.desy.de/christopher.passow/fdh-builder.git||shape="rect"]] 31 + 3 3 ---- 4 4 5 5 === TODO === ... ... @@ -17,6 +17,18 @@ 17 17 GPFS 18 18 {{/task}} 19 19 49 +{{task reference="/Tasks/Task_40" status="InProgress"}} 50 +Access rights 51 +{{/task}} 52 + 53 +{{task reference="/Tasks/Task_41" status="InProgress"}} 54 +Gamma Portal 55 +{{/task}} 56 + 57 +{{task reference="/Tasks/Task_42" status="InProgress"}} 58 +Maxwell 59 +{{/task}} 60 + 20 20 {{task reference="/Tasks/Task_20" status="InProgress"}} 21 21 JupyterHub 22 22 {{/task}} ... ... @@ -24,6 +24,10 @@ 24 24 {{task reference="/Tasks/Task_21" status="InProgress"}} 25 25 conda ? 26 26 {{/task}} 68 + 69 +{{task reference="/Tasks/Task_36" status="InProgress"}} 70 +explain install from channel instead of fixed environment, but can use environment file from example repository 71 +{{/task}} 27 27 ))) 28 28 {{/task}} 29 29 ))) ... ... @@ -158,7 +158,7 @@ 158 158 ... 159 159 160 160 161 -class Run: 206 +class Run: # constructor optional without RunDirectory or use there self.path 162 162 163 163 def get_files(): 164 164 ... ... ... @@ -193,3 +193,6 @@ 193 193 {{/code}} 194 194 195 195 \\ 241 + 242 +\\ 243 +{{/expand}}