-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Region roundtrip: Recreate same region from Glue Subset #30
Labels
enhancement
New feature or request
Comments
This was referenced May 26, 2021
Or maybe I completely misunderstood this requirement: spacetelescope/jdaviz#530 (comment)
|
Over plotting contours can be done currently without the need to use subsets. I'll try and post an example. |
Whoops... #30 (comment) was mean for glue-viz/glue-jupyter#231 |
Back to this issue, @eteq says it is not MVP. |
9 tasks
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: