Skip to content

Commit

Permalink
full_chain_itk.py maxPixelHoles=1 maxStripHoles=2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Adye authored and Tim Adye committed Jun 18, 2024
1 parent ea82522 commit 2e6b609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Examples/Scripts/Python/full_chain_itk.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
ckfConfig=CkfConfig(
seedDeduplication=True,
stayOnSeed=True,
# ITk volumes from Noemi's plot
pixelVolumes={8, 9, 10, 13, 14, 15, 16, 18, 19, 20},
stripVolumes={22, 23, 24},
maxPixelHoles=1,
maxStripHoles=2,
),
outputDirRoot=outputDir,
)
Expand Down

0 comments on commit 2e6b609

Please sign in to comment.