Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP F18-3
-
Team:Data Release Production
Description
To reproduce, run:
processCcd.py /datasets/hsc/repo/ --rerun private/user/name --id visit=36234 ccd=24 |
It finished successfully using w_2018_26, but failed using w_2018_27 or w_2018_28 with the following:
processCcd FATAL: Failed on dataId={'visit': 36234, 'ccd': 24, 'field': 'SSP_WIDE', 'dateObs': '2015-07-21', 'pointing': 1297, 'filter': 'HSC-I', 'taiObs': '2015-07-21', 'expTime': 200.0}: RuntimeError: Unable to measure aperture correction for required algorithm 'modelfit_CModel_exp': only 1 sources, but require at least 2. |
Traceback (most recent call last):
|
File "/ssd/lsstsw/stack3_20171021/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 "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/16.0-2-g852da13+6/python/lsst/pipe/base/timer.py", line 150, in wrapper |
res = func(self, *args, **keyArgs)
|
File "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_tasks/16.0-4-g08dccf71+3/python/lsst/pipe/tasks/processCcd.py", line 188, in run |
doUnpersist=False,
|
File "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/16.0-2-g852da13+6/python/lsst/pipe/base/timer.py", line 150, in wrapper |
res = func(self, *args, **keyArgs)
|
File "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_tasks/16.0-4-g08dccf71+3/python/lsst/pipe/tasks/characterizeImage.py", line 349, in run |
background=background,
|
File "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/16.0-2-g852da13+6/python/lsst/pipe/base/timer.py", line 150, in wrapper |
res = func(self, *args, **keyArgs)
|
File "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_tasks/16.0-4-g08dccf71+3/python/lsst/pipe/tasks/characterizeImage.py", line 428, in characterize |
apCorrMap = self.measureApCorr.run(exposure=dmeRes.exposure, catalog=dmeRes.sourceCat).apCorrMap
|
File "/ssd/lsstsw/stack3_20171021/stack/miniconda3-4.3.21-10a4fa6/Linux64/meas_algorithms/16.0-6-g2dd73041+3/python/lsst/meas/algorithms/measureApCorr.py", line 245, in run |
(name, len(subset2), self.config.minDegreesOfFreedom+1)) |
RuntimeError: Unable to measure aperture correction for required algorithm 'modelfit_CModel_exp': only 1 sources, but require at least 2. |
Attachments
Issue Links
- relates to
-
DM-14988 Reprocess RC2 with w_2018_28
- Done
On Slack, Jim Bosch mentioned
DM-14172did changes in CModel. But then we realizedDM-14172was in w_2018_26 already. Jim also noted that "DM-15023might have done something, but should have only have made changes within round-off error (so could only be in play if this image was already very marginal)."