:py:mod:`km3pipe.io.clb` ======================== .. py:module:: km3pipe.io.clb .. autoapi-nested-parse:: Pumps for the CLB data formats. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.io.clb.CLBPump .. py:class:: CLBPump(name=None, **parameters) A pump for binary CLB files. :Parameters: **file: str** filename or file-like object. .. !! processed by numpydoc !! .. py:attribute:: pmt_dt .. py:method:: configure() Configure module, like instance variables etc. .. !! processed by numpydoc !! .. py:method:: seek_to_packet(index) Move file pointer to the packet with given index. .. !! processed by numpydoc !! .. py:method:: blob_generator() Generate next blob in file .. !! processed by numpydoc !! .. py:method:: extract_blob() .. py:method:: process(blob) Knead the blob and return it .. !! processed by numpydoc !! .. py:method:: finish() Clean everything up .. !! processed by numpydoc !!