Show
added a comment - Fix is trivial, so I self-reviewed and merged it. Example task runs OK now:
$ pipetask -b $CI_HSC_DIR/DATA/butler.yaml -i shared/ci_hsc -o coll-Z -d "Patch.patch=54" run -t rawToCalexpTask.RawToCalexpTask -t calexpToCoaddTask.CalexpToCoaddTask
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13fd4f2c00>]
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13fd4e8b90>]
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13db578618>]
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13fd4865a8>]
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13e23ffd50>]
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13d88e90d8>]
ctrl.mpexec.examples.rawToCalexpTask INFO: executing RawToCalexpTask: input=[<lsst.afw.image.exposure.exposure.ExposureU object at 0x7f13e24073e8>]
ctrl.mpexec.examples.calexpToCoaddTask INFO: executing calexpToCoaddTask: calexp=[DataId({instrument: HSC, detector: 17, visit: 903988}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion})), DataId({instrument: HSC, detector: 16, visit: 903986}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion})), DataId({instrument: HSC, detector: 18, visit: 903990}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion}))] coadd={abstract_filter: i, skymap: ci_hsc, tract: 0, patch: 54}
ctrl.mpexec.examples.calexpToCoaddTask INFO: executing calexpToCoaddTask: calexp=[DataId({instrument: HSC, detector: 16, visit: 903334}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion})), DataId({instrument: HSC, detector: 18, visit: 903338}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion})), DataId({instrument: HSC, detector: 0, visit: 903344}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion})), DataId({instrument: HSC, detector: 17, visit: 903336}, dimensions=DimensionGraph({Instrument, Detector, Visit}, joins={VisitDetectorRegion}))] coadd={abstract_filter: r, skymap: ci_hsc, tract: 0, patch: 54}
Hsin-Fang Chiang, thanks for report, this should be easy to fix. Note that pipe_supertask should not be used anymore, we have ctrl_mpexec as its replacement, and stac is replaced by pipetask.