Skip to content

Commit

Permalink
Change this back to correct string (spacetelescope#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen authored and cshanahan1 committed Mar 14, 2024
1 parent 58481b1 commit d0fa01f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
Choose whether and how to compute the continuum for continuum subtraction.
</j-docs-link>
<j-docs-link v-else>
{{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.
</j-docs-link>
</v-row>

<plugin-subset-select
<plugin-subset-select
:items="continuum_subset_items"
:selected.sync="continuum_subset_selected"
:show_if_single_entry="true"
Expand Down Expand Up @@ -110,7 +110,7 @@
label="Reference Wavelength"
v-model.number="reference_wavelength"
:suffix="dataset_spectral_unit.replace('Angstrom', 'A')"
hint="Rest wavelength of the line of interest"
hint="Observed wavelength of the line of interest"
persistent-hint
:rules="[() => reference_wavelength !== '' || 'This field is required',
() => reference_wavelength > 0 || 'Wavelength must be positive']"
Expand Down

0 comments on commit d0fa01f

Please sign in to comment.