Changes for page DEMO - Working with FLASH data
Last modified by makuadm on 2026-01-07 06:21
From version 20.1
edited by cpassow
on 2022-04-04 15:18
on 2022-04-04 15:18
Change comment:
There is no comment for this version
To version 52.1
edited by makuadm
on 2026-01-07 06:21
on 2026-01-07 06:21
Change comment:
Task [xwiki:FLASHUSER.Offline data analysis (DAQ).DEMO - Working with FLASH data.Tasks.Task_31.WebHome] has been updated!
Summary
-
Page properties (4 modified, 0 added, 0 removed)
-
Attachments (0 modified, 3 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -DEMO - Documentation1 +DEMO - Working with FLASH data - Parent
-
... ... @@ -1,0 +1,1 @@ 1 +FLASHUSER.Offline data analysis (DAQ).WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. cpassow1 +XWiki.makuadm - Content
-
... ... @@ -1,41 +1,81 @@ 1 -(% style="list-style-type: square;" %) 2 -* Short descriptions including Links: → as Text\\ 3 -(% style="list-style-type: square;" %) 4 -** GPFS 5 -** JupyterHub 6 -** conda ? 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. 7 7 8 -\\ 3 +{{info title="How to login JupyterHub"}} 4 +=== === 9 9 10 -(% style="list-style-type: square;" %) 11 -* Links Repository 12 -(% style="list-style-type: square;" %) 13 -** including Method Description: Readme or Sphinx ? 6 +{{view-file att--filename="tmp.mp4" height="150"/}} 7 +{{/info}} 14 14 15 -\\ 9 +{{info}} 10 +=== There are different options that help you to work with the FLASH HDF5 data in Python === 16 16 17 - (%style="list-style-type:square;"%)18 -* LinkstoBinder12 +* 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"]] 19 19 20 -\\ 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}} 21 21 22 -(% style="list-style-type: square;" %) 23 -* Screencast 24 24 25 - \\19 +[[~[~[image:attach:image2023-9-29_11-1-37.png~]~]>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] 26 26 27 -\\ 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"]] 28 28 29 - Questions:24 +---- 30 30 31 -(% style="list-style-type: square;" %) 32 -* distribution\\ 33 -(% style="list-style-type: square;" %) 34 -** channel 35 -** enviroment → as example for binder 26 +=== TODO === 36 36 37 -\\ 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 +\\ 33 +{{/task}} 34 +))) 38 38 36 + 37 +(% class="task-list" %) 38 +((( 39 +{{task reference="/Tasks/Task_22" status="InProgress" completeDate="" createDate="2026-01-07" reporter=""}} 40 +distribution 41 +\\ 42 +{{/task}} 43 +))) 44 + 45 + 46 +(% class="task-list" %) 47 +((( 48 +{{task reference="/Tasks/Task_25" status="InProgress" completeDate="" createDate="2026-01-07" reporter=""}} 49 +Documentation 50 +\\ 51 +{{/task}} 52 +))) 53 + 54 + 55 +(% class="task-list" %) 56 +((( 57 +{{task reference="/Tasks/Task_27" status="InProgress" completeDate="" createDate="2026-01-07" reporter=""}} 58 +Binder 59 +\\ 60 +{{/task}} 61 +))) 62 + 63 + 64 +(% class="task-list" %) 65 +((( 66 +{{task reference="/Tasks/Task_29" status="InProgress" completeDate="" createDate="2026-01-07" reporter=""}} 67 +Screencast 68 +\\ 69 +{{/task}} 70 +))) 71 + 72 + 73 + 74 +---- 75 + 76 +==== under review ==== 77 + 78 + 39 39 {{code language="bash"}} 40 40 conda create -n flashh5 python=3.10 # 3.10 not necessary, but would prefer 3.8 or higher 41 41 source activate flashh5 ... ... @@ -51,19 +51,19 @@ 51 51 ## delete from: /home/$USER/.local/share/jupyter/kernels/ 52 52 {{/code}} 53 53 54 -\\ 55 - 56 -{{code language="py" title="moved to repository?"}} 94 +{{code language="py" title=" 95 +moved to repository?"}} 57 57 class RunDirectory: 58 58 59 - def get_run_table(): # more or less information? RunComment | Number of Files 98 + def get_run_table(): # more or less information? RunComment | Number of Files | start & stop time ? 60 60 ... 61 61 62 - def get_run(daq, run_number): # daq is not needed 101 + def get_run(daq, run_number): # daq is not needed! 102 + 63 63 ... 64 64 65 65 66 -class Run: 106 +class Run: # constructor optional without RunDirectory or use there self.path 67 67 68 68 def get_files(): 69 69 ... ... ... @@ -76,9 +76,6 @@ 76 76 77 77 def get_stop_time(): # which? | better as attribute? 78 78 ... 79 - 80 -### for following methods to restrict number of files or separate method 81 -### e.g. create_df(files) 82 82 83 83 def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception 84 84 ... ... ... @@ -95,9 +95,11 @@ 95 95 run.to_series(daq_adr or daq_map) # on channel only? 96 96 run.to_array(daq_adr) # on channel only? 97 97 98 -## i s this interesting?135 +## interesting? 99 99 # run.to_dask(daq_map) 100 100 # run.to_xarray(daq_map) 101 101 {{/code}} 102 102 103 -\\ 140 + 141 + 142 +{{/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