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

[WCS grid] support image coordinate grid in the image viewer #2366

Open kswang1029 opened 6 months ago

kswang1029 commented 6 months ago

With v4.1 / dev, the WCS list in the image viewer contains the regular world coordinate systems. When we load an image without valid WCS headers, the coordinate grid will be rendered in the image coordinate, which is nice. However, for images with valid WCS headers, there is no way to render the coordinate grid in the image coordinate. It would be helpful if we include this option in the list. Once we have this, handling exceptions in the multi-panel view would be more straightforward.

veggiesaurus commented 6 months ago

@kswang1029 eventually we should also look into doing spatial/spectral matching using image coords instead of WCS, for misbehaving images or more generic images during pipeline development

kswang1029 commented 6 months ago

Yes that's the next step