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
-
... ... @@ -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):