Skip to content

studyforrest.org: Phase2 data (movie, eyetracking, retmapping, visual localizers) [BIDS]

License

Notifications You must be signed in to change notification settings

sealhuang/studyforrest-data-phase2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Extension of studyforrest.org Dataset

Simultaneous fMRI/eyetracking while movie watching, plus visual localizers

This is an extension of the studyforrest project, all participants previously volunteered for the audio-only Forrest Gump study. The datset is structured in BIDS format, details of the files and metadata can be found at:

Ayan Sengupta, Falko R. Kaule, J. Swaroop Guntupalli, Michael B. Hoffmann, Christian Häusler, Jörg Stadler, Michael Hanke. An extension of the studyforrest dataset for vision research. (submitted for publication)

Michael Hanke, Nico Adelhöfer, Daniel Kottke, Vittorio Iacovella, Ayan Sengupta, Falko R. Kaule, Roland Nigbur, Alexander Q. Waite, Florian J. Baumgartner & Jörg Stadler. Simultaneous fMRI and eye gaze recordings during prolonged natural stimulation – a studyforrest extension. (submitted for publication)

For more information about the project visit: http://studyforrest.org

How to obtain the dataset

The dataset is available for download from OpenFMRI (accession number ds000113d).

Alternatively, the studyforrest phase 2 repository on GitHub provides fine-grained access, down to the level of individual files, and allow for tracking future updates.

This repository contains metadata and information on the identity of all included files. However, the actual content of the (sometime large) data files is stored elsewhere. To obtain any dataset component, git-annex is required in addition to Git.

  1. Clone this repository to the desired location.
  2. Enter the directory with the local clone and run:

    git annex init

    Older versions of git-annex may require you to run the following command immediately afterwards:

    git annex enableremote mddatasrc

Now any desired dataset component can be obtained by using the git annex get command. To obtain the entire dataset content run:

git annex get .

Keep data up-to-date

If updates to this dataset are made in the future, update any local clone by running:

git pull

followed by:

git annex get .

to fetch all new files.

About

studyforrest.org: Phase2 data (movie, eyetracking, retmapping, visual localizers) [BIDS]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.3%
  • MATLAB 27.8%
  • Shell 27.8%
  • Makefile 0.1%