scil_frf_mean

usage: __main__.py [-h] [--precision PRECISION]
                   [-v [{DEBUG,INFO,WARNING,ERROR}]] [-f]
                   list [list ...] file

Compute the mean Fiber Response Function from a set of individually
computed Response Functions.

The FRF files are obtained from scil_frf_ssst, scil_frf_msmt in the
case of multi-shell data or scil_frf_memsmt in the case of multi-encoding
multi-shell data.

positional arguments:
  list                  List of FRF filepaths.
  file                  Path of the output mean FRF file.

options:
  -h, --help            show this help message and exit
  --precision PRECISION
                        Precision for floating point values. Numbers are rounded up to
                        the number of decimals provided. [Default: 12]
  -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