Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:DRP F18-6
-
Team:Data Release Production
Description
coaddAnalysis with HSC-RC2 tract=9615 filter=HSC-R data gave the following error:
Traceback (most recent call last):
|
File "/software/lsstsw/stack_20181012/stack/miniconda3-4.5.4-fcd27eb/Linux64/pipe_base/16.0-13-gb122224+8/python/lsst/pipe/base/cmdLineTask.py", line 388, in __call__
|
result = self.runTask(task, dataRef, kwargs)
|
File "/software/lsstsw/stack_20181012/stack/miniconda3-4.5.4-fcd27eb/Linux64/pipe_base/16.0-13-gb122224+8/python/lsst/pipe/base/cmdLineTask.py", line 447, in runTask
|
return task.runDataRef(dataRef, **kwargs)
|
File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 334, in runDataRef
|
postFix="_unforced")
|
File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 577, in plotSizes
|
labeller=StarGalaxyLabeller(), flagsCat=flagsCat,
|
File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/analysis.py", line 104, in __init__
|
self.good = np.isfinite(self.quantity) & np.isfinite(self.mag) if self.quantity is not None else None
|
ValueError: operands could not be broadcast together with shapes (23872,) (23873,)
|
Other tracts/filters in HSC-RC2 finish without errors. A command to reproduce is
coaddAnalysis.py /datasets/hsc/repo/ --calib /datasets/hsc/repo/CALIB --rerun RC/w_2018_42/DM-16095:private/user/name/coaddAnalysis --id tract=9615 filter=HSC-R
|
This used to finish fine in early September with w_2018_36 (before the DM-15869 issue).
I'm not sure if my comment is relevant either. It just seemed weird that two bug reports appeared close to each complaining about mismatched data arrays being combined.