pyfim.TwoChoiceExperiment¶
-
class
pyfim.TwoChoiceExperiment(f, keep_raw=False, include_subfolders=False)¶ Variation of
Experimentbase class that performs additional analyses.-
__init__(f, keep_raw=False, include_subfolders=False)¶
Methods
__init__(f[, keep_raw, include_subfolders])analyze(p)Returns analysis for given parameter. clean_data()Cleans up the data. extract_data()Extracts parameters from .csv file. mean([p])Return mean of given parameter over given parameter. plot_tracks([obj, ax])Plots traces of tracked objects. sanity_check()Does a sanity check of attached data. split_data()Split data into experiment and control. two_choice_analyses()Performs additional two-choice analyses. -