Usage: cartoGraphTransform.py [options]

Apply transformations to ROI graph nodes. Several transformations can apply to
different regions specified by their name. Currently only ROI bucket graphs
are handled, and no resampling is done (each voxel is transformed with no more
processing, which may result in holes and/or unconnected regions if scaling
factors are superior to 1.) Note that now, AimsApplyTransform can resample
graphs and other object, in a better way than this mainly unmaintained command
- but without the label filtering, which is the reason we have not removed
this command.

Options:
  -h, --help            show this help message and exit
  -i INPUT, --input=INPUT
                        input graph
  -o OUTPUT, --output=OUTPUT
                        output graph [default: <INPUT>]
  -t TRANSFO, --transformation=TRANSFO
                        transformation file. Transformations may correspond to
                        ROIs, using -n options
  -n NAME, --name=NAME  ROI name to apply transformation to. Any -n option
                        must correspond to a -t option. If no -n option is
                        specified, a global, single -t transformation may be
                        applied.
