portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
41 stars 26 forks source link

Inconsistency between tracking pipeline and estimator specification #16

Closed vigji closed 4 years ago

vigji commented 5 years ago

There is currently an inconsistency in the way core code is structured: estimator string is evaluated in a conditional in the tracking experiment, while pipelines are put together in a dictionary. Estimators should be in a dictionary as well.