Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_drivers
-
Labels:None
-
Team:External
Description
Hsin-Fang Chiang asked:
In skyCorrection's logs, I see a lot of Unable to fit image for detector "1_47" into image of camera for the focus CCDs and ccd=9. That didn't seem too surprising as I didn't process the focus CCDs and ccd=9. But with a quick look at
DM-13437I'm not so sure. (DM-13437was merged before _06) Should I expect "Unable to get image for detector instead?
The reason is that visualizeVisit hasn't been updated along the same lines as constructCalibs.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Reviewers | Hsin-Fang Chiang [ hchiang2 ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Hsin-Fang Chiang, would you mind reviewing this, please?
price@pap-laptop:~/LSST/pipe_drivers (tickets/DM-13548=) $ git sub
commit e66b104805d93bb1efb7272186230ae7037006bc
Author: Paul Price <price@astro.princeton.edu>
Date: Tue Feb 13 17:41:46 2018 -0500
constructCalibs: use visualizeVisit
to construct the full-focal-plane image. This reduces code duplication.
python/lsst/pipe/drivers/constructCalibs.py | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
commit c14cb7376ad8bcd30c2c7f8d3d908e77e95bd615 (HEAD -> tickets/DM-13548, origin/tickets/DM-13548)
Author: Paul Price <price@astro.princeton.edu>
Date: Tue Feb 13 17:45:03 2018 -0500
visualizeVisit: provide dummy image if none available
Instead of providing a single-pixel image that will result in a
warning from makeImageFromCamera, we have the information to create
a dummy image of NANs that can do the job instead.
python/lsst/pipe/drivers/visualizeVisit.py | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)