mwaskom / visigoth

Psychophysics experiment control
https://www.cns.nyu.edu/~mwaskom/software/visigoth
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add a more salient warning when there is an issue with eyelink data transfer #9

Closed mwaskom closed 7 years ago

mwaskom commented 7 years ago

Currently there is a timestamp check and I think if the raw data file looks too old it is not copied. Given that we have lost a datafile (perhaps because the timestamp check is too strict) this should fail more saliently.

mwaskom commented 7 years ago

Another idea would be to use any file with a creation time between the run time (which we know) and the current time — this should be robust.