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 am trying to use photutils to perform PSF photometry on my simulated images. I already have the PSF images and I am trying to make the PSF models in the format appropriate for Photutils. I use photutils.psf.EPSFModel and my PSF image as an input to make the PSF model. When I check my final flux value with the true flux values (I know the brightness of my input sources), all sources are systematically brighter for about ~25%. I have checked all of the other possible causes of this issue including background, etc. Everything seems to be estimated fine. Another uncertainty comes from the PSF model. As I understand EPSFModel code is supposed to take the stars as input to build the model assuming an oversampling value from the user. However, I am using an oversampled PSF image as an input to build the model. The only reason for doing such is to have a psf in the proper format for photutils. So I am wondering if something is not right with my epsf model and so it is overestimating my fluxes.
I would appreciate your help.
The text was updated successfully, but these errors were encountered:
I am trying to use photutils to perform PSF photometry on my simulated images. I already have the PSF images and I am trying to make the PSF models in the format appropriate for Photutils. I use photutils.psf.EPSFModel and my PSF image as an input to make the PSF model. When I check my final flux value with the true flux values (I know the brightness of my input sources), all sources are systematically brighter for about ~25%. I have checked all of the other possible causes of this issue including background, etc. Everything seems to be estimated fine. Another uncertainty comes from the PSF model. As I understand EPSFModel code is supposed to take the stars as input to build the model assuming an oversampling value from the user. However, I am using an oversampled PSF image as an input to build the model. The only reason for doing such is to have a psf in the proper format for photutils. So I am wondering if something is not right with my epsf model and so it is overestimating my fluxes.
I would appreciate your help.
The text was updated successfully, but these errors were encountered: