trackpy.utils¶
Functions
|
A generator that stops on a KeyboardInterrupt |
|
Sets the default position column names |
|
Sets the default size column names |
|
Extract a pattern from a string. |
|
Fit a powerlaw by doing a linear regression in log space. |
|
Returns the appropriate pool and map functions if multiprocessing needs to be used, otherwise None, map. |
|
Guess the position columns from a given feature DataFrame |
|
Send INFO-level log messages to stdout. |
|
Reset to factory default logging configuration; remove trackpy's handler. |
|
Determine whether all elements of a value are equal |
|
Regularize a lazy timestamp like '0:37' -> '00:00:37'. |
|
Configure Pandas to raise an exception for "chained assignments." |
|
Pass sort = False. |
|
Use sort_values() to sort a DataFrame This raises a ValueError if the given value is both a column and an index label, i.e.: ValueError: 'frame' is both an index level and a column label, which is ambiguous. |
|
Suppress trackpy information log messages. |
|
|
|
|
|
|
|
Returns a scalar from scipy.stats.mode(). |
|
|
|
Convert a time interval string into a timedelta type. |
|
Convert timedelta times into frame numbers. |
|
Convert a timestamp string to a datetime type. |
|
Classes
|
A StreamHandler for logging that clears output between entries. |
|
Simple wrapper that provides cacheing of image readers |
|
Decorator. |