From 4d3d298c2e04e27ae305372822a57f686fdfe01c Mon Sep 17 00:00:00 2001 From: Ashley Gillman Date: Thu, 24 Jun 2021 16:22:53 +1000 Subject: [PATCH] Minor fixes related to, but not fixing #120 and #124 --- notebooks/PET/reconstruct_measured_data.ipynb | 2 +- notebooks/Synergistic/HKEM_reconstruction.ipynb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/PET/reconstruct_measured_data.ipynb b/notebooks/PET/reconstruct_measured_data.ipynb index 38ee2daba..b2e14f72d 100644 --- a/notebooks/PET/reconstruct_measured_data.ipynb +++ b/notebooks/PET/reconstruct_measured_data.ipynb @@ -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')" ] }, { diff --git a/notebooks/Synergistic/HKEM_reconstruction.ipynb b/notebooks/Synergistic/HKEM_reconstruction.ipynb index 2f3e3dec8..c85589ff7 100644 --- a/notebooks/Synergistic/HKEM_reconstruction.ipynb +++ b/notebooks/Synergistic/HKEM_reconstruction.ipynb @@ -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",