Convolving extended sources with the PSF
bhilbert4 opened this issue · 1 comments
Look into making the code more consistent in how it handles convolving extended sources with the PSF. Right now there is a yaml entry for PSFConvolveExtended and another for movingTargetConvolveExtended. The latter appears not to be used in the code at all. The former looks to be used for all extended sources regardless of whether they are the tracked, non-sidereal source, or a sidereal source, or a moving target.
So we should either get rid of movingTargetConvolveExtended, or make use of it.
The more I think about this, the more I think that the simpler case would be better. Just remove movingTargetConvolveExtended (which I think was originally supposed to be for non-tracked moving targets) and use PSFConvolveExtended for all extended targets, regardless of whether they are sidereal or not and tracked or not.