Skip to content

Commit

Permalink
Added default ROI sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
malago86 committed Jan 4, 2024
1 parent 9f26206 commit 726e2cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Victre/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
INSERTION_MAX_TRIES = 2000
INSERTION_MAX_TOTAL_ATTEMPTS = 20

DEFAULT_ROI = {VICTRE_SPICULATED: [109, 109, 9],
VICTRE_CLUSTERCALC: [65, 65, 5]}

FLATFIELD_REPETITIONS = 1

FLATFIELD_DOSE_MULTIPLIER = 10
Expand Down
2 changes: 1 addition & 1 deletion Victre/Pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self,
spectrum_file="./Victre/projection/spectrum/W28kVp_Rh50um_Be1mm.spc",
lesion_file=None,
materials=None,
roi_sizes=None,
roi_sizes=Constants.DEFAULT_ROI,
arguments_generation=dict(),
arguments_spiculated=dict(),
arguments_mcgpu=dict(),
Expand Down

0 comments on commit 726e2cd

Please sign in to comment.