Project daq-decode

Invoke with: import icecube.daq_decode

C++ I3Modules

I3FrameBufferDecode

"I3FrameBufferDecode" (C++ I3Module)

<undocumented>

Param BufferID:

Default = 'I3DAQData', The ID of the buffer to decode in the frame

Param DecoderServiceName:

Default = 'I3DAQEventDecoder', Name of installed service to provide event decoding

Param ExceptionID:

Default = 'I3DAQDecodeException', This boolean indicates any exception that is thrown during decoding

Param IcePickServiceKey:

Default = '', Key for an IcePick in the context that this module should check before processing physics frames.

Param If:

Default = None, A python function… if this returns something that evaluates to True, Module runs, else it doesn’t

I3FrameBufferDump

"I3FrameBufferDump" (C++ I3Module)

<undocumented>

Param BufferID:

Default = 'I3DAQData', The ID of the buffer to dump into the outputfile

Param IcePickServiceKey:

Default = '', Key for an IcePick in the context that this module should check before processing physics frames.

Param If:

Default = None, A python function… if this returns something that evaluates to True, Module runs, else it doesn’t

Param Outfile:

Default = '', The name of the outputfile to create