=================== I/O Functionalities =================== The :doc:`Dataset ` class can parse several fMRI file types: Functional Files ---------------- - Supported formats: `*.mat`, `*.nii.gz`, `*.gii` - Outputs a **2D DataFrame** indexed by subject/run/task IDs. - Compatible with `BIDS `_ format. .. image:: imgs/df_func.png :align: center :alt: Functional File Example Experiment Files ---------------- Designed for `exptools2 `_, this package can extract experiment phases. .. image:: imgs/df_onsets.png :align: center :alt: Experiment File Example Eyetracker Files ---------------- Supports `*.edf`-files from `EyeLink `_, using `hedfpy `_.