usage: AimsDiff.py [-h] [--reader {AIMS,nibabel}] [--min-value MIN_VALUE]
                   [--max-value MAX_VALUE]
                   reference_file test_file

Compare two files read by AIMS and summarize the differences. Please note that
this program is intended for interactive use. The formatting of the output
should not be considered stable, it may be modified or extended in the future.

positional arguments:
  reference_file        reference data file
  test_file             test data file

options:
  -h, --help            show this help message and exit
  --reader {AIMS,nibabel}
                        library used for reading the data (nibabel is
                        experimental)
  --min-value MIN_VALUE
                        minimum value to be taken into account in comparisons
                        (smaller values are replaced by NaN internally
  --max-value MAX_VALUE
                        maximum value to be taken into account in comparisons
                        (larger values are replaced by NaN internally
