sct_download_data

Download binaries from the web.

usage: sct_download_data -d <dataset> [-h] [-o <folder>] [-k] [-v <int>]

MANDATORY ARGUMENTS

-d

Possible choices: default, binaries_linux, binaries_osx, binaries_win, deepreg_models, deepseg_gm_models, deepseg_lesion_models, deepseg_sc_models, exvivo_template, manual-correction, MNI-Poly-AMU, PAM50, PAM50_normalized_metrics, sct_course_data, sct_example_data, sct_testing_data, template-dog

Name of the dataset, as listed in the table below. If ‘default’ is specified, then all default datasets will be re-downloaded. (Default datasets are critical datasets downloaded during installation.)

OPTIONAL ARGUMENTS

-o

Path to a directory to save the downloaded data.

(If not provided, the dataset will be downloaded to the SCT installation directory by default. Directory will be created if it does not exist. Warning: existing data in the directory will be erased unless -k is provided.)

-k

Keep existing data in destination directory.

Default: False

-v

Possible choices: 0, 1, 2

Verbosity. 0: Display only errors/warnings, 1: Errors/warnings + info messages, 2: Debug mode

Default: 1