Add eyetracking EEG dataset#537
Conversation
|
|
Done in 8c14f30. Those files are now gzipped and under 1KiB |
|
Hey @effigies can I bug you to run the pending workflows when you have a chance? No rush. |
|
I was kind of (pleasantly!) surprised to see my dataset pass validation. Because for example if locally I do: I'll get errors like I combed through @effigies (if you have time), do you have an idea of why the validator fails for me locally but passes in the CI? |
|
You're using the old validator. Use |
Thank you. the validator still complains about the physioevents files if I run: But using the the latest development code works (i.e. no errors, and the output matches what I see on the CI's of this PR): |
|
You can run |
effigies
left a comment
There was a problem hiding this comment.
Looks like you'd bidsignored everything. I removed it, and now there are three errors:
[ERROR] INCOMPLETE_STIMULUS_PRESENTATION StimulusPresentation metadata for the events file associated with /sub-EP10/ses-01/eeg/sub-EP10_ses-01_task-dots_run-01_recording-eye1_physio.tsv.gz
(/sub-EP10/ses-01/eeg/sub-EP10_ses-01_task-dots_run-01_events.tsv) must have ScreenDistance, ScreenOrigin,
ScreenResolution and ScreenSize fields.
/sub-EP10/ses-01/eeg/sub-EP10_ses-01_task-dots_run-01_recording-eye1_physio.tsv.gz
Please visit https://neurostars.org/search?q=INCOMPLETE_STIMULUS_PRESENTATION for existing conversations about this issue.
[ERROR] TSV_COLUMN_MISSING A required column is missing
timestamp
/sub-EP10/ses-01/eeg/sub-EP10_ses-01_task-dots_run-01_recording-eye1_physio.tsv.gz - Required initial column 1 not found.
Please visit https://neurostars.org/search?q=TSV_COLUMN_MISSING for existing conversations about this issue.
[ERROR] MISSING_ONSET_COLUMN The physioevents.tsv.gz file declared a OnsetSource of timestamp, but no such column was found in /sub-EP10/ses-01/eeg/sub-EP10_ses-01_task-dots_run-01_recording-eye1_physio.tsv.gz.
/sub-EP10/ses-01/eeg/sub-EP10_ses-01_task-dots_run-01_recording-eye1_physioevents.tsv.gz
Closes #536