SIRF-Exercises icon indicating copy to clipboard operation
SIRF-Exercises copied to clipboard

DL LM notebook and location of data

Open KrisThielemans opened this issue 1 year ago • 0 comments

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 avatar May 18 '24 16:05 KrisThielemans