Changes for page DEMO - Working with FLASH data
Last modified by sndueste on 2026-02-23 16:10
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,30 @@ 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 +{{info title="How to login JupyterHub"}} 4 +=== === 5 + 6 +{{view-file att--filename="tmp.mp4" height="150"/}} 7 +{{/info}} 8 + 9 +\\ 10 + 11 +{{info}} 12 +=== There are different options that help you to work with the FLASH HDF5 data in Python === 13 + 14 +The currently developed option for large data sets: [[the FAB package>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] ... see below 15 + 16 +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"]] 17 +{{/info}} 18 + 19 +\\ 20 + 21 +[[~[~[image:attach:image2023-9-29_11-1-37.png~]~]>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] 22 + 23 +\\ 24 + 25 +{{expand title="older ideas ..."}} 26 +(% class="Object" %)(object oriented) [[https:~~/~~/gitlab.desy.de/christopher.passow/fdh-builder>>url:https://gitlab.desy.de/christopher.passow/fdh-builder.git||shape="rect"]] 27 + 3 3 ---- 4 4 5 5 === TODO === ... ... @@ -17,6 +17,18 @@ 17 17 GPFS 18 18 {{/task}} 19 19 45 +{{task reference="/Tasks/Task_40" status="InProgress"}} 46 +Access rights 47 +{{/task}} 48 + 49 +{{task reference="/Tasks/Task_41" status="InProgress"}} 50 +Gamma Portal 51 +{{/task}} 52 + 53 +{{task reference="/Tasks/Task_42" status="InProgress"}} 54 +Maxwell 55 +{{/task}} 56 + 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}} 64 + 65 +{{task reference="/Tasks/Task_36" status="InProgress"}} 66 +explain install from channel instead of fixed environment, but can use environment file from example repository 67 +{{/task}} 27 27 ))) 28 28 {{/task}} 29 29 ))) ... ... @@ -158,7 +158,7 @@ 158 158 ... 159 159 160 160 161 -class Run: 202 +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 \\ 237 + 238 +\\ 239 +{{/expand}}