inspect tool

usage: inspect [-c CHANNEL] [-i ITEMS_PREFIX] [-l LABEL_PATTERN]
               [-d DISPLAYS] [-k KINDS] [-s SIZE] [-o OUT]
               [--no-wait-for-close] location

An experimental GUI application to explore the results produced by the
experiment tool.

positional arguments:
  location              Set the path to the results location to
                        operate on.

optional arguments:
  -c, --channel CHANNEL
                        Preset the text field to filter segments by
                        events stream.
  -i, --items-prefix ITEMS_PREFIX
                        Preset the text field to filter segments by
                        path prefix.
  -l, --label-pattern LABEL_PATTERN
                        Preset the text field to filter segments by
                        label.
  -d, --displays DISPLAYS
                        Specify which plots to show. (default:
                        "selector,trajectory,model,legend,info")
  -k, --kinds KINDS     Specify which trajectory components to show.
                        These may include the categories `activity`,
                        `elongations`, `premrnas`, `mrnas` and
                        `proteins` as well as individual species names
                        defined as part of additional mass-action
                        reactions in the simulation schedule.
                        (default: "activity,mrnas,proteins")
  -s, --size SIZE       The initial resolution of the window.
                        (default: "1280x720")
  -o, --out OUT         A file to save to, instead of displaying the
                        window.
  --no-wait-for-close   Close the window immediately after loading.
                        This option is used during precompilation.