preprocessed-connectomes-project / abide

ABIDE Preprocessed Initiative
163 stars 84 forks source link

Two new features: multi_threaded and size_only #25

Open albertbuchard opened 1 year ago

albertbuchard commented 1 year ago

Added two options to download_abide_preproc.py: "--multi_threaded" for multi-thread downloading) and "--size_only" to compute the total size w/o downloading the files.

Also checks for corrupted files, re-download them if necessary, and remove partially downloaded files on KeyboardInterrupt.