spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Active subset mode in glue #448

Closed astrofrog closed 5 years ago

astrofrog commented 6 years ago

I've recently added the ability in the developer version of glue to see the current active subset in the toolbar at the top (https://github.com/glue-viz/glue/pull/1797). For instance, by default at the start of a session, users will see:

screen shot 2018-07-02 at 15 51 51

In 'vanilla' glue, once a subset is made, the active subset changes to the selection that has just been made:

screen shot 2018-07-02 at 15 52 07

For now, I've made it so that glue is backward-compatible with cubeviz - if cubeviz is used then the active subset remains 'None' by default unless the user explicitly changes it in the drop-down menu.

This issue is to let you know about the UI change, and also to check whether we still want the cubeviz behavior of always creating new subsets, or whether you would like to switch to the default glue behavior (that once a subset is made, it becomes the active subset, and future selections change the existing subset).

SaOgaz commented 5 years ago

Default behavior approved by product owner (@hcferguson) during test session, closing.