cpp-lln-lab / CPP_PTB

a set of function to make it easier to create behavioral, EEG, fMRI experiment with psychtoolbox
https://cpp-ptb.readthedocs.io/en/latest/index.html#
MIT License
14 stars 13 forks source link

cleanUP eyeTracker shut down #69

Closed marcobarilari closed 4 years ago

marcobarilari commented 4 years ago

Added this simple shutdown command.

Alternative is to add on top of that the code to save the file (to be 100% safe to not lose any piece of data during whatever situation). In this case though, cleanUp will need cfg as input to retrieve the edf filename.

LMK what you think about it.