From c5b0c984311f9c0a38d01fff82ca907d27685d64 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Fri, 26 Jan 2024 15:55:04 -0500 Subject: [PATCH] feature-flagged wireframe for cubeviz spec extraction plan (#2676) * feature-flagged wireframe for cubeviz spec extraction plan * changelog entry * fix original mark visibility --- CHANGES.rst | 4 + jdaviz/components/plugin_section_header.vue | 13 +- .../spectral_extraction.py | 59 +++- .../spectral_extraction.vue | 282 +++++++++++------- .../spectral_extraction.vue | 6 +- jdaviz/core/marks.py | 3 +- jdaviz/core/template_mixin.py | 17 +- 7 files changed, 248 insertions(+), 136 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f67fd24711..73590fb05b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,8 @@ Cubeviz - Single-pixel subset tool now shows spectrum-at-spaxel on hover. [#2647] +- Spectral extraction plugin re-organized into subsections to be more consistent with specviz2d. [#2676] + Imviz ^^^^^ @@ -39,6 +41,8 @@ Specviz Specviz2d ^^^^^^^^^ +- Spectral extraction plugin: highlighting of active header section. [#2676] + API Changes ----------- diff --git a/jdaviz/components/plugin_section_header.vue b/jdaviz/components/plugin_section_header.vue index 9be0e0aa07..5f0e849b48 100644 --- a/jdaviz/components/plugin_section_header.vue +++ b/jdaviz/components/plugin_section_header.vue @@ -1,11 +1,17 @@ + +