From 14f69fe895820e3c1212c2e69076e7c69a44fd06 Mon Sep 17 00:00:00 2001
From: Ricky O'Steen <39831871+rosteen@users.noreply.github.com>
Date: Wed, 13 Mar 2024 13:20:51 -0400
Subject: [PATCH] Change this back to correct string (#2754)
---
jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.vue b/jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.vue
index 81e4279686..9cf8638666 100644
--- a/jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.vue
+++ b/jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.vue
@@ -36,14 +36,14 @@
Choose whether and how to compute the continuum for continuum subtraction.
- {{continuum_subset_selected=='Surrounding' && spectral_subset_selected=='Entire Spectrum' ? "Since using the entire spectrum, the end points will be used to fit a linear continuum." : "Choose a region to fit a linear line as the underlying continuum."}}
+ {{continuum_subset_selected=='Surrounding' && spectral_subset_selected=='Entire Spectrum' ? "Since using the entire spectrum, the end points will be used to fit a linear continuum." : "Choose a region to fit a linear line as the underlying continuum."}}
{{continuum_subset_selected=='Surrounding' && spectral_subset_selected!='Entire Spectrum' ? "Choose a width in number of data points to consider on each side of the line region defined above." : null}}
When this plugin is opened, a visual indicator will show on the spectrum plot showing the continuum fitted as a thick line, and interpolated into the line region as a thin line.
When computing the moment map, these same input options will be used to compute and subtract a linear continuum for each spaxel, independently.
-