You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Alternative approach

  • do not use atot_thr=0
  • select peaks by son_min=10

alg_arc.set_peak_selection_pars(npix_min=3, npix_max=1000, amax_thr=0, atot_thr=0, son_min=10)
alg_equ.set_peak_selection_pars(npix_min=3, npix_max=1000, amax_thr=0, atot_thr=0, son_min=10)

peaks_arc = alg_arc.peak_finder_v4r2(nda, thr_low=40, thr_high=80, rank=8, r0=10, dr=2)
peaks_equ = alg_equ.peak_finder_v4r2(nda, thr_low=40, thr_high=80, rank=4, r0=6, dr=2)

EQU

ARC

 

 

  • No labels