Module trackpal.utils

General helper and utility functions

Functions

def abline(intercept, slope, col='k', label='')

Plot a line from slope and intercept

def blub()
def defdict2array(defdict, agg=<function mean>)
def fit_line(taus, msd, sem, clip_first=0.25)
def fit_parabola(x, y, clip=0.25)
def parabola(t, D, V)

Classes

class IdAttrs (track='TrackID', frame='FRAME', time='TIME', xy=['Position X', 'Position Y'])

IDsTrackPal(track, frame, time, xy)

Ancestors

  • builtins.tuple

Instance variables

var frame

Alias for field number 1

var time

Alias for field number 2

var track

Alias for field number 0

var xy

Alias for field number 3