Astropy package for source detection and photometry. Maintainer: @larrybradley
BSD 3-Clause "New" or "Revised" License
250
stars
138
forks
source link
Improve accuracy of progress bar for multiprocessing source deblending #1926
Closed
larrybradley closed 1 month ago
This PR also uses
concurrent.futures.ProcessPoolExecutor
and gathers worker tasks as they are completed instead of sequentially.