Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: display_firefly
-
Labels:None
-
Story Points:14
-
Epic Link:
-
Sprint:SUIT Sprint 2018-10, SUIT Sprint 2018-11
-
Team:Science User Interface
Description
Implement functionality as part of the display_firefly backend to enable drawing footprints on an image, a custom method of the Display object.
The overlayFootprints method will take the SourceCatalog instance as a required arguments, and will upload a table object that Firefly will understand to contain LSST detection footprints for drawing. Functionality will be added for setting the layout to place the image at upper left and the table at bottom in the Firefly display, similar to IRSA's Gator layout.
The example notebook is https://github.com/lsst/display_firefly/blob/master/examples/HSC-Footprints.ipynb
Attachments
Issue Links
- has to be finished together with
-
DM-16035 Link source table and footprints by id column
- Done
- relates to
-
DM-16451 Fix color parameter names for overlaying footprints
- Done
-
DM-16518 Write footprints table for Firefly viewer in binary2 format
- Done
-
DM-15824 Implement zoom-to-footprint functionality
- Won't Fix
-
DM-16441 Speed up creation of footprints table for Firefly
- Done
-
DM-15332 Create prototype of JSON for afwDetect footprints
- Done
- mentioned in
-
Page Loading...
There is a large function to convert the afwTable.SourceCatalog into an astropy.vo.VOTableFile that Firefly uses draw the detection footprints and link them to the table. An example notebook has been provided.
Final review probably ought to wait until we have the updated Firefly server and firefly_client available for testing from the lsst-lspdev science platform.