You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use pixscale = wcs.utils.proj_plane_pixel_scales(cube_hi.wcs.celestial)[0] throughout uvcombine and this poses the risk of not catching non-square pixels.
See astropy/astropy#13268.
We use
pixscale = wcs.utils.proj_plane_pixel_scales(cube_hi.wcs.celestial)[0]throughout uvcombine and this poses the risk of not catching non-square pixels.