SyneRBI / SIRF-Exercises

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

some SPECT notebooks use ~/SIRF-Exercises #176

Closed KrisThielemans closed 2 years ago

KrisThielemans commented 2 years ago

SPECT_OSEM_measured_data*.ipynb say

    "cd_to_working_dir('~/SIRF-Exercises/data/working_folder/', 'measured_SPECT')\n",
    "!pwd\n",
    "!cp -r /mnt/materials/SIRF/PSMRTBP2022/Y90-NEMA-NPL/SPECT/* .\n",
    "!ls ."

The first line should probably be

    "cd_to_working_dir('measured_SPECT')\n",

The next lines should be split into a separate cell, as it is appropriate only on the cloud instance.

@samdporter @danieldeidda can you fix this?

danieldeidda commented 2 years ago

On it