expyfun.io.reconstruct_tracker#
- expyfun.io.reconstruct_tracker(fname)[source]#
Reconstruct TrackerUD, TrackerBinom, TrackerMHW objects from .tab files.
- Parameters:
- fnamestr
Input filename.
- Returns:
- trlist of TrackerUD or TrackerBinom or TrackerMHW
The tracker objects with all responses such that they are in their stopped state (as long as the trackers were allowed to stop during the generation of the file.) If only one tracker is found in the file, it will still be stored in a list and will be accessible as
tr[0]
.
Examples using expyfun.io.reconstruct_tracker
#
Adaptive tracking for two trial types and tracker reconstruction from .tab
Adaptive tracking for two trial types and tracker reconstruction from .tab