Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:SUIT Sprint 2016-11, SUIT Sprint 2016-12, SUIT Sprint 2017-01, SUIT Sprint 2017-2, SUIT Sprint 2017-3
-
Team:Science User Interface
Description
afw.display.setDefaultBackend("firefly") will attempt to connect to a Firefly server running on localhost:8080. If no connection is possible, the command fails. For cases when a remote server or alternate port are desired, setDefaultBackend will be modified to accept optional arguments.
Meanwhile, the workaround is to use afwDisplay.Display(frame=n, host=xxx, port=yyyy) to connect to a remote Firefly server.
Attachments
Issue Links
- relates to
-
DM-7321 Adapt display_firefly to new Firefly API, and to py3
- Done