transientskp / pyse

Python Source Extractor
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Parallel fitting #17

Closed HannoSpreeuw closed 3 years ago

HannoSpreeuw commented 3 years ago

This parallellisation of the fitting of sources should be the last part of the parallellisation of pyse. This does not mean that it is as fast as it could be. That would require translation of some routines to C-libraries.

But I think all the low-hanging fruit wrt straightforward parallellisation has been picked with this last merge.