Open robelgeda opened 1 year ago
If convolution window is larger than the image, there is an error about broadcasting arrays of different sizes. The two options to fixing this is are:
It seems like option 2 is the option that makes the most sense.
I passed this error by keeping the size as an odd no. while making the cutouts. And my psf image size is also in odd no.s.
If convolution window is larger than the image, there is an error about broadcasting arrays of different sizes. The two options to fixing this is are:
It seems like option 2 is the option that makes the most sense.