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
Namespaces | Functions | Variables
basicUtils.py File Reference

Go to the source code of this file.

Namespaces

 lsst.afw.image.basicUtils
 

Functions

def lsst.afw.image.basicUtils.makeImageFromArray
 
def lsst.afw.image.basicUtils.makeMaskFromArray
 
def lsst.afw.image.basicUtils.makeMaskedImageFromArrays
 
def lsst.afw.image.basicUtils._compareWcsOverBBox
 Compare two WCS over a rectangular grid of pixel positions. More...
 
def lsst.afw.image.basicUtils.wcsNearlyEqualOverBBox
 Return True if two WCS are nearly equal over a grid of pixel positions, else False. More...
 
def lsst.afw.image.basicUtils.assertWcsNearlyEqualOverBBox
 Compare pixelToSky and skyToPixel for two WCS over a rectangular grid of pixel positions. More...
 

Variables

list lsst.afw.image.basicUtils.__all__
 
dictionary lsst.afw.image.basicUtils.suffixes = {str(numpy.uint16): "U", str(numpy.int32): "I", str(numpy.float32): "F", str(numpy.float64): "D"}