|
lsst.ip.diffim g5706f010af+e3acc9a70f
|
Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::ip |
| namespace | lsst::ip::diffim |
| namespace | lsst.ip.diffim.getTemplate |
Functions | |
| def | lsst.ip.diffim.getTemplate.run (self, coaddExposures, bbox, wcs) |
Variables | |
| lsst.ip.diffim.getTemplate.detectorPolygon = geom.Box2D(inputs['bbox']) | |
| int | lsst.ip.diffim.getTemplate.overlappingArea = 0 |
| list | lsst.ip.diffim.getTemplate.coaddExposureList = [] |
| lsst.ip.diffim.getTemplate.dataId = coaddRef.dataId | |
| lsst.ip.diffim.getTemplate.patchWcs = inputs['skyMap'][dataId['tract']].getWcs() | |
| lsst.ip.diffim.getTemplate.patchBBox = inputs['skyMap'][dataId['tract']][dataId['patch']].getOuterBBox() | |
| lsst.ip.diffim.getTemplate.patchCorners = patchWcs.pixelToSky(geom.Box2D(patchBBox).getCorners()) | |
| lsst.ip.diffim.getTemplate.patchPolygon = afwGeom.Polygon(inputs['wcs'].skyToPixel(patchCorners)) | |