Changes for page DEMO - Working with FLASH data
Last modified by makuadm on 2026-01-07 06:21
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -44,16 +44,15 @@ 44 44 conda install -c https://www.desy.de/~cpassow/condarepo/ flashh5 45 45 46 46 ## on jhub 47 -conda install ipykernel 48 48 python -m ipykernel install --user --name flashh5 --display-name "flashh5" 49 49 50 50 51 -## to remove on jhub 52 -## delete from: /home/$USER/.local/share/jupyter/kernels/ 53 53 {{/code}} 54 54 55 55 \\ 56 56 54 +\\ 55 + 57 57 {{code language="py" title="moved to repository?"}} 58 58 class RunDirectory: 59 59 ... ... @@ -60,7 +60,7 @@ 60 60 def get_run_table(): 61 61 ... 62 62 63 - def get_run(daq, run_number): # daq is not needed62 + def get_run(daq, run_number): 64 64 ... 65 65 66 66 ... ... @@ -78,9 +78,6 @@ 78 78 def get_stop_time(): # which? | better as attribute? 79 79 ... 80 80 81 -### for following methods to restrict number of files or separate method 82 -### e.g. create_df(files) 83 - 84 84 def to_df(daq_map): 85 85 ... 86 86