From 52a58e2f6da3b556fe6f94c500646116fdec8a83 Mon Sep 17 00:00:00 2001 From: kylechampley Date: Sat, 3 Feb 2024 18:49:03 -0800 Subject: [PATCH] minor changes --- .gitignore | 1 + demo_leapctype/test_helical.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f8875bd..0e138bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ test_ART_save.py # data files *.dat *.raw +*.sct demo_leaptorch/sample_data/*.png LTT.log diff --git a/demo_leapctype/test_helical.py b/demo_leapctype/test_helical.py index 77f00bc..0ab209d 100644 --- a/demo_leapctype/test_helical.py +++ b/demo_leapctype/test_helical.py @@ -30,7 +30,7 @@ # Scale the number of angles and the detector pixel size with N numCols = 512 numTurns = 3 -numAngles = 2*int(360*numCols/1024)*numTurns +numAngles = 2*2*int(360*numCols/1024)*numTurns pixelSize = 0.65*512/numCols # Set the number of detector rows