Last modified by makuadm on 2026-01-07 06:21

From version 18.1
edited by cpassow
on 2022-04-04 11:42
Change comment: There is no comment for this version
To version 16.1
edited by cpassow
on 2022-04-04 11:37
Change comment: There is no comment for this version

Summary

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 Files
65 + 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?