Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:DRP F17-6
-
Team:Data Release Production
Description
This message means that no psfMatched warps were found, and a static sky model could not be built but a user might not deduce that from:
```Traceback (most recent call last):
File "/software/lsstsw/stack/Linux64/ctrl_pool/13.0-6-gf96f8ec+54/python/lsst/ctrl/pool/parallel.py", line 496, in logOperation
yield
File "/software/lsstsw/stack/Linux64/pipe_drivers/13.0-21-g61c0bd4+9/python/lsst/pipe/drivers/coaddDriver.py", line 261, in coadd
coaddResults = self.assembleCoadd.run(patchRef, selectDataList)
File "/software/lsstsw/stack/Linux64/pipe_base/13.0-14-g8b3bf66+40/python/lsst/pipe/base/timer.py", line 150, in wrapper
res = func(self, *args, **keyArgs)
File "/home/yusra/lsst_devel/LSST/DMS/pipe_tasks/python/lsst/pipe/tasks/assembleCoadd.py", line 388, in run
supplementaryData = self.makeSupplementaryData(dataRef, selectDataList)
File "/home/yusra/lsst_devel/LSST/DMS/pipe_tasks/python/lsst/pipe/tasks/assembleCoadd.py", line 1629, in makeSupplementaryData
templateCoadd = self.assembleStaticSkyModel.run(dataRef, selectDataList).coaddExposure
AttributeError: 'NoneType' object has no attribute 'coaddExposure'```
Users are going to see this often if we switch CompareWarpAssemble on as the default and try to run assemble on a previous repo with directWarps but no psfMatchedWarps