Conversation
Add automated EDF to ASC conversion for eye-tracking dataSummaryThis PR implements automated conversion of eye-tracking .edf files to .asc format using the eyelinkio library developed here: scott-huberty/eyelinkio#29. The conversion process integrates into the existing ET extraction workflow, processing all participant data and organizing outputs in both BIDS-compliant and non-BIDS folder structures. Detailed ChangesCore Feature: EDF to ASC Conversion (Section 2.1) Testing DoneVerified conversion successfully processes .edf files in BIDS derivative folders Important notesKey addition: Cell 29 (Section 2.1) contains the new EDF-to-ASC conversion logic |
There are two resting state tasks in Q1K. RS which has the four abstract videos with regular DINS and the RS Rio version, which is administered to children who are unable to stay still but instead involves playing the Disney Movie Rio while EEG is recorded.
In the RS Rio task, there are two separate events which are used to denote the beginning and end of the task. "Eye open" which is added as a comment at the beginning of task using the EGI Net Station comment option and "Comment" which denotes the end.
Given that this task only has 2 "events" and it is meant to be a long recording, it is not necessary for it to undergo the DIN offset procedure. I have added lines to reflect this. Also. given that the raw files for the RS Rio paradigm also contain the word "RS", I have added an if statement to cell 7 so that these tasks can be treated separately.