Exemple #1
0
def check_output_paths(): #pylint: disable=unused-variable
  app.check_output_path(app.ARGS.output_dwi)
Exemple #2
0
def check_output_paths():  #pylint: disable=unused-variable
    app.check_output_path(app.ARGS.out_sfwm)
    app.check_output_path(app.ARGS.out_gm)
    app.check_output_path(app.ARGS.out_csf)
Exemple #3
0
def check_output_paths():  #pylint: disable=unused-variable
    from mrtrix3 import app
    app.check_output_path(app.ARGS.output)
Exemple #4
0
def check_output_paths():  #pylint: disable=unused-variable
    app.check_output_path(app.ARGS.output_dir)
    app.check_output_path(app.ARGS.fa_template)
    app.check_output_path(app.ARGS.wm_mask)