ratt-ru / pfb-imaging

Preconditioned forward/backward clean algorithm
MIT License
7 stars 5 forks source link

Unstable forward step when PSF size is less than twice that of the image #73

Open landmanbester opened 1 year ago

landmanbester commented 1 year ago

The forward step (aka flux mop in the clean worker) is sometimes unstable when using a PSF that is less than twice the size of the image in both dimensions. I suspect this is due to the use of PCG algorithm which is very fast but not always stable. Need to investigate ways to stabilize the inversion in this case. Possible avenues to investigate:

The latter two, which would improve the Hessian approximation, will also make the forward step more accurate when imaging a wide field of view.