scil_header_validate_compatibility

usage: __main__.py [-h] [--reference REFERENCE]
                   [-v [{DEBUG,INFO,WARNING,ERROR}]]
                   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.

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,ERROR}]
                        Produces verbose output depending on the provided level.
                        Default level is warning, default when using -v is info.

2.2.2