I have to do this: ```python coords_wcs = wcs.pixel_to_world(np.arange(2560), 0, 0) coords_gwcs = gwcs.pixel_to_world(*np.broadcast_arrays(np.arange(2560), 0, 0)) ```