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

From version 11.1
edited by cpassow
on 2022-04-04 09:48
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  
... ... @@ -78,6 +78,9 @@
78 78   def get_stop_time(): # which? | better as attribute?
79 79   ...
80 80  
81 +### for following methods to restrict number of files or separate method
82 +### e.g. create_df(files)
83 +
81 81   def to_df(daq_map):
82 82   ...
83 83