LSSTDESC / descwl_coadd

Tools for coadding using the LSST DM software stack
GNU General Public License v3.0
2 stars 2 forks source link

Use existing warps to produce a coadd #79

Closed arunkannawadi closed 7 months ago

arunkannawadi commented 1 year ago

The current version of the code reads in a list of calexps and warps on the fly to produce a coadd. This can get expensive to generate cell-based coadds, where a calexp, or a smaller sub-image of it, needs to be repeated warped. Instead, the code should be able to read in the waps from disk and do the coaddition.