README.rst 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. studyforrest.org Dataset
  2. ************************
  3. |license| |access| |doi|
  4. Retinotopic Mapping
  5. ===================
  6. All participants in the phase2 extension of the studyforrest dataset underwent
  7. retinotopic mapping with standard flickering checkerboard stimulus (ring and
  8. wedges). More information on the procedure and the results can be found in:
  9. Ayan Sengupta, Falko R. Kaule, J. Swaroop Guntupalli, Michael B. Hoffmann,
  10. Christian Häusler, Jörg Stadler, Michael Hanke. `An extension of the
  11. studyforrest dataset for vision research
  12. <http://biorxiv.org/content/early/2016/03/31/046573>`_. (submitted for
  13. publication)
  14. For further information about the project visit: http://studyforrest.org
  15. Content
  16. -------
  17. ``code/``:
  18. source code for retinotopic mapping analysis.
  19. - The main script is *process_retmap* and a Python based GUI *easyret_gui* to
  20. call it from an easy to use front end. The *process_retmap* script calls the
  21. Python scripts *RetMap_phaseshift* for post processing phase shift (if
  22. required) and *combine_volumes* for combining the clw/ccw maps and ecc/con
  23. maps together.
  24. ``src/``:
  25. links to repositories containing all inputs for the analysis
  26. ``sub-??/``:
  27. analysis results per participant
  28. ``surface_maps/``:
  29. contains eccentricity and polar angle maps of left and right hemispheres
  30. of a particular participant's cortical surface in *MGH* format
  31. ``post_processing/``:
  32. contains the post-processed/combined compressed *NIfTI* files in a
  33. participant's bold3Tp2 image template space
  34. (see ``src/templatetransforms``), before it is aligned to the
  35. *T1 structural* and represented on cortical surfaces.
  36. ``qa/``:
  37. contains the *pyretmap_subjQuali.ods* file which details the quality of the
  38. participant-wise retinotopic maps produced by the *processing pipeline*.
  39. How to obtain the data files
  40. ----------------------------
  41. This repository contains metadata and information on the identity of all
  42. included files. However, the actual content of the (sometime large) data
  43. files is stored elsewhere. To obtain any dataset component, git-annex_ is
  44. required in addition to Git_.
  45. 1. Clone this repository to the desired location.
  46. 2. Enter the directory with the local clone and run::
  47. git annex init
  48. Older versions of git-annex may require you to run the following
  49. command immediately afterwards::
  50. git annex enableremote mddatasrc
  51. Now any desired dataset component can be obtained by using the ``git annex get``
  52. command. To obtain the entire dataset content run::
  53. git annex get .
  54. Keep data up-to-date
  55. --------------------
  56. If updates to this dataset are made in the future, update any local clone by
  57. running::
  58. git pull
  59. followed by::
  60. git annex get .
  61. to fetch all new files.
  62. .. _Git: http://www.git-scm.com
  63. .. _git-annex: http://git-annex.branchable.com/
  64. .. |license|
  65. image:: https://img.shields.io/badge/license-PDDL-blue.svg
  66. :target: http://opendatacommons.org/licenses/pddl/summary
  67. :alt: PDDL-licensed
  68. .. |access|
  69. image:: https://img.shields.io/badge/data_access-unrestricted-green.svg
  70. :alt: No registration or authentication required
  71. .. |doi|
  72. image:: https://img.shields.io/badge/doi-missing-lightgrey.svg
  73. :target: http://dx.doi.org/
  74. :alt: DOI