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
-
... ... @@ -62,7 +62,7 @@ 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 Files65 + def get_run_table(): # more or less information? RunComment 66 66 ... 67 67 68 68 def get_run(daq, run_number): # daq is not needed ... ... @@ -74,7 +74,7 @@ 74 74 def get_files(): 75 75 ... 76 76 77 - def get_channels(): # of file #1 77 + def get_channels(): # of file #1? 78 78 ... 79 79 80 80 def get_start_time(): # better as attribute?