run the pipeline all the way to the completion of PSF estimation
set redo_psf to true
change the stars the PSF is allowed to use
redo the PSF
Now the photometry selects two PSFs per frame, duplicating the frame. (-> two fluxes per frame)
Possibilities for fixing this:
Enforce only one PSF per footprint hash per frame?
Create new key for the PSF? (containing info on which stars are allowed to be used)
just modify the deconvolution/photometry preparation query to select only one PSF? Which one then? Lowest chi-squared? Makes things hard to debug for user.
I thought I had fixed this, but
redo_psf
totrue
Now the photometry selects two PSFs per frame, duplicating the frame. (-> two fluxes per frame)
Possibilities for fixing this: