New Firefly API links

The Firefly repository is
Caltech-IPAC/firefly on GitHub

API documentation is linked from the first page README.

The standalone firefly with embedded tomcat server is in
Releases

Assuming the tomcat server is running locally on port 8080,

http://localhost:8080/firefly - brings the front page
http://localhost:8080/firefly/demo/ffapi-2images.html - basic example demonstrating how to work with images, show the regions, and track the mouse via API
http://localhost:8080/firefly/demo/ffapi-highlevel-test.html - much less tidy but more complete showcase of current API functions

NOTE: Please, note the change fftools->firefly

1 Like

@tony_johnson - Firefly master branch is updated and the new version is released today. You might want to rebuild Firefly at SLAC. See Caltech-IPAC/firefly on GitHub.

I think it is updated,

http://lsst-camera.slac.stanford.edu/firefly/
http://lsst-camera.slac.stanford.edu/firefly/jsdoc/

Yes, it’s updated. @jbpagliuco you can see both demo pages now:

http://lsst-camera.slac.stanford.edu/firefly/demo/ffapi-2images.html
http://lsst-camera.slac.stanford.edu/firefly/demo/ffapi-highlevel-test.html

and here is the one for overlapping histograms:
http://lsst-camera.slac.stanford.edu/firefly/demo/ffapi-highlevel-charttest.html