|
def | lsst.synpipe.matchFakes.combineWithForce (meas, force) |
|
def | lsst.synpipe.matchFakes.getMag (flux, fluxerr, zeropoint) |
|
def | lsst.synpipe.matchFakes.getEllipse (quad) |
|
def | lsst.synpipe.matchFakes.matchToFakeCatalog (sources, fakeCatalog) |
|
def | lsst.synpipe.matchFakes.getFakeMatchesHeader (cal_md, sources, tol=1.0) |
|
def | lsst.synpipe.matchFakes.getFakeMatchesRaDec (sources, radecCatFile, bbox, wcs, tol=1.0, reffMatch=False, pix=0.168, minRad=None, raCol='RA', decCol='Dec') |
|
def | lsst.synpipe.matchFakes.getFakeSources (butler, dataId, tol=1.0, extraCols=('zeropoint', 'visit', 'ccd'), includeMissing=False, footprints=False, radecMatch=None, multiband=False, reffMatch=False, pix=0.168, minRad=None, raCol='RA', decCol='Dec') |
|
def | lsst.synpipe.matchFakes.getAstroTable (src, mags=True) |
|
def | lsst.synpipe.matchFakes.returnMatchSingle (butler, slist, visit, ccd, filt=None, tol=1.0, pix=0.168, fakeCat=None, pixMatch=False, multiband=False, reffMatch=False, includeMissing=True, minRad=None, raCol='RA', decCol='Dec') |
|
def | lsst.synpipe.matchFakes.returnMatchTable (rootDir, visit, ccdList, outfile=None, fakeCat=None, overwrite=False, filt=None, tol=1.0, pixMatch=False, multiband=False, reffMatch=False, pix=0.168, multijobs=1, includeMissing=True, minRad=None, raCol='RA', decCol='Dec') |
|