Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylechampley committed Feb 4, 2024
1 parent 130e55b commit 52a58e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test_ART_save.py
# data files
*.dat
*.raw
*.sct
demo_leaptorch/sample_data/*.png
LTT.log

Expand Down
2 changes: 1 addition & 1 deletion demo_leapctype/test_helical.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a58e2

Please sign in to comment.