lsst.jointcal  16.0-21-g96865c2+4
Namespaces | Functions
testUtils.py File Reference

Go to the source code of this file.

Namespaces

 lsst.jointcal.testUtils
 

Functions

def lsst.jointcal.testUtils.createTwoFakeCcdImages (num1=4, num2=4, seed=100, fakeCcdId=12, photoCalibMean1=1e-2, photoCalibMean2=1.2e-2)
 
def lsst.jointcal.testUtils.createFakeCcdImage (butler, visit, num, fluxFieldName, photoCalibMean=1e-2, photoCalibErr=1.0, fakeCcdId=12)
 
def lsst.jointcal.testUtils.createFakeCatalog (num, bbox, fluxFieldName, skyWcs=None, refCat=False)
 
def lsst.jointcal.testUtils.fillCatalog (schema, num, bbox, centroidKey, xErrKey, yErrKey, shapeKey, fluxFieldName, skyWcs=None, fluxErrFraction=0.05, refCat=False)
 
def lsst.jointcal.testUtils.getMeasuredStarsFromCatalog (catalog, pixToFocal)