forked from spacetelescope/jdaviz
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement unit conversion in specviz2d (spacetelescope#3253)
* first pass specviz2d implementation * resolve stash * fix issues with stash and update get_data * second pass specviz2d uc implementation * revert 2D viewer for uc * don't allow conversion of spectral line y values * fix bug to ensure non-scale factor data converts on _handle_display_units * fix get_data bug using native unit for non-scale factor data * add line analysis uc test * add test for solid angle equivalency list * add MosvizProfileView test * add change log * reconcile test failures * add API test * remove global display unit change handler, syntax error in helpers * ensure continuum marks don't double translate, test coverage * move line analysis test * remove files that weren't removed during rebase * fix styling * add missing import * add spectral unit support, add eqvs to model fit, coords, marks * fix syntax error * 2dviewer spectral conversion, first iteration of test coverage * resolve test failures * address spec density edge case, test coverage * address Kyle's review comments * resolve test failures, update handle_display_unit for get_selected_spectrum * ensure spectral axis only passed in correct cases * add uc support for spec extract, support for matched zoom and uc * reconcile test failures * resolve trace conversion failure * address review comments
- Loading branch information
1 parent
d7e05ae
commit 4ffc3a0
Showing
25 changed files
with
401 additions
and
48 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
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
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.