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
-
... ... @@ -19,13 +19,8 @@ 19 19 20 20 \\ 21 21 22 -(% style="list-style-type: square;" %) 23 -* Screencast 24 - 25 25 \\ 26 26 27 -\\ 28 - 29 29 Questions: 30 30 31 31 (% style="list-style-type: square;" %) ... ... @@ -49,23 +49,22 @@ 49 49 conda install -c https://www.desy.de/~cpassow/condarepo/ flashh5 50 50 51 51 ## on jhub 52 -conda install ipykernel 53 53 python -m ipykernel install --user --name flashh5 --display-name "flashh5" 54 54 55 55 56 -## to remove on jhub 57 -## delete from: /home/$USER/.local/share/jupyter/kernels/ 58 58 {{/code}} 59 59 60 60 \\ 61 61 54 +\\ 55 + 62 62 {{code language="py" title="moved to repository?"}} 63 63 class RunDirectory: 64 64 65 - def get_run_table(): # more or less information? RunComment | Number of Files59 + def get_run_table(): 66 66 ... 67 67 68 - def get_run(daq, run_number): # daq is not needed62 + def get_run(daq, run_number): 69 69 ... 70 70 71 71 ... ... @@ -74,7 +74,7 @@ 74 74 def get_files(): 75 75 ... 76 76 77 - def get_channels(): # of file #1 71 + def get_channels(): # of file #1? 78 78 ... 79 79 80 80 def get_start_time(): # better as attribute? ... ... @@ -83,10 +83,7 @@ 83 83 def get_stop_time(): # which? | better as attribute? 84 84 ... 85 85 86 -### for following methods to restrict number of files or separate method 87 -### e.g. create_df(files) 88 - 89 - def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception 80 + def to_df(daq_map): 90 90 ... 91 91 92 92 def to_series(channel):