-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update doc * update faq
- Loading branch information
Showing
6 changed files
with
121 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Is the "prepare" only suitable for the datasets that have eye-tracking info? | ||
alt_titles: | ||
- If want to only guess the eye position, should I use "generalize"? | ||
--- | ||
|
||
No the `prepare` action is necessary for all datasets, | ||
whether they have eye-tracking info or not. | ||
|
||
This action: | ||
|
||
- registers the data to MNI if this is not the case already | ||
- registers the data the the deepmreye template | ||
- extracts data from the eyes mask | ||
|
||
In future versions of bidsmreye, this action should also be able to combine | ||
the extracted data with the eye gaze position coming | ||
from preprocessed eyetracking data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: "How I should structure my input data?" | ||
alt_titles: | ||
- bidsmreye gives me an error saying that the dataset must in bids format. | ||
- "What input format does bidsmreye expect?" | ||
--- | ||
|
||
bidsmreye requires your input fmri data: | ||
|
||
- to be minimally preprocessed | ||
- with filenames and structure that conforms to a BIDS derivative dataset. | ||
|
||
Two bids apps are available to generate those types of preprocessed data: | ||
|
||
- [fmriprep](https://fmriprep.org/en/stable/) | ||
- [bidspm](https://bidspm.readthedocs.io/en/latest/general_information.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters