You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We then search for messages signaling the start and stop run events.
These events are stored in the JSON sidecar file annotating our `_eyetrack.tsv.gz` file.
In our *Psychopy* experiment files, we configure messages be sent to the ET at these events.
The message changes a little with the RSfMRI experiment, but are usually like `hello <taskname>` and `bye <taskname>`, which are stored in the variables `message_first_trigger` and `message_last_trigger` variables, respectively.
In the last line, we clean up these used-up lines from the dataframe.
hcph-sops/docs/data-management/edf-to-bids.md
Lines 51 to 83 in c370b04
_eyetrack_physio.json
, it is not clear to me what those events described in the JSON aremessage_first_trigger
andmessage_last_trigger
initialized (probably related to [EDF to BIDS revision] Add code snippet about how to call the script for EDF to BIDS conversion #455)The text was updated successfully, but these errors were encountered: