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
I believe the issue is actually that pix_to_world and world_to_pix both require an array of floats. The first example works because the array is automatically promoted to be all floats.
When
naxis=3
, the third pixel coordinate inpix_to_world()
must be aFloat
The text was updated successfully, but these errors were encountered: