Skip to content

Commit

Permalink
also change sample_config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alecheckert committed Jan 25, 2024
1 parent ff2154f commit 1adf54c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/sample_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
# Spot detection settings
[detect]
method = "llr"
k = 1.2
w = 15
k = 1.5
w = 11
t = 18.0

# Subpixel localization settings
[localize]
method = 'ls_int_gaussian'
window_size = 9
sigma = 1.2
window_size = 11
sigma = 1.5
ridge = 0.0001
max_iter = 10
damp = 0.3
Expand Down

0 comments on commit 1adf54c

Please sign in to comment.