Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.54 KB

index.md

File metadata and controls

41 lines (36 loc) · 1.54 KB
title summary authors date
Getting started
How to get started with dcm2bids
Samuel Guay
2022-04-17

Getting started with dcm2bids

How to get the most out of the documentation

Our documentation is organized in 4 main parts and each fulfills a different function:

  1. Installation: A beginner-friendly guide that walks through the installation process, including the creation of a dedicated environment.
    • TL;DR: Run conda install -c conda-forge dcm2bids or pip install dcm2bids within your project environment.
  2. Tutorials: Aimed at beginners and people new to dcm2bids, the tutorials are a series of steps that describes in length how to use dcm2bids in order to understand how dcm2bids works.
  3. How-to guides: Analogous to recipes, these guides provides series of steps to address typical problems and use-cases when converting into BIDS. They are less verbose than tutorials and assume some understanding of BIDS-related concepts and how dcm2bids works.
  4. Technical reference: Automated rendering of the code that composes the inner machinery of dcm2bids.