idq-calibrateΒΆ

describe script, which modules it relies upon, etc

digraph idq_calibrate { labeljust = "r"; label="" rankdir=LR; graph [fontname="Roman", fontsize=24]; edge [ fontname="Roman", fontsize=10 ]; node [fontname="Roman", shape=box, fontsize=11]; style=rounded; labeljust = "r"; fontsize = 14; Calibrate [label="idq-calibrate"]; CalibMap [label="calibration map"]; Quiver [label="quiver"]; Quiver -> Calibrate; Calibrate -> CalibMap; }
usage: idq-calibrate [-h] [-q | -v] CONFIG START END

positional arguments:
  CONFIG
  START
  END

options:
  -h, --help     show this help message and exit
  -q, --quiet    If set, only display warnings and errors.
  -v, --verbose  If set, display additional logging messages.