CARTAvis / carta-frontend

Source code repository for the frontend component of CARTA, a new visualization tool designed for the ALMA, the VLA and the SKA pathfinders.
https://cartavis.github.io/
GNU General Public License v3.0
20 stars 10 forks source link

Overlay's coordinate system should be independent between images #1619

Open veggiesaurus opened 3 years ago

veggiesaurus commented 3 years ago

At the moment, loading two images side-by-side forces their overlay to use the same coordinate system. There's no way to load two images and show different coordinate systems in each panel.

image

kswang1029 commented 3 years ago

As a note here: we should be careful about making the changes here as region wcs is sync’d with the viewer too.

In my point view having all labels showing same wcs reference system is not a bad idea. But I am open to hear the feedback from the science team.

veggiesaurus commented 3 years ago

@kswang1029 are there situations where this will break things? is it always possible to translate between systems?