gkaguirrelab / transparentTrack

Determine pupil size and gaze location in IR video of the eye
MIT License
18 stars 9 forks source link

controlFile is appended instead of over-written #28

Closed gkaguirre closed 7 years ago

gkaguirre commented 7 years ago

When called with the overwriteControlFile flag, the makePrelimControlFile routine should completely over-write any existing control file. Instead, the newly calculated instructions are appended to the existing control file.

gfrazzetta commented 7 years ago

Fixed with this commit