Skip to content

Commit

Permalink
corrected config values
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Oct 1, 2024
1 parent 23baab9 commit bbe4ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/TMS_Default_Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# dist = sqrt(xplanes*xplanes + zplanes*zplanes)
MinDist = 4.0
# Do we run DBSCAN clustering before the Hough transform and then run Hough on each cluster?
FirstCluster = true
FirstCluster = false
# Do we merge adjacent tracks afterwards?
MergeTracks = true
# Do we run AStar afterwards on start and end points
Expand All @@ -55,7 +55,7 @@

[Recon.Extrapolation]
# Whether extrapolation should be performed or not
Extrapolation = true
Extrapolation = false
# Maximal distance from start/end hit to first added hit by extrapolation
ExtrapolateDist = 4
# Maximal distance from first added hit (by extrapolation) to last added hit
Expand Down

0 comments on commit bbe4ad7

Please sign in to comment.