Skip to content
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

UI for dataset-selection in cubeviz spectral extraction #3411

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -97,6 +97,8 @@ Other Changes and Additions
Bug Fixes
---------

- Fix showing dataset dropdown in cubeviz's spectral extraction for flux-cube products from other plugins. [#3411]

Cubeviz
^^^^^^^

Original file line number Diff line number Diff line change
@@ -33,6 +33,17 @@
</v-expansion-panels>
</v-row>

<plugin-dataset-select
:items="dataset_items"
:selected.sync="dataset_selected"
:show_if_single_entry="api_hints_enabled"
label="Data"
api_hint="plg.dataset ="
:api_hints_enabled="api_hints_enabled"
hint="Select the input flux cube."
/>


<div @mouseover="() => active_step='ap'">
<j-plugin-section-header :active="active_step==='ap'">Aperture</j-plugin-section-header>