:py:mod:`km3pipe.utils.daqsample` ================================= .. py:module:: km3pipe.utils.daqsample .. autoapi-nested-parse:: Take samples from a given DAQ ControlHost stream. Usage: daqsample [options] TAG OUTFILE daqsample (-h | --help) daqsample --version Options: TAG ControlHost TAG (e.g. IO_EVT). OUTFILE Filename of the dump file. -i LIGIER_IP IP of the Ligier [default: 127.0.0.1]. -p LIGIER_PORT Port of the Ligier [default: 5553]. -n SAMPLES Number of samples [default: 1]. -h --help Show this screen. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.utils.daqsample.Dumper Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.daqsample.main .. py:class:: Dumper(name=None, **parameters) The module which can be attached to the pipeline .. !! processed by numpydoc !! .. py:method:: configure() Configure module, like instance variables etc. .. !! processed by numpydoc !! .. py:method:: process(blob) Knead the blob and return it .. !! processed by numpydoc !! .. py:method:: finish() Clean everything up. .. !! processed by numpydoc !! .. py:function:: main()