PYME.LMVis.rendGauss module¶
- PYME.LMVis.rendGauss.Gauss2D(Xv, Yv, A, x0, y0, s)¶
- PYME.LMVis.rendGauss.gaussKernel(kernel_size=21, sigma=3)¶
Returns a 2D Gaussian kernel :param kernel_size: should not be even :param sigma: sigma of the gaussian :return: array containing the gaussian values
- PYME.LMVis.rendGauss.rendGauss(res, X, Y, roiSize=5, errScale=1, cutoffErr=10, cutoffSigma=3)¶
- PYME.LMVis.rendGauss.rendGaussNested(res, X, Y, roiSize=5, errScale=1, cutoffErr=[0, 100], cutoffSigma=[85.1063829787234, 170.2127659574468], cutoffA=[10, 200])¶
- PYME.LMVis.rendGauss.rendGaussNestedPS(res, X, Y, roiSize=5, errScale=1, cutoffErr=10, cutoffZ0=1000, cutoffA=0.02)¶
- PYME.LMVis.rendGauss.rendGaussNestedXYCorr(res, X, Y, roiSize=5, errScale=1, cutoffErr=100, cutoffSigma=170.2127659574468)¶
- PYME.LMVis.rendGauss.rendGaussP(x, y, sx, X, Y, roiSize=5, errScale=1, cutoffErr=10, cutoffSigma=3)¶
- PYME.LMVis.rendGauss.rendHist(xs, ys, dsShape, pixSize=1)¶
- PYME.LMVis.rendGauss.rendHistF(res, X, Y, roiSize=5, errScale=1, cutoffErr=10, cutoffSigma=3)¶