mark42hops ========== Convert Mark4 format data to HOPS-readable format. Usage ----- .. code-block:: console mark42hops [OPTIONS] input_dir [output_dir] Description ----------- `mark42hops` reads Mark4 format correlator output and converts it to the HOPS format. You may optionally specify an output directory, otherwise output will be written to the input directory. Positional Arguments -------------------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Argument - Description * - ``input_dir`` - REQUIRED. Path to the input directory containing Mark4 data. * - ``output_dir`` - Optional. Directory where output files will be written. If not specified, output is placed in the input directory. Options ------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Option - Description * - ``-h, --help`` - Print this help message and exit. * - ``-i, --input-dir TEXT`` (REQUIRED) - Same as positional ``input_dir``; input directory path. * - ``-o, --output-dir TEXT`` - Same as positional ``output_dir``; output directory path. * - ``-m, --message-level INT`` - Set verbosity level. Range: -2 (debug) to 5 (silent).