You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an image with a sharp simulated PSF. I used three methods to find the center of the PSF: drizzlepac.tweakreg, IRAFStarFinder, and DAOStarFinder. First two give almost indistinguishable (but not identical) results. The last one is way off.
I have attached an image that shows the centroids obtained with these methods. On the left side is the "original" data image and on the right side is the density enhanced image (data convolved with the kernel). I chose a kernel with FWHM=3 in order to enhance the effect.
My understanding is that DAOFIND looks for peaks in the density enhanced image. Looking at that image I do not see how DAOFIND algorithm would find a peak at the green marker and miss the real, strong, peak.
Is this a bug in the implementation of the DAOFIND algorithm? Thanks!
The text was updated successfully, but these errors were encountered:
I've discussed this issue offline with @mcara. In summary, the center of the star was rejected because its sharpness was larger than the sharphi limit. The center of the star is found if sharphi is increased.
I have an image with a sharp simulated PSF. I used three methods to find the center of the PSF:
drizzlepac.tweakreg
,IRAFStarFinder
, andDAOStarFinder
. First two give almost indistinguishable (but not identical) results. The last one is way off.I have attached an image that shows the centroids obtained with these methods. On the left side is the "original" data image and on the right side is the density enhanced image (data convolved with the kernel). I chose a kernel with FWHM=3 in order to enhance the effect.
My understanding is that DAOFIND looks for peaks in the density enhanced image. Looking at that image I do not see how DAOFIND algorithm would find a peak at the green marker and miss the real, strong, peak.
Is this a bug in the implementation of the DAOFIND algorithm? Thanks!
The text was updated successfully, but these errors were encountered: