Skip to content

Commit 34ab5ab

Browse files
edit outdated comments for mMR normalisation file
Fixes #245
1 parent 928e2b7 commit 34ab5ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/PET/reconstruct_measured_data.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
"metadata": {},
109109
"outputs": [],
110110
"source": [
111-
"# convert the Siemens Normalisation into STIR format, some keys slightly differ\n",
112-
"# $data_path/20170809_NEMA[_MUMAP]_UCL.n.hdr are the extracted headers from the scanner\n",
113-
"# norm.n.hdr and umap.v.hdr are the output converted files\n",
114-
"#!convertSiemensInterfileToSTIR.sh $data_path/20170809_NEMA_UCL.n.hdr norm.n.hdr\n",
111+
"# convert the Siemens attenuation image into STIR format, some keys slightly differ\n",
112+
"# $data_path/20170809_NEMA_MUMAP_UCL.v.hdr is the extracted header from the scanner\n",
113+
"# umap.v.hdr is the output converted file\n",
114+
"# Also copy the normalisation header for modification below (using a shorter name).\n",
115115
"!cp $data_path/20170809_NEMA_UCL.n.hdr norm.n.hdr\n",
116116
"!convertSiemensInterfileToSTIR.sh $data_path/20170809_NEMA_MUMAP_UCL.v.hdr umap.v.hdr\n",
117117
"\n",

0 commit comments

Comments
 (0)