Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:AP F18-6
-
Team:Alert Production
Description
Bug encountered while trying to test the new astro metadata package that fixes obs_decam observatory longitude:
dcrAssembleCoadd FATAL: Failed on dataId=DataId(initialdata={'filter': 'g', 'patch': '0,0', 'tract': 0}, tag=set()): ValueError: operands could not be broadcast together with shapes (2003,2003) (2000,2000) (2003,2003)
|
Traceback (most recent call last):
|
File "/Users/sullivan/LSST/code/eups_distrib/stack/miniconda3-4.5.4-fcd27eb/DarwinX86/pipe_base/16.0-13-gb122224+4/python/lsst/pipe/base/cmdLineTask.py", line 388, in __call__
|
result = self.runTask(task, dataRef, kwargs)
|
File "/Users/sullivan/LSST/code/eups_distrib/stack/miniconda3-4.5.4-fcd27eb/DarwinX86/pipe_base/16.0-13-gb122224+4/python/lsst/pipe/base/cmdLineTask.py", line 447, in runTask
|
return task.runDataRef(dataRef, **kwargs)
|
File "/Users/sullivan/LSST/code/eups_distrib/stack/miniconda3-4.5.4-fcd27eb/DarwinX86/pipe_base/16.0-13-gb122224+4/python/lsst/pipe/base/timer.py", line 149, in wrapper
|
res = func(self, *args, **keyArgs)
|
File "/Users/sullivan/LSST/code/eups_distrib/build/pipe_tasks/python/lsst/pipe/tasks/dcrAssembleCoadd.py", line 217, in runDataRef
|
results = AssembleCoaddTask.runDataRef(self, dataRef, selectDataList=selectDataList)
|
File "/Users/sullivan/LSST/code/eups_distrib/stack/miniconda3-4.5.4-fcd27eb/DarwinX86/pipe_base/16.0-13-gb122224+4/python/lsst/pipe/base/timer.py", line 149, in wrapper
|
res = func(self, *args, **keyArgs)
|
File "/Users/sullivan/LSST/code/eups_distrib/build/pipe_tasks/python/lsst/pipe/tasks/assembleCoadd.py", line 361, in runDataRef
|
inputData.weightList, supplementaryData=supplementaryData)
|
File "/Users/sullivan/LSST/code/eups_distrib/build/pipe_tasks/python/lsst/pipe/tasks/dcrAssembleCoadd.py", line 378, in run
|
modelWeights)
|
File "/Users/sullivan/LSST/code/eups_distrib/build/pipe_tasks/python/lsst/pipe/tasks/dcrAssembleCoadd.py", line 521, in dcrAssembleSubregion
|
maskedImage.image.array *= modelWeights
|
ValueError: operands could not be broadcast together with shapes (2003,2003) (2000,2000) (2003,2003)
|
Attachments
Issue Links
- relates to
-
DM-16253 Switch obs_decam and obs_cfht to astro_metadata_translator
- Done