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
-
... ... @@ -1,5 +1,5 @@ 1 1 (% style="list-style-type: square;" %) 2 -* Short descriptions including Links: 2 +* Short descriptions including Links: → as Text\\ 3 3 (% style="list-style-type: square;" %) 4 4 ** GPFS 5 5 ** JupyterHub ... ... @@ -10,7 +10,7 @@ 10 10 (% style="list-style-type: square;" %) 11 11 * Links Repository 12 12 (% style="list-style-type: square;" %) 13 -** including Method Description? 13 +** including Method Description: Readme or Sphinx ? 14 14 15 15 \\ 16 16 ... ... @@ -19,21 +19,20 @@ 19 19 20 20 \\ 21 21 22 +(% style="list-style-type: square;" %) 23 +* Screencast 24 + 22 22 \\ 23 23 27 +\\ 28 + 24 24 Questions: 25 25 26 26 (% style="list-style-type: square;" %) 27 -* for whom 28 -* where Maxwell / local / extern 29 29 * distribution\\ 30 30 (% style="list-style-type: square;" %) 31 -** channel? 32 -(% style="list-style-type: square;" %) 33 -*** where official hosted (DESY, privat, conda-forge) 34 -** enviroment? 35 -(% style="list-style-type: square;" %) 36 -*** via files / already created? 34 +** channel 35 +** enviroment → as example for binder 37 37 38 38 \\ 39 39 ... ... @@ -57,7 +57,7 @@ 57 57 {{code language="py" title="moved to repository?"}} 58 58 class RunDirectory: 59 59 60 - def get_run_table(): # more or less information? 59 + def get_run_table(): # more or less information? RunComment | Number of Files 61 61 ... 62 62 63 63 def get_run(daq, run_number): # daq is not needed ... ... @@ -69,7 +69,7 @@ 69 69 def get_files(): 70 70 ... 71 71 72 - def get_channels(): # of file #1 ?71 + def get_channels(): # of file #1 73 73 ... 74 74 75 75 def get_start_time(): # better as attribute? ... ... @@ -81,7 +81,7 @@ 81 81 ### for following methods to restrict number of files or separate method 82 82 ### e.g. create_df(files) 83 83 84 - def to_df(daq_map): 83 + def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception 85 85 ... 86 86 87 87 def to_series(channel):