lsst.afw g5c39d4753b+2b91704afc
Namespaces | Functions
utils.py File Reference

Go to the source code of this file.

Namespaces

namespace  lsst
 A base class for image defects.
 
namespace  lsst::afw
 
namespace  lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 
namespace  lsst.afw.image.utils
 

Functions

def lsst.afw.image.utils.clipImage (im, minClip, maxClip)
 
def lsst.afw.image.utils.resetFilters ()
 
def lsst.afw.image.utils.defineFilter (name, lambdaEff, lambdaMin=np.nan, lambdaMax=np.nan, alias=[], force=False)
 
def lsst.afw.image.utils.getProjectionIndices (imageBBox, targetBBox)
 
def lsst.afw.image.utils.projectImage (image, bbox, fill=0)