Skip to content

Commit

Permalink
DOC: add description of BIDS entities employed in CMP outputs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Feb 5, 2021
1 parent 41415a1 commit 6366cae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The installation of the Connectome Mapper 3 BIDS App Manager (CMPBIDSAPPManager)
It seems there is no conda package for `git-annex` available on Mac. For your convenience, we created an additional `environment_macosx.yml` miniconda3 environment where the line `- git-annex=7.20190219` has been removed.
Git-annex should be installed on MacOSX using brew (https://brew.sh/index_fr) i.e. ``brew install git-annex``. See https://git-annex.branchable.com/install/ for more details.

Note that `git-annex` is only necessary if you wish to use BIDS datasets managed by Datalad (https://www.datalad.org/), a very experimental feature. For the moment, I would not recommend to use right now as it is still in a beta-testing phase.
Note that `git-annex` is only necessary if you wish to use BIDS datasets managed by Datalad (https://www.datalad.org/), a very experimental feature still in beta-testing phase.

* Activate the conda environment::

Expand Down
26 changes: 25 additions & 1 deletion docs/outputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ Outputs of Connectome Mapper 3

Processed, or derivative, data are outputed to ``<bids_dataset/derivatives>/``.

BIDS derivatives entities
--------------------------

.. tabularcolumns:: |l|p{5cm}|

+--------------------------+------------------------------------------------------------------------------------------------------------+
| **Entity** | **Description** |
+==========================+============================================================================================================+
| ``sub-<label>`` | Distinguish different subjects |
+--------------------------+------------------------------------------------------------------------------------------------------------+
| ``ses-<label>`` | Distinguish different acquisition sessions |
+--------------------------+------------------------------------------------------------------------------------------------------------+
| ``label-<label>`` | Describe the type of brain tissue segmented (for _probseg/dseg) or the parcellation atlas (for _atlas) |
+--------------------------+------------------------------------------------------------------------------------------------------------+
| ``space-DWI`` | Distinguish anatomical MRI derivatives in the target diffusion MRI space |
+--------------------------+------------------------------------------------------------------------------------------------------------+
| ``model-<label>`` | Distinguish different diffusion signal models (DTI, CSD, SHORE, MAPMRI) |
+--------------------------+------------------------------------------------------------------------------------------------------------+

See `Original BIDS Entities Appendix <https://bids-specification.readthedocs.io/en/v1.4.1/99-appendices/09-entities.html>`_ for more description.

.. note:: A new suffix `_atlas` has been introduced, that is used in combination with the ``label-<atlas_label>`` entity (where ``<atlas_label>``:``Desikan``/``L2008``/``L2018``) to distinguish different parcellation atlas outputs.


Main Connectome Mapper Derivatives
==========================================

Expand Down Expand Up @@ -133,7 +157,7 @@ Diffusion derivatives in the individual ``DWI`` space are placed in each subject
where:

- ``<model_label>`` is the diffusion model used to drive tractography (DTI, CSD, SHORE)
- ``<model_label>`` is the type of tractography algorithm employed (DET for deterministic, PROB for probabilistic)
- ``<label>`` is the type of tractography algorithm employed (DET for deterministic, PROB for probabilistic)

* The structural connectivity (SC) graphs:

Expand Down

0 comments on commit 6366cae

Please sign in to comment.