-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable spectral conversion in cubeviz (#2758)
* Add unit conversion plugin with flux conversion disabled Add message to flux conversion dropdown in cubeviz Have moment map units update after conversion Update continuum, moment maps, and spectral extraction Fix model fitting and aperture plugins and add tests Update slice_values to account for unit conversion Remove print statment and unused import Fix style Fix moment map and slice tests Fix style 2 Add LinkSameWithUnits and slice indicator updates * Use cached_property for slice_values * Use correct cache clearing protocol Running CI without cached_property Fix everything except todo statements Uncommented code needed for uncert viewer to change slice Remove comments * Fix message handlers * Remove space * Minor changes * Override display unit handling in slice mark so we don't change value twice * Simplify and generalize viewer slice values code * Fix style * Move code out of try except block * Address review comments * Generalize display unit call in spectral extraction * Fix test failure * Rename slice_axis property to slice_display_unit_name * Add changelog --------- Co-authored-by: Ricky O'Steen <rosteen@stsci.edu>
- Loading branch information
Showing
15 changed files
with
160 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ New Features | |
Cubeviz | ||
^^^^^^^ | ||
|
||
- Enable spectral unit conversion in cubeviz. [#2758] | ||
|
||
Imviz | ||
^^^^^ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.