icecube.filterscripts.ofufilter module¶
- icecube.filterscripts.ofufilter.OpticalFollowUp(tray, name, OnlineL2SegmentName='OnlineL2', BDTFilePath=None, testing=False, If=<function <lambda>>)¶
This tray segment is doing the 2014 OpticalFollowUp filtering.
- Parameters:
OnlineL2SegmentName – Name of OnlineL2 segment is needed to fetch variables using appropriate names.
testing – Run this segment in testing mode, not in real Pole conditions.
If – Python function to use as conditional execution test for segment modules.