WarperConfig#
- class lsst.afw.math.WarperConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
cacheSizeargument tolsst.afw.math.SeparableKernel.computeCache(int, default1000000)mask bits to grow to full width of image/variance kernel, (
int, default16)interpLengthargument tolsst.afw.math.warpExposure(int, default10)Warping kernel for mask (use
warpingKernelNameif '') (str, default'bilinear')Warping kernel (
str, default'lanczos3')Attributes Documentation
- cacheSize#
cacheSizeargument tolsst.afw.math.SeparableKernel.computeCache(int, default1000000)
- growFullMask#
mask bits to grow to full width of image/variance kernel, (
int, default16)
- interpLength#
interpLengthargument tolsst.afw.math.warpExposure(int, default10)
- maskWarpingKernelName#
Warping kernel for mask (use
warpingKernelNameif ‘’) (str, default'bilinear')Allowed values:
''use the regular warping kernel for the mask plane, as well as the image and variance planes
'bilinear'bilinear interpolation
'lanczos3'Lanczos kernel of order 3
'lanczos4'Lanczos kernel of order 4
'lanczos5'Lanczos kernel of order 5
'None'Field is optional
- warpingKernelName#
Warping kernel (
str, default'lanczos3')Allowed values:
'bilinear'bilinear interpolation
'lanczos3'Lanczos kernel of order 3
'lanczos4'Lanczos kernel of order 4
'lanczos5'Lanczos kernel of order 5
'None'Field is optional