Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Alert Production
Description
The frame= arg has been removed from afwDisplay.Mosaic.makeMosaic.
Robert Lupton 17:30
Use
disp = afwDisplay.Display(frame)
mos.makeMosaic(display=disp, title="Kernel Basis Images")
Attachments
Issue Links
- relates to
-
DM-21525 Compiler warning about catching polymorphic exceptions by value
- Done
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Gabor Kovacs [ gkovacs ] |
Description |
The {{frame=}} arg has been removed from {{afwDisplay.Mosaic.makeMosaic}}.
|
The {{frame=}} arg has been removed from {{afwDisplay.Mosaic.makeMosaic}}.
{quote}Robert Lupton 17:30 Use disp = afwDisplay.Display(frame) mos.makeMosaic(display=disp, title="Kernel Basis Images") {quote} |
Story Points | 1 | 2 |
Component/s | afw [ 10714 ] | |
Component/s | ip_diffim [ 10743 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Summary | Fix ip_diffim mosaic debug plots broken by Mosaic.makeMosaic signature change | Fix ip_diffim mosaic debug plots broken by Mosaic.makeMosaic signature change and compiler warning |
Reviewers | Tim Jenness [ tjenness ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Epic Link |
|
Team | Alert Production [ 10300 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Also contains a trivial fix of gcc-8 compiler warning (
DM-21525) in afw/math/Statistics.h:115.