scil_header_validate_compatibility.py

usage: __main__.py [-h] [--reference REFERENCE] [-v [{DEBUG,INFO,WARNING}]]
                   in_files [in_files ...]

Will compare all input files against the first one for the compatibility
of their spatial attributes.

Spatial attributes are: affine, dimensions, voxel sizes and voxel order.

Formerly: scil_verify_space_attributes_compatibility.py

positional arguments:
  in_files              List of file to compare (trk, tck and nii/nii.gz).

options:
  -h, --help            show this help message and exit
  --reference REFERENCE
                        Reference anatomy for tck/vtk/fib/dpy file
                        support (.nii or .nii.gz).
  -v [{DEBUG,INFO,WARNING}]
                        Produces verbose output depending on the provided level.
                        Default level is warning, default when using -v is info.