trackpy.static

Functions

arclen_2d_bounded(dist, pos, box)

area_3d_bounded(dist, pos, box)

Calculated using the surface area of a sphere equidistant to a certain point.

circle_cap_arclen(h, r)

Length of a circle arc of circle with radius R that is bounded by a straight line h from the origin.

circle_corner_arclen(h1, h2, r)

Length of a circle arc of circle with radius R that is bounded by two perpendicular straight lines h1 and h2 from the origin.

cluster(f, separation[, pos_columns, t_column])

Cluster features from one or several frames.

cluster_iter(f, separation[, pos_columns, ...])

Cluster features, returns generator iterating over frames.

pair_correlation_2d(feat, cutoff[, ...])

Calculate the pair correlation function in 2 dimensions.

pair_correlation_3d(feat, cutoff[, ...])

Calculate the pair correlation function in 3 dimensions.

proximity(features[, pos_columns])

Find the distance to each feature's nearest neighbor.

sphere_cap_area(h, r)

Area of a sphere cap of sphere with radius R that is bounded by a flat plane h from the origin.

sphere_corner_area(x, y, z, r)

Area of a sphere 'corner' of sphere with radius R that is bounded by three perpendicular flat planes h0, h1, h2 from the origin.

sphere_edge_area(x, y, r)

Area of a sphere 'edge' of sphere with radius R that is bounded by two perpendicular flat planes h0, h1 from the origin.

Classes

Clusters(indices)

Class that clusters features.