Go to the source code of this file.
|
| def | lsst.pipe.tasks.coaddBase.getSkyInfo (coaddName, patchRef) |
| | Return the SkyMap, tract and patch information, wcs, and outer bbox of the patch to be coadded. More...
|
| |
| def | lsst.pipe.tasks.coaddBase.makeSkyInfo (skyMap, tractId, patchId) |
| |
| def | lsst.pipe.tasks.coaddBase.scaleVariance (maskedImage, maskPlanes, log=None) |
| | Scale the variance in a maskedImage. More...
|
| |
| def | lsst.pipe.tasks.coaddBase.makeCoaddSuffix (warpType="direct") |
| |
| def | lsst.pipe.tasks.coaddBase.reorderAndPadList (inputList, inputKeys, outputKeys, padWith=None) |
| |