lsst.jointcal  19.0.0-10-g4a5fae6
Namespaces | Functions
testUtils.py File Reference

Go to the source code of this file.

Namespaces

 lsst.jointcal.testUtils
 

Functions

def lsst.jointcal.testUtils.canRunTests ()
 
def lsst.jointcal.testUtils.createTwoFakeCcdImages (num1=4, num2=4, seed=100, fakeCcdId=12, photoCalibMean1=1e-2, photoCalibMean2=1.2e-2, fakeWcses=(None, None), fakeVisitInfos=(None, None))
 
def lsst.jointcal.testUtils.createFakeCcdImage (butler, visit, num, fluxFieldName, photoCalibMean=1e-2, photoCalibErr=1.0, fakeCcdId=12, fakeWcs=None, fakeVisitInfo=None)
 
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)