scil_gradients_validate_correct_eddy.py

usage: __main__.py [-h] [-v [{DEBUG,INFO,WARNING}]] [-f]
                   in_bvec in_bval nb_dirs out_bvec out_bval

Validate and correct gradients from eddy outputs
With full AP-PA eddy outputs a full bvec bval (2x nb of dirs and bval)
that doesnt fit with the output dwi (1x nb of dir)

Formerly: scil_validate_and_correct_eddy_gradients.py

positional arguments:
  in_bvec               In bvec file.
  in_bval               In bval file.
  nb_dirs               Number of directions per DWI.
  out_bvec              Out bvec file.
  out_bval              Out bval file.

options:
  -h, --help            show this help message and exit
  -v [{DEBUG,INFO,WARNING}]
                        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.