Open pllim opened 3 years ago
Or maybe I completely misunderstood this requirement: https://github.com/spacetelescope/jdaviz/issues/530#issuecomment-827773703
Over plotting contours can be done currently without the need to use subsets. I'll try and post an example.
Over plotting contours
Whoops... https://github.com/glue-viz/glue-astronomy/issues/30#issuecomment-849094782 was mean for glue-viz/glue-jupyter#231
Back to this issue, @eteq says it is not MVP.
Is your feature request related to a problem? Please describe it:
I can create a Glue Subset from
regions
or, somewhat surprisingly, alsophotutils
aperture (in a limited way) using the same API. However, I cannot go the other way. Once region is converted to mask and thenMaskSubsetState
, the original info is lost.Describe the solution you'd like:
Someway to preserve the info of how the subset was originally created, so we can recreate it. Though this is really hard to do, if we also let user modify the region interactively after creation, which at least currently does not seem possible.
Describe alternatives you've considered:
Tell the POs to accept the fact that this request is not possible and de-scope spacetelescope/jdaviz#622 / spacetelescope/jdaviz#630 .
Additional context:
To satisfy Imviz non-MVP requirements under contract with STScI.