Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Team:Data Facility
Description
Reprocess the two WIDE tracts of the HSC RC1 dataset, as defined in DMTR-31 Sect. 4.1 , and the three tracts of the HSC RC2 dataset, as defined in DM-11345, using Stack w_2018_04. Steps include makeSkyMap.py, singleFrameDriver.py, mosaic.py, coaddDriver.py, and multiBandDriver.py (-DM-10129/-).DM-11020
Attachments
Issue Links
- relates to
-
DM-13436 Run pipe_analysis scripts with the RC2 data of w_2018_04
- Done
-
DM-13517 "IndexError: cannot do a non-empty take from an empty axes" in making coadd
- Done
-
DM-13396 Fix coadd mask propagation
- Done
-
DM-11345 Redefine HSC "RC" dataset for bi-weeklies processing
- Done
-
DM-13387 Update calibrations in /dataset/hsc/repo for sky subtraction and transmission curves
- Done
The w_2018_04 version of coaddDriver is broken:
File "/software/lsstsw/stack3_20171023/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'
This has been fixed in
DM-13396(this commit) that was merged after w_2018_04.For coaddDriver.py and beyond, I use a newer version of pipe_drivers 8ba6355.