c3-time-domain / SeeChange

A time-domain data reduction pipeline (e.g., for handling images->lightcurves) for surveys like DECam and LS4
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Detection of sources in the difference image #192

Closed guynir42 closed 3 months ago

guynir42 commented 5 months ago

There needs to be at least two methods of finding sources on difference images: 1) if using ZOGY, or any other method that produces a score image, use that directly. 2) if using other methods where you get a regular image, use sextractor. In this case you may want to also recycle the PSF from the new image into the difference image (issue #177)

guynir42 commented 4 months ago

Addressed by #195