SyneRBI / SIRF-Exercises

SIRF Training and demonstration material
http://www.ccpsynerbi.ac.uk
Apache License 2.0
17 stars 21 forks source link

DL LM notebook and location of data #233

Closed KrisThielemans closed 1 month ago

KrisThielemans commented 1 month ago

01* currently says

if not (
    Path("..")
    / ".."
    / "data"
    / "PET"
    / "mMR"
    / "NEMA_IQ"
    / "20170809_NEMA_60min_UCL.l.hdr"
).exists():
    retval = subprocess.call("../../scripts/download_PET_data.sh", shell=True)

Best to use download_data.sh -p, and use the examples_dir function as below. Note that re-executing that download should be fairly painless, so not sure if you need the if, @gschramm

KrisThielemans commented 1 month ago

was fixed