icecube.offline_filterscripts.offline_process module

offline_process

This segment will run offline processing

icecube.offline_filterscripts.offline_process.offline_process(tray, name='offline_process', gcdfile=None, infiles=None, *, qify=True, skip_unpack=False, cut=True)

Run the offline processing.

Parameters:
  • tray – The tray object.

  • name – The name of this segment.

  • gcdfile – The GCD file.

  • infiles – The input files.

  • qify – A boolean indicating whether to convert existing P-frame only files to Q-frames.

  • skip_unpack – A boolean indicating whether to unpack the input files with read_superdst_files (as files from pole need) or just reading from files ready to filter

  • cut – A boolean indicating whether to cut frames that do not pass any offline filters. (default: True)