Open lucatelli opened 9 months ago
Below, I report some comparisons between convolution using imsmooth
and SciPy
.
For this, two images were used:
The scaling factor applied to the SciPy convolution is:
scalling_factor = larger_beam_area/smaller_beam_area
Still, that result is not exactly the same as imsmooth
. Why?
In the scaled case, the PSF is not normalised, and I assume that it is true for imsmooth
.
The major differences comes with the total flux dentisy:
imsmooth
= 27.02 mJy
Check the interferometric decomposition implementation.
imsmooth
is providing different results thanscipy.signal.fftconvolve
, setting proper normalisation parametersimsmooth
should or should not conserve flux density.