Skip to content

Commit

Permalink
Merge pull request SyneRBI#125 from ashgillman/minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes related to, but not fixing SyneRBI#120 and SyneRBI#124
  • Loading branch information
KrisThielemans authored Jun 24, 2021
2 parents 898c8fa + 4d3d298 commit 703fcaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/PET/reconstruct_measured_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"# Setup the working directory for the notebook\n",
"import notebook_setup\n",
"from sirf_exercises import cd_to_working_dir\n",
"cd_to_working_dir('PET', 'MAPEM')"
"cd_to_working_dir('PET', 'reconstruct_measured_data')"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions notebooks/Synergistic/HKEM_reconstruction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Load the data we generated previously in BrainWeb.ipynb\n",
"sino = pet.AcquisitionData(os.path.join(brainweb_sim_data_path, 'FDG_tumour_sino_noisy.hs'))\n",
"\n",
"#%% the following multiplication is just in case the noise sinogram has a different scale from the noiseless\n",
Expand Down

0 comments on commit 703fcaa

Please sign in to comment.