Closed telegraphic closed 2 years ago
Probably not a very useful comment to make, but I've seen FoF used by ASKAP's FREDA to group dispersed candidates. And it works, so could be a viable replacement to the prominent_peaks
Putting this approach on ice, as it's proved too slow -- my current priority is getting a working pipeline that's comparable in speed to turboseti. See a bit more in technotes/05_peak_finding_comparison.md.
FYI, there's a GPU implementation of DBSCAN clustering algorithm (which I think is the same as FoF) in cuml which I tried out, and it just wasn't fast enough. Currently using argrelmax
from cusignal, which is faster.
This is an alternative approach to using
prominent_peaks
to find hits in doppler space. Gist: