klabhub / neurostim

Design and run visual neuroscience experiments using Matlab and the Psychophysics Toolbox.
MIT License
4 stars 3 forks source link

Add logging of remote Eyelink edf filename #193

Closed adammorrissirrommada closed 2 years ago

adammorrissirrommada commented 2 years ago

Some lab members have found that they need to know the name of the temp remote edf file after an experiment. This commit does mean that the original property edfFile now stores only the ns formatted name and is empty until a successful transfer happens (previously it held the temp name). Instead edfFileRemote holds the temp file name throughout the experiment. This opens a narrow door for a backwards compatibility issue if someone has written code to resurrect failed sessions using edfFile, but I think that's very unlikely and easily fixed.