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

From version 12.1
edited by cpassow
on 2022-04-04 09:53
Change comment: There is no comment for this version
To version 14.1
edited by cpassow
on 2022-04-04 10:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -57,10 +57,10 @@
57 57  {{code language="py" title="moved to repository?"}}
58 58  class RunDirectory:
59 59  
60 - def get_run_table():
60 + def get_run_table(): # more or less information?
61 61   ...
62 62  
63 - def get_run(daq, run_number):
63 + def get_run(daq, run_number): # daq is not needed
64 64   ...
65 65  
66 66