pyfim.analysis.stops

pyfim.analysis.stops(exp)

Calculates frequency of stops [Hz] for each object. This analysis is based on MatLab code by Dimitri Berh (University of Muenster, Germany).

Notes

This function counts the phases in which go_phase is zero. You can finetune this behaviour by adjusting the following parameter in the config file:

  • MIN_STOP_PHASE: minimum number of frames for a stop-phase
Parameters:exp (pyfim.Experiment) – Experiment holding the raw data.
Returns:Stop frequency [Hz]
Return type:pandas.DataFrame