LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Classes | |
class | WarperConfig |
class | Warper |
Functions | |
def | computeWarpedBBox |
Variables | |
list | __all__ = ["Warper", "WarperConfig"] |
int | _DefaultInterpLength = 10 |
int | _DefaultCacheSize = 0 |
def 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. @param destWcs: WCS of warped exposure @param srcBBox: parent bounding box of unwarped image @param srcWcs: WCS of unwarped image @return destBBox: bounding box of warped exposure
Definition at line 30 of file warper.py.
list lsst.afw.math.warper.__all__ = ["Warper", "WarperConfig"] |