conv_image module

This program convolves/smooths an image from a high resolution to a lower resolution. This program works similar to a radio astronomy program where we do convolution by cutting out the higher frequency components of the UV plane, so point soutces appear broader but retain the same ‘peak’ response. It uses the astropy convolution module

tw_source_finder.conv_image.convolve_image(fits_input_image, conv_factor, use_fft='F', do_downsize='F')[source]
tw_source_finder.conv_image.main(argv)[source]