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
when the images have valid WCSes, and CARTA has recognized the WCS (it shows the correct coordinates in the top left).
The debugger console shows the message, "Cannot perform spatial transform between images with non-square pixels". I think this is the underlying cause of the problem - that should be shown in the error message.
Is there any way to partially support such frames? I haven't thought through the problem in depth, so the answer may just be 'no', but it would be nice if there was a way to at least approximately match such frames.
The text was updated successfully, but these errors were encountered:
unfortunately, no. they have approximately identical pixel sizes in both dimensions, but not at the third decimal place. they only differ from square by a tiny amount
when the images have valid WCSes, and CARTA has recognized the WCS (it shows the correct coordinates in the top left).
The debugger console shows the message, "Cannot perform spatial transform between images with non-square pixels". I think this is the underlying cause of the problem - that should be shown in the error message.
Is there any way to partially support such frames? I haven't thought through the problem in depth, so the answer may just be 'no', but it would be nice if there was a way to at least approximately match such frames.
I recently had the same issue with a DSS image and a CARTA developer told me that CARTA currently indeed has a limitation on spatial matching: pixels have to be square pixel.
I'm getting the error:
![image](https://user-images.githubusercontent.com/143715/192074425-7b0c2ca0-40d9-4258-9580-c5e124b5f25f.png)
when the images have valid WCSes, and CARTA has recognized the WCS (it shows the correct coordinates in the top left).
The debugger console shows the message, "Cannot perform spatial transform between images with non-square pixels". I think this is the underlying cause of the problem - that should be shown in the error message.
Is there any way to partially support such frames? I haven't thought through the problem in depth, so the answer may just be 'no', but it would be nice if there was a way to at least approximately match such frames.
The text was updated successfully, but these errors were encountered: