vedb / pupil_recording_interface

A pythonic interface for the Pupil Core system
https://vedb.github.io/pupil_recording_interface
GNU General Public License v3.0
1 stars 0 forks source link

Refactor Config mechanism #41

Open phausamann opened 4 years ago

phausamann commented 4 years ago

Configs for streams should probably look like:

Stream.Config(
    device=Device.Config(...), 
    ...
)

to avoid confusion and provide a better correspondence from constructor to config arguments.