-
Notifications
You must be signed in to change notification settings - Fork 4
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
incorrect metadata values for stim trial structures #129
Comments
fixing this would also resolve these issues: (EDIT: maybe not #127. Looks like a block-specific problem) |
Thanks for going through all the stimuli and optimizing the parsing @jihyunbak ! It looks like you've solved all of the mark finding issues. |
I just realized that the signals you are analyzing are the .wav signals but you will eventually want to analyze the marker signal as recorded by the neural acquisition system (in this case TDT) and optimize detection of those markers. The sampling rates are different for these signals (Audio: 96k? vs TDT: ~12k or ~25k) and when the stimulus is played is variable (depends on when human presses play on DVD player) wrt to the start of the neural recording. Does that make sense? |
Current stimulus metadata are incorrect in many places. Working on a fix.
Here's a teaser:
https://github.com/BouchardLab/pyraat/blob/main/notebooks/auditory_stimuli_check.ipynb
The text was updated successfully, but these errors were encountered: