|
lsst.afw gf03f0b42f3+45adbcf3d0
|
Classes | |
| class | Warper |
| class | WarperConfig |
Functions | |
| computeWarpedBBox (destWcs, srcBBox, srcWcs) | |
Variables | |
| int | _DefaultInterpLength = 10 |
| int | _DefaultCacheSize = 1000000 |
| lsst.afw.math._warper.computeWarpedBBox | ( | destWcs, | |
| srcBBox, | |||
| srcWcs ) |
Compute the bounding box of a warped image.
The bounding box includes all warped pixels and it may be a bit oversize.
Parameters
----------
destWcs : `lsst.afw.geom.SkyWcs`
WCS of warped exposure
srcBBox : `lsst.geom.Box2I`
parent bounding box of unwarped image
srcWcs : `lsst.afw.geom.SkyWcs`
WCS of unwarped image
Returns
-------
destBBox: `lsst.geom.Box2I`
bounding box of warped exposure
Definition at line 32 of file _warper.py.
|
protected |
Definition at line 62 of file _warper.py.
|
protected |
Definition at line 61 of file _warper.py.