Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:None
-
Epic Link:
-
Team:Alert Production
Description
From Slack:
Following the Getting started pipeline tutorial step-by-step, I get a `No locations for get: datasetType:deepCoadd_deblendedFlux_schema` exception in task `measureCoaddSources.py` (lsstsw: w.2018.40 ).
@fred3m Does it look like just a data file error or may be connected to the recent DM-15104 (git blame suggested https://github.com/lsst/pipe_tasks/pull/211 )?
tutorial_error.txt
(lsst-scipipe) gkovacs@gkovacs-lsst-desktop:/ssd/gkovacs/devel/tutorial$ measureCoaddSources.py DATA --rerun coaddPhot --id filter=HSC-R
root INFO: Loading config overrride file '/ssd/gkovacs/devel/lsstsw/stack/Linux64/obs_subaru/16.0-26-ga2c1bb6b+6/config/measureCoaddSources.py'
root INFO: Loading config overrride file '/ssd/gkovacs/devel/lsstsw/stack/Linux64/obs_subaru/16.0-26-ga2c1bb6b+6/config/hsc/measureCoaddSources.py'
CameraMapper INFO: Loading exposure registry from /ssd/gkovacs/devel/tutorial/DATA/registry.sqlite3
CameraMapper INFO: Loading calib registry from /ssd/gkovacs/devel/tutorial/DATA/CALIB/calibRegistry.sqlite3
SQuaRE Bot APP [9:35 PM]
DM-15104: `Done` Move SourceDeblendTask out of MeasureCoaddSources
Fred MoolekampJul 13th
Hsin-Fang Chiang [9:40 PM]
@Gabor Kovacs It looks like the tutorial wasn't updated with the new pipeline changes. Try adding something like
`deblendCoaddSources.py DATA --rerun coaddPhot --id filter=HSC-R` before the `measureCoaddSources.py` step.
Doing docs updates together with #
DM-16182.