Skip to content

Commit

Permalink
Merge pull request #64 from robbietuk/NormOutputCorrection
Browse files Browse the repository at this point in the history
Remove addition of 1's to the ${OutputFilename}"  sinogram
  • Loading branch information
robbietuk authored Mar 16, 2021
2 parents 7009f94 + cd59d2a commit ea4a62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoxelisedSimulation/SubScripts/EstimateGATESTIRNorm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [ ${norm_template} != 0 ]; then
echo "Compressed Normalisation sinogram is saved as: ${OutputFilename}"
else
## No template given, rename the ${OutputFilename}"_span1.hs" to ${OutputFilename}
stir_math -s --including-first --add-scalar 1 ${OutputFilename} ${OutputFilename}"_span1.hs"
stir_math -s ${OutputFilename} ${OutputFilename}"_span1.hs"
echo "Normalisation sinogram is saved as: ${OutputFilename}"
fi

Expand Down

0 comments on commit ea4a62c

Please sign in to comment.