Skip to content

Commit dbe263f

Browse files
committed
add: physio signal session
1 parent 124f64b commit dbe263f

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

23.5 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Physiological Signal Extraction
2+
3+
To synchronize the scanner with the eye-tracking (ET) recordings, we use the Syncbox (NordicNeuroLab) to simultaneously send triggers to both the ET system and the MR scanner. The scanner records the timestamps in the physiological signal channel as part of the raw data, while the ET system begins recording upon receiving the first trigger.
4+
5+
To ensure proper synchronization, we first start the scanner acquisition, then activate the Syncbox, which converts the signal into a keyboard input (“s”) to initiate the ET system via the PsychoPy laptop.
6+
7+
We extract the physiological signal using modified [mapVBVD](https://github.com/jaimebarran/mapVBVD) and identify the timestamp of the first trigger with an exclusive script [physio signal extraction](https://github.com/jaimebarran/mapVBVD/blob/fix/free-running/twix_process_yj/S1_resolve_twix_ext.m), marking the exact moment when the ET system starts recording, as shown in the figure below.
8+
9+
![trigger_fig](../../assets/debi_protocol/data_management/trigger_fig.png){: style="width: 50%;display: block; margin: 0 auto;"}
10+
11+
This method allows us to align the timestamps of the ET system and MR readouts, ensuring accurate synchronization in milisecond.
12+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ nav:
2727
- Data export: general/data-management/1_data_export.md
2828
- Standard data storage: general/data-management/3_data_storage.md
2929
- EDF-to-BIDS conversion: general/data-management/2_et1_edf_to_bids.md
30+
- Physio signal extraction from MRI raw data: debi/data-processing/3_physio_extraction.md
3031
- Data processing:
3132
- ET processing in MR-Eye 2.0: debi/data-processing/1_1_et_QAQC_of_mreye_data.md
3233
- ET processing in MREye_Track: debi/data-processing/1_2_et_QAQC_of_mreye_tracking.md

0 commit comments

Comments
 (0)