trackpy.framewise_data

Functions

code_key(frame_no)

Turn the frame_no into a 'natural name' string idiomatic of HDFStore

decode_key(key)

Classes

FramewiseData()

Abstract base class defining a data container with framewise access.

PandasHDFStore(filename[, mode, t_column])

An interface to an HDF5 file with framewise access, using pandas.

PandasHDFStoreBig(filename[, mode, t_column])

Like PandasHDFStore, but keeps a cache of frame numbers.

PandasHDFStoreSingleNode(filename[, key, ...])

An interface to an HDF5 file with framewise access, using pandas, that is faster for cross-frame queries.