Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
peaks = alg.peak_finder_v4(nda, thr_low=10, thr_high=150, rank=24, r0=5, dr=0.05)

The same algorithm as  peak_finder_v1 , but parameter radius is split for two (unsigned) rank and (float)r0 with the same meaning as in  peak_finder_v3 .

...