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

Verify no two sources detected within some radius #235

Open guynir42 opened 3 months ago

guynir42 commented 3 months ago

We generally associate detections with Object objects, within a given radius (which is a configurable parameter but generally is 1-2 arcsec). We are working under the assumption that there is never going to be, within that radius, more than one source in the same image.

I don't know if this is necessarily a good assumption, as it depends on the source detection algorithm. Usually this won't be a problem because the search radius is on the order of the PSF width, so it should never come up. But we should enforce this at some stage, maybe at the source detection time?