-
Notifications
You must be signed in to change notification settings - Fork 153
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
Update 1D Profile viewer to use wcsaxes - Add slice function to 1D Profile viewer with sliders to select point #2248
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2248 +/- ##
==========================================
- Coverage 88.15% 87.92% -0.24%
==========================================
Files 247 249 +2
Lines 23316 23438 +122
==========================================
+ Hits 20554 20607 +53
- Misses 2762 2831 +69
Continue to review full report at Codecov.
|
f6355f2
to
da1797f
Compare
95b08fb
to
3193d73
Compare
# TODO: This should not be here. | ||
# I can not work out how to get this to be set at initialisation. |
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.
This needs fixing, I just have yet to work it out yet.
3193d73
to
acafa6f
Compare
a3027f3
to
bcee99a
Compare
Rebase and update of #2167
As far as I can tell it this PR is meant to add:
Forces WCSAxes to be used for the .1D Profile viewer
A new slice function that allows a user to get the 1D data at a point
The slice function uses a new widget to allow selection of the point via two sliders
TODO: