trackpy.predict

Tools to improve tracking performance by guessing where a particle will appear next.

Functions

instrumented([limit])

Decorate a predictor class and allow it to record inputs and outputs.

null_predict(t1, particles)

predictor(predict_func)

Decorator to vectorize a predictor function for a single particle.

Classes

ChannelPredict(bin_size[, flow_axis, ...])

Predict a particle's position based on its spanwise coordinate in a channel.

DriftPredict([initial_guess, pos_columns, span])

Predict a particle's position based on the mean velocity of all particles.

NearestVelocityPredict([...])

Predict a particle's position based on the most recent nearby velocity.

NullPredict()

Predict that particles will not move.