Ejemplo n.º 1
0
def check_output_paths(): #pylint: disable=unused-variable
  app.check_output_path(app.ARGS.output_dwi)
Ejemplo n.º 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)
Ejemplo n.º 3
0
def check_output_paths():  #pylint: disable=unused-variable
    from mrtrix3 import app
    app.check_output_path(app.ARGS.output)
Ejemplo n.º 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)