scil_viz_tractogram_seeds

usage: __main__.py [-h] [--save SAVE] [-v [{DEBUG,INFO,WARNING,ERROR}]] [-f]
                   tractogram

Visualize seeds used to generate the tractogram or bundle.
When tractography was run, each streamline produced by the tracking algorithm
saved its seeding point (its origin).

The tractogram must have been generated from scil_tracking_local or
scil_tracking_pft with the --save_seeds option.

positional arguments:
  tractogram            Tractogram file (must be trk)

options:
  -h, --help            show this help message and exit
  --save SAVE           If set, save a screenshot of the result in the specified filename (.png, .bmp, .jpeg or .jpg).
  -v [{DEBUG,INFO,WARNING,ERROR}]
                        Produces verbose output depending on the provided level.
                        Default level is warning, default when using -v is info.
  -f                    Force overwriting of the output files.

2.2.2