-
Notifications
You must be signed in to change notification settings - Fork 91
Loader skewer selection #3962
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
Loader skewer selection #3962
Changes from all commits
8b5c61c
439d2f3
f48b268
9979d93
66136b4
a58ca73
e802070
a37ddd7
361e172
2169333
a3bf13b
fabae9f
cf34673
09e1f4c
b54dddf
aa03ad7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just want to say that these tests are so clear, thank you. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,6 +44,7 @@ dependencies = [ | |
| "s3fs>=2024.10.0", | ||
| "joblib>=1.3.0", | ||
| "ipyvuedraggable>=1.1.0", | ||
| "spherical-geometry", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: this dependency is currently needed to do proper
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For most supported workflows within jdaviz, the viewer FOV is expected to be <<1 deg. At that scale, one could argue that the small angle approximation could be assumed valid and we could use cartesian polygon overlap instead of spherical. We haven't made that assumption because it breaks down at the poles of any coordinate frame. |
||
| ] | ||
| license-files = ["LICENSE.rst", "licenses/IPYFILECHOOSER_LICENSE.rst", "licenses/IMEXAM_LICENSE.txt", "licenses/GINGA_LICENSE.txt", "licenses/TEMPLATE_LICENCE.rst"] | ||
| dynamic = [ | ||
|
|
||
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 is the block we'll need to update to support 'click to deselect' in a near-future PR.