Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistencies in trial times in header #76

Open
ageorgou opened this issue Nov 16, 2020 · 0 comments
Open

Inconsistencies in trial times in header #76

ageorgou opened this issue Nov 16, 2020 · 0 comments
Labels
data Handling of LabVIEW or other data to-discuss Needs discussion with research group

Comments

@ageorgou
Copy link
Contributor

For LabVIEW versions 2.3.1 onwards, we read the start and stop time of each trial from the header file (trigger times in section [Intertrial FIFO Times]). However, it seems that in some datasets not all times are listed; for example, the header has Number of trials = 30.000 but only 58 trigger times.

In those cases, the MATLAB code falls back to the encoder (speed data), as we do for older versions. We currently don't check whether all times are listed (i.e. whether they are consistent with Number of trials), but instead use the listed times to infer the number of trials.

Is this a common enough situation that we should handle it using the speed data, or should we throw an error?

@ageorgou ageorgou added data Handling of LabVIEW or other data to-discuss Needs discussion with research group labels Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Handling of LabVIEW or other data to-discuss Needs discussion with research group
Projects
None yet
Development

No branches or pull requests

1 participant