-
Notifications
You must be signed in to change notification settings - Fork 60
Description
The find_sources() functionality of fermipy can take a very long time.
I would like to be able to shorten that time by restricting the area over which the search is carried out.
One possibility would be to define a maximum distance from the center of the RoI, inside which peaks are considered. This would then be an argument of find_sources() itself.
Since find_sources() works on the output of tsmap(), an alternative would be to restrict the area over which the TS map is computed. In that case, I presume the area would need to be a square rather than a disk, but the overhead due to the corners should not make a large difference.
This would then be an argument of tsmap() instead.
I do not know the fermipy code enough to volunteer to carry out this development myself.