scil_tracking_pft_maps_edit

usage: __main__.py [-h] [-v [{DEBUG,INFO,WARNING,ERROR}]] [-f]
                   map_include map_exclude additional_mask map_include_corr
                   map_exclude_corr

Modify PFT maps to allow PFT tracking in given mask (e.g edema).

positional arguments:
  map_include           PFT map include.
  map_exclude           PFT map exclude.
  additional_mask       Allow PFT tracking in this mask.
  map_include_corr      Corrected PFT map include output file name.
  map_exclude_corr      Corrected PFT map exclude output file name.

options:
  -h, --help            show this help message and exit
  -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