-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make catalog tables interactive #3099
Make catalog tables interactive #3099
Conversation
Right now, I have the x and y pixel coordinates to be used to create markers. Additionally, I have created a class for a catalog specific marker. The markers are still not being added as expected however, so I pushed what I had to get some fresh eyes on the new code. |
62c55f8
to
ada7475
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3099 +/- ##
==========================================
- Coverage 88.82% 88.48% -0.34%
==========================================
Files 112 124 +12
Lines 17430 18443 +1013
==========================================
+ Hits 15482 16320 +838
- Misses 1948 2123 +175 ☔ View full report in Codecov by Sentry. |
Resolved merge conflict in catalogs.py and catalogs.vue# Resolved merge conflict in catalogs.py and catalogs.vue adding new markers added x,y pixel coords to table; will be used for markers later small changes orginal markers are not being plotted Added user marks prep for rebase
5a359b3
to
52c9ab9
Compare
I wasn't involved in the review process much so I have a few questions about the expected functionality:
Update: |
To summarize, I think we need follow-up tickets for the following:
|
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.
To summarize, I think we need follow-up tickets for the following:
- Bug: Gaia max sources are not being limited by the traitlet.
- Expose API functionality for the Catalog Plugin and move
get_catalog_source_results()
to an appropriate location.- Enable
Zoom
and row select functionality for custom files.
The issues with sky_centroid
/From File...
and Max sources
both currently exist on main and can be addressed later in follow up efforts. We seem to have this well scoped out now, great work!
Follow-up tickets have been created. |
Description
This pull request is to address making the table interactive, mainly adding a zoom feature and additional markers for selected points.
Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.