Skip to content

lsst/display_firefly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

display_firefly

Implementation of the afw.display interface for the Firefly backend.

Firefly is IPAC's toolkit for construction of astronomical data user interfaces.

Pointers to more information

Dependencies

In addition to its eups-declared dependencies, display_firefly requires the firefly_client Python module to be available. In the Rubin build environment, this is treated as an external dependency, managed via Conda and supplied via the rubin-env mechanism.

Usage

Usage is described in detail in the documentation. However, in many cases the following is sufficient to set up a Firefly display for use with the back-end-agnostic afw.display interface:

import lsst.afw.display as afwDisplay
afwDisplay.setDefaultBackend('firefly')
afw_display = afwDisplay.Display(frame=1)