CARTAvis / carta

To CARTA users, this repo holds the CARTA release packages. Please use this repo to log bugs and feature requests. These will be triaged by the development team and prioritised as necessary in the development cycles.
19 stars 0 forks source link

Feature request: pixel-based matching & multi-extension opening #164

Open keflavich opened 1 year ago

keflavich commented 1 year ago

I'm starting to work with JWST data in CARTA, and they are not well-supported.

JWST data have multiple extensions that are all the same image size - they are the image, the error map, and various flag and weight maps. The extensions past the first do not have WCS attached. These cannot (afaict) be match using CARTA's positional matching. Pixel-based position matching should be supported.

I'd also like to be able to open multiple extensions at the same time, perhaps as a cube.

veggiesaurus commented 1 year ago

We support channel-based spectral matching, so it makes sense to enable this for spatial matching as well :+1:

veggiesaurus commented 1 year ago

I'd also like to be able to open multiple extensions at the same time, perhaps as a cube.

Could you open a separate issue for this?

kswang1029 commented 1 year ago

We support channel-based spectral matching, so it makes sense to enable this for spatial matching as well 👍

Shouldn’t be this another compatibility issue that probably we can extend wcs to other extensions internally?

keflavich commented 1 year ago

@veggiesaurus done: https://github.com/CARTAvis/carta/issues/165