lsst.coadd.utils  13.0-4-g4231ded+17
 All Classes Namespaces Files Functions Variables Pages
Functions | Variables
lsst.coadd.utils.makeBitMask Namespace Reference

Functions

def makeBitMask
 

Variables

list __all__ = ["makeBitMask"]
 

Function Documentation

def lsst.coadd.utils.makeBitMask.makeBitMask (   maskPlaneNameList,
  doInvert = False 
)
Generate a bit mask consisting of ORed together Mask bit planes

@deprecated use afwImage.Mask.getPlaneBitMask(maskPlaneNameList) instead.

@input[in] maskPlaneNameList: list of mask plane names
@input[in] doInvert: if True then invert the result

@return a bit mask consisting of the named bit planes ORed together (with the result possibly inverted)

Definition at line 28 of file makeBitMask.py.

Variable Documentation

list lsst.coadd.utils.makeBitMask.__all__ = ["makeBitMask"]

Definition at line 25 of file makeBitMask.py.