README.rst 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. studyforrest.org Dataset
  2. ************************
  3. |license| |access| |doi|
  4. Structural MRI scans
  5. ====================
  6. This dataset contains T1 and T2 weighted MRI scans, susceptibility weighted
  7. images, and diffusion imaging scans. These data are suitable for analyses
  8. of brain structure.
  9. For more information about the project visit: http://studyforrest.org
  10. How to obtain the data files
  11. ----------------------------
  12. This repository is a `DataLad <https://www.datalad.org/>`__ dataset. It provides
  13. fine-grained data access down to the level of individual files, and allows for
  14. tracking future updates up to the level of single files. In order to use
  15. this repository for data retrieval, `DataLad <https://www.datalad.org>`_ is
  16. required. It is a free and open source command line tool, available for all
  17. major operating systems, and builds up on Git and `git-annex
  18. <https://git-annex.branchable.com>`__ to allow sharing, synchronizing, and
  19. version controlling collections of large files. You can find information on
  20. how to install DataLad at `handbook.datalad.org/en/latest/intro/installation.html
  21. <http://handbook.datalad.org/en/latest/intro/installation.html>`_.
  22. Get the dataset
  23. ^^^^^^^^^^^^^^^
  24. A DataLad dataset can be ``cloned`` by running::
  25. datalad clone <url>
  26. Once a dataset is cloned, it is a light-weight directory on your local machine.
  27. At this point, it contains only small metadata and information on the
  28. identity of the files in the dataset, but not actual *content* of the
  29. (sometimes large) data files.
  30. Retrieve dataset content
  31. ^^^^^^^^^^^^^^^^^^^^^^^^
  32. After cloning a dataset, you can retrieve file contents by running::
  33. datalad get <path/to/directory/or/file>
  34. This command will trigger a download of the files, directories, or
  35. subdatasets you have specified.
  36. DataLad datasets can contain other datasets, so called *subdatasets*. If you
  37. clone the top-level dataset, subdatasets do not yet contain metadata and
  38. information on the identity of files, but appear to be empty directories. In
  39. order to retrieve file availability metadata in subdatasets, run::
  40. datalad get -n <path/to/subdataset>
  41. Afterwards, you can browse the retrieved metadata to find out about
  42. subdataset contents, and retrieve individual files with ``datalad get``. If you
  43. use ``datalad get <path/to/subdataset>``, all contents of the subdataset will
  44. be downloaded at once.
  45. Stay up-to-date
  46. ^^^^^^^^^^^^^^^
  47. DataLad datasets can be updated. The command ``datalad update`` will *fetch*
  48. updates and store them on a different branch (by default
  49. ``remotes/origin/master``). Running::
  50. datalad update --merge
  51. will *pull* available updates and integrate them in one go.
  52. More information
  53. ^^^^^^^^^^^^^^^^
  54. More information on DataLad and how to use it can be found in the DataLad Handbook at
  55. `handbook.datalad.org <http://handbook.datalad.org/en/latest/index.html>`_. The
  56. chapter "DataLad datasets" can help you to familiarize yourself with the
  57. concept of a dataset.
  58. .. _Git: http://www.git-scm.com
  59. .. _git-annex: http://git-annex.branchable.com/
  60. .. |license|
  61. image:: https://img.shields.io/badge/license-PDDL-blue.svg
  62. :target: http://opendatacommons.org/licenses/pddl/summary
  63. :alt: PDDL-licensed
  64. .. |access|
  65. image:: https://img.shields.io/badge/data_access-unrestricted-green.svg
  66. :alt: No registration or authentication required
  67. .. |doi|
  68. image:: https://img.shields.io/badge/doi-missing-lightgrey.svg
  69. :target: http://dx.doi.org/
  70. :alt: DOI