mindaffect / pymindaffectBCI

Python SDK for high performance on-line Brain Computer Interface development.
https://mindaffect.nl
Other
63 stars 27 forks source link

FakeRecogniser: Add feature to allow for cueing objects #5

Open hendrikjanvdb opened 4 years ago

hendrikjanvdb commented 4 years ago

It would be nice to add a feature to the fake recogniser that allows for cueing objects.

Out of the box the fake recogniser cannot be told to simulate attending to a specific stimulus. This makes it hard to test programs that utilise the package.

jadref commented 4 years ago

As this fakerecogniser is actually a function from the javamindaffectBCI this should be moved there.

This is a nice idea -- the difficulty then becomes how to tell the fake recogniser what the target should be -- the most obvious way would be to use a specially formatted log message. e.g. log, fakerecogniser.target=X

It's a bit of a hack, but could work.