Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Facility
Description
Run
- visitAnalysis
- coaddAnalysis
- colorAnalysis
- compareVisitAnalysis
- compareCoaddAnalysis
with the w_2018_12 RC2 outputs from DM-13795
Attachments
Issue Links
- relates to
-
DM-13795 Reprocess RC2 with w_2018_12
- Done
visitAnalysis and compareVisitAnalysis are finished using the current master of pipe_analysis (commit 79af2c7 with w_2018_12).
The coadd level code failed due to the
DM-11162changes:Traceback (most recent call last):
result = task.run(dataRef, **kwargs)
hscRun=repoInfo.hscRun)
tractInfo=tractInfo, patchList=patchList, hscRun=hscRun)
plotTractOutline(axTopRight, tractInfo, patchList)
tractRa, tractDec = bboxToRaDec(tractInfo.getBBox(), tractInfo.getWcs())
coord = wcs.pixelToSky(p).toIcrs()