non_celestial_pixel_scales# astropy.wcs.utils.non_celestial_pixel_scales(inwcs)[source]# Calculate the pixel scale along each axis of a non-celestial WCS, for example one with mixed spectral and spatial axes. Parameters: inwcsWCSThe world coordinate system object. Returns: scalenumpy.ndarrayThe pixel scale along each axis.