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

From version 17.1
edited by cpassow
on 2022-04-04 11:38
Change comment: There is no comment for this version
To version 19.1
edited by cpassow
on 2022-04-04 11:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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?
... ... @@ -86,7 +86,7 @@
86 86  ### for following methods to restrict number of files or separate method
87 87  ### e.g. create_df(files)
88 88  
89 - def to_df(daq_map):
89 + def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception
90 90   ...
91 91  
92 92   def to_series(channel):