Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP F18-2
-
Team:Data Release Production
Description
Using w_2018_28 and pipe_analysis at commit ebd48cf, coaddAnalysis.py failed in the COSMOS tract=9813 filters HSC-G, HSC-R, HSC-Z, and HSC-Y:
Traceback (most recent call last):
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/16.0-2-g852da13+6/python/lsst/pipe/base/cmdLineTask.py", line 392, in __call__ |
result = task.run(dataRef, **kwargs)
|
File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 348, in run |
hscRun=repoInfo.hscRun, wcs=repoInfo.wcs)
|
File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 450, in readSrcMatches |
if not hasattr(matches[0].first, "schema"): |
IndexError: list index out of range
|
The command I ran was
coaddAnalysis.py /datasets/hsc/repo/ --calib /datasets/hsc/repo/CALIB --rerun RC/w_2018_28/DM-14988 --id tract=9813 filter=HSC-G -c doWriteParquetTables=True
(and 3 other filters)
Attachments
Issue Links
- relates to
-
DM-15119 Run pipe_analysis and validate_drp with w_2018_28 HSC RC2 outputs
- Done
Activity
Field | Original Value | New Value |
---|---|---|
Risk Score | 0 |
Description |
Using {{w_2018_28}} and {{pipe_analysis}} at commit {{ebd48cf}}, {{coaddAnalysis.py}} failed in filters HSC-G, HSC-R, HSC-Z, and HSC-Y:
{code:java} Traceback (most recent call last): File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/16.0-2-g852da13+6/python/lsst/pipe/base/cmdLineTask.py", line 392, in __call__ result = task.run(dataRef, **kwargs) File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 348, in run hscRun=repoInfo.hscRun, wcs=repoInfo.wcs) File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 450, in readSrcMatches if not hasattr(matches[0].first, "schema"): IndexError: list index out of range {code} The command I ran was {{coaddAnalysis.py /datasets/hsc/repo/ --calib /datasets/hsc/repo/CALIB --rerun RC/w_2018_28/ (and 3 other filters) |
Using {{w_2018_28}} and {{pipe_analysis}} at commit {{ebd48cf}}, {{coaddAnalysis.py}} failed in the COSMOS tract=9813 filters HSC-G, HSC-R, HSC-Z, and HSC-Y:
{code:java} Traceback (most recent call last): File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/16.0-2-g852da13+6/python/lsst/pipe/base/cmdLineTask.py", line 392, in __call__ result = task.run(dataRef, **kwargs) File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 348, in run hscRun=repoInfo.hscRun, wcs=repoInfo.wcs) File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/coaddAnalysis.py", line 450, in readSrcMatches if not hasattr(matches[0].first, "schema"): IndexError: list index out of range {code} The command I ran was {{coaddAnalysis.py /datasets/hsc/repo/ --calib /datasets/hsc/repo/CALIB --rerun RC/w_2018_28/ (and 3 other filters) |
Watchers | Hsin-Fang Chiang [ Hsin-Fang Chiang ] | Hsin-Fang Chiang, Lauren MacArthur [ Hsin-Fang Chiang, Lauren MacArthur ] |
Assignee | Lauren MacArthur [ lauren ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Hsin-Fang Chiang [ hchiang2 ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Epic Link |
|
Sprint | DRP F18-2 [ 756 ] | |
Story Points | 2 | |
Team | Data Release Production [ 10301 ] |
Risk Score | 0 | 1 |
So far I am unable to reproduce the failed coaddAnalysis issues. I tried running the current master (just a trivial commit ahead of where you ran it) on just a handful of patches of HSC-G:
coaddAnalysis.py /datasets/hsc/repo --rerun=RC/w_2018_28/DM-14988:private/lauren/testing6 --id filter=HSC-G tract=9813 --no-versions -c doWriteParquetTables=False
and matches were successfully found.
I'm now running the full tract for HSC-G and HSC-I to see what happens.