Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly, firefly_client
-
Labels:None
-
Story Points:14
-
Epic Link:
-
Sprint:SUIT Sprint 2018-10, SUIT Sprint 2018-11
-
Team:Science User Interface
Description
Add functionality so that footprints loaded to Firefly and a source catalog loaded to Firefly are linked. Selecting a footprint overlay on the image locates the corresponding entry in the source table, and selecting a row of the table highlights the corresponding footprint. Make the column name of the table used for the linking a parameter, though it is likely to be 'id'.
Attachments
Issue Links
- has to be finished together with
-
DM-15823 Implement a source catalog / footprint browser for Firefly
- Done
- links to
"likely to be 'id'": I don't think this is true. The DPDD data tables have table-specific names for these columns, e.g., "diaSourceId", "objectId", etc.
Ultimately we are going to be using this mechanism to link the real LSST data tables to the associated Footprints, probably by means of DataLink-based URLs for retrieving the Footprints, so we have to be able to join on the column names as we find them.