README.rst 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. studyforrest.org Dataset
  2. ************************
  3. |license| |access|
  4. Pre-aligned MRI data
  5. ====================
  6. This repository contains data derived from the raw data releases of the
  7. *studyforrest.org* project. In particular these are:
  8. * BOLD fMRI timeseries aligned to subject-specific template images
  9. and using transformations available from
  10. https://github.com/psychoinformatics-de/studyforrest-data-templatetransforms
  11. For more information about the project visit: http://studyforrest.org
  12. File name conventions
  13. ---------------------
  14. Each directory in the subject directories corresponds to one template image
  15. space. Data in ``sub*`` directories are participant-specific (not aligned
  16. across participants). However, templates with
  17. the same name have corresponding input data.
  18. Each directory contains one or more image files with more-or-less
  19. self-explanatory names, identifying the corresponding participant and scan.
  20. Lastly, the ``code/`` directory contains the source code for computing all
  21. files contained, as well as a number of validation analyses.
  22. How to obtain the dataset
  23. -------------------------
  24. This repository contains metadata and information on the identity of all
  25. included files. However, the actual content of the (sometime large) data
  26. files is stored elsewhere. To obtain any dataset component, git-annex_ is
  27. required in addition to Git_.
  28. 1. Clone this repository to the desired location.
  29. 2. Enter the directory with the local clone and run::
  30. git annex init
  31. Older versions of git-annex may require you to run the following
  32. command immediately afterwards::
  33. git annex enableremote mddatasrc
  34. Now any desired dataset component can be obtained by using the ``git annex get``
  35. command. To obtain the entire dataset content run::
  36. git annex get .
  37. Keep data up-to-date
  38. --------------------
  39. If updates to this dataset are made in the future, update any local clone by
  40. running::
  41. git pull
  42. followed by::
  43. git annex get .
  44. to fetch all new files.
  45. .. _Git: http://www.git-scm.com
  46. .. _git-annex: http://git-annex.branchable.com/
  47. .. |license|
  48. image:: https://img.shields.io/badge/license-PDDL-blue.svg
  49. :target: http://opendatacommons.org/licenses/pddl/summary
  50. :alt: PDDL-licensed
  51. .. |access|
  52. image:: https://img.shields.io/badge/data_access-unrestricted-green.svg
  53. :alt: No registration or authentication required