CFHT D3 reprocessing @ccin2p3 - LSSTDESC/ReprocessingTaskForce GitHub Wiki

Calibrated Exposures (processCcd.py)

Coaddition

  • Creating a Skymap
    • makeDiscreteSkyMap.py _parent/output --output _parent/output/coadd_dir @r.list --configfile makeSkyMapConfig.py
    • r.list : list of images (r band) used at the processCcd stage
    • output file of makeDiscreteSkyMap.py
  • Identify the list of (tract,patch) overlaping the region of interest
    • reportPatches.py _parent/output/coadd_dir --config raDecRange="211.888, 50.839, 217.497, 54.123" --id tract=0 patch=0,0 filter=r > patches.txt
    • output file
    • List of patches
    • Modification of the list of patches : sed -e 's/^/--id filter=r /' patches.txt > patches_r.txt
  • Adjust images to the sky map patches
    • makeCoaddTempExp.py _parent/output --output _parent/output/coadd_dir --id filter=r @patches_r.txt @r_mod.list --configfile makeCoaddTempExpConfig.py -j 4 where r_mod.list is obtained from r.list: sed -e 's/id/selectId filter=r /' r.list >& r_mod.list
  • [Skymap and Calexps] (https://github.com/DarkEnergyScienceCollaboration/ReprocessingTaskForce/tree/master/doc/images/SkyMap.pdf)(i band)