-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add option of using self derived interpolated profile for horne extract in specviz2d/spectral extraction plugin #2845
Add option of using self derived interpolated profile for horne extract in specviz2d/spectral extraction plugin #2845
Conversation
jdaviz/configs/specviz2d/plugins/spectral_extraction/spectral_extraction.py
Show resolved
Hide resolved
jdaviz/configs/specviz2d/plugins/spectral_extraction/spectral_extraction.vue
Show resolved
Hide resolved
jdaviz/configs/specviz2d/plugins/spectral_extraction/spectral_extraction.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some +1's on @kecnry's review comments.
jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
e5c898d
to
bb683bd
Compare
6dc392a
to
874662d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2845 +/- ##
==========================================
+ Coverage 88.78% 88.80% +0.01%
==========================================
Files 111 111
Lines 17197 17217 +20
==========================================
+ Hits 15269 15289 +20
Misses 1928 1928 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tweaks. 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_interaction_in_ext_step
also needs horne_ext_profile_selected
, self_prof_n_bins
, self_prof_interp_degree_x
, self_interp_degree_y
in its @observe
so that changes to those will trigger an update to the live-preview.
jdaviz/configs/specviz2d/plugins/spectral_extraction/spectral_extraction.py
Outdated
Show resolved
Hide resolved
jdaviz/configs/specviz2d/plugins/spectral_extraction/spectral_extraction.py
Outdated
Show resolved
Hide resolved
jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py
Outdated
Show resolved
Hide resolved
jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py
Outdated
Show resolved
Hide resolved
@kecnry addressed all of your comments |
jdaviz/configs/specviz2d/plugins/spectral_extraction/spectral_extraction.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small typo, otherwise looks good to me! Thanks!
Add the option of using a 'self profile' for Horne extraction to the spectral extraction plugin in Specviz2D.
This PR also bumps up specreduce to the most recent 1.4.0 which contains the relevant changes there.