Hi,
I’m trying to stack some HSC data using the LSST stack, and while running coaddDriver get lots of repeated errors like this:
142540 INFO 2018-03-05T18:29:41.167-0600 coaddDriver: trantor:142540: Start detection on DataId(initialdata={'tract': 0, 'filter': 'HSC-Z', 'patch': '2,3'}, tag=set())
142540 WARN 2018-03-05T18:29:41.182-0600 coaddDriver: trantor:142540: Caught TypeError while detection on DataId(initialdata={'tract': 0, 'filter': 'HSC-Z', 'patch': '2,3'}, tag=set()): runDetection() missing 1 required positional argument: 'expId'
142540 INFO 2018-03-05T18:29:41.187-0600 coaddDriver: trantor:142540: Traceback:
Traceback (most recent call last):
File "/opt/lsst/lsst_stack/stack/miniconda3-4.3.21-10a4fa6/Linux64/ctrl_pool/14.0-1-ga2912ff+25/python/lsst/ctrl/pool/parallel.py", line 496, in logOperation
yield
File "/opt/lsst/lsst_stack/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_drivers/6.0b0-hsc-13-g219e95d+3/python/lsst/pipe/drivers/coaddDriver.py", line 315, in coadd
detResults = self.detectCoaddSources.runDetection(coadd, idFactory)
TypeError: runDetection() missing 1 required positional argument: 'expId'
For background information, I’m running LSST version w_2018_04, installed via the new_install.sh method on a SuSELinux Xeon Phi system. Data have been reduced using the singleFrameDriver method, followed by makeDiscreteSkyMap, and the full command for coaddDriver is listed below.
coaddDriver.py $(HOME) --rerun run1 \
--id tract=0 filter='HSC-Z' \
--selectId expTime=240 filter='HSC-Z' \
--job=stack_z --cores=230 \
-c makeCoaddTempExp.doApplySkyCorr=True \
--config assembleCoadd.doApplyUberCal=False makeCoaddTempExp.doApplyUberCal=False \
--clobber-config
(Note: I’ve added the --clobber-config to avoid problems with the missing meas_mosaic package).
Checking the already created output, all warp’ed and psfMatchedWarp’ed files seem to exist (at least there’s a whole lot of them), just not a single calExp frame yet.
Any help on how to fix or work-around this would be much appreciated. Let me know if you need more program output, system vars, etc.
Thanks
Ralf