LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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"}