PYME.Analysis.points.DistHist.distHist module¶
- PYME.Analysis.points.DistHist.distHist.distanceHistogram()¶
Generate a histogram of pairwise distances between two sets of points. . Arguments are: ‘x1’, ‘y1’, ‘x2’, ‘y2’, ‘nBins’= 1e3, ‘binSize’ = 1
- PYME.Analysis.points.DistHist.distHist.distanceHistogram3D()¶
Generate a histogram of pairwise distances between two sets of points. . Arguments are: ‘x1’, ‘y1’, ‘z1’, ‘x2’, ‘y2’, ‘z2’, ‘nBins’= 1e3, ‘binSize’ = 1
- PYME.Analysis.points.DistHist.distHist.distanceProduct()¶
Generate a histogram of pairwise distances between two sets of points. . Arguments are: ‘x1’, ‘y1’, ‘x2’, ‘y2’, ‘nBins’= 1e3, ‘binSize’ = 1
- PYME.Analysis.points.DistHist.distHist.msdHistogram()¶
calculate a histogram of msd vs time. . Arguments are: ‘x’, ‘y’, ‘t’, ‘nBins’= 1e3, ‘binSize’ = 1
- PYME.Analysis.points.DistHist.distHist.vectDistanceHistogram3D()¶
Generate a histogram of pairwise distances between two sets of points. . Arguments are: ‘x1’, ‘y1’, ‘z1’, ‘x2’, ‘y2’, ‘z2’, ‘nBins’= 1e3, ‘binSize’ = 1