Skip to content

Commit 4085e3b

Browse files
committed
Change default threshold value
1 parent 1077e1d commit 4085e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/PeakFinding/tfm_PeakFinder2.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
obs = obj.obs;
2424
[ny,nx] = size(obs);
2525

26-
thr = 0;
26+
thr = 0.05;
2727
sigma = 10;
2828
d_min = 0;
2929

0 commit comments

Comments
 (0)