expyfun.io.reconstruct_dealer

expyfun.io.reconstruct_dealer(fname)[source]

Reconstruct TrackerDealer object from .tab files.

The reconstruct_tracker function will be called to retrieve the trackers.

Parameters:
fnamestr

Input filename.

Returns:
dealerlist of TrackerDealer

The TrackerDealer objects with all responses such that they are in their stopped state. If only one dealer is found in the file, it will still be stored in a list and will be assessible as td[0].

Examples using expyfun.io.reconstruct_dealer

Adaptive tracking for two trial types and tracker reconstruction from .tab

Adaptive tracking for two trial types and tracker reconstruction from .tab