Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Science Pipelines DM-S15-6
-
Team:Data Release Production
Description
Commands like
ds9.dot('xxxx', 100, 100, size=3)
|
ds9.dot('xxxx', 100, 120, fontFamily="times")
|
silently fail. The problem is that commands like
xpaset -p ds9 regions command '{text 100 100 # text=xxxx color=red font="times 12"}'
|
fail; you need to say font=times 12 normal
Simple workaround for a ds9 bug
git diff --stat master
python/lsst/afw/display/ds9Regions.py | 5 +++--
tests/testDs9.py | 14 ++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)