lucatelli / morphen

Collection of functions for astronomical image analysis and processing. These tools involves pure python, but also are integrated with CASA (https://casa.nrao.edu/)
2 stars 1 forks source link

Interferometric Decomposition — Code Review #11

Open lucatelli opened 7 months ago

lucatelli commented 7 months ago

Check the interferometric decomposition implementation.

lucatelli commented 7 months ago

Below, I report some comparisons between convolution using imsmooth and SciPy.

image

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: