Skip to content

Commit

Permalink
Merge pull request #12 from sebastientourbier/lausanne2008-sym-corrected
Browse files Browse the repository at this point in the history
Updated multi-scale parcellation with a new symmetric version
  • Loading branch information
sebastientourbier authored Jan 24, 2020
2 parents ca30c00 + 586a0dd commit 7a53120
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmp/multiscalebrainparcellator/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_version_major = 1
_version_minor = 1
_version_micro = 0
_version_micro = 1
_version_extra = ''

__release_date__ = '2019.10.22'
Expand Down
Binary file modified cmtklib/data/parcellation/lausanne2018/lh.lausanne2008.scale1.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/lh.lausanne2008.scale2.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/lh.lausanne2008.scale3.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/lh.lausanne2008.scale4.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/lh.lausanne2008.scale5.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/rh.lausanne2008.scale1.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/rh.lausanne2008.scale2.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/rh.lausanne2008.scale3.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/rh.lausanne2008.scale4.annot
100644 → 100755
Binary file not shown.
Binary file modified cmtklib/data/parcellation/lausanne2018/rh.lausanne2008.scale5.annot
100644 → 100755
Binary file not shown.
19 changes: 19 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

Changes
========

***************
Version 1.1.1
***************

Date: January 24, 2020

* Updated multi-scale parcellation with a new symmetric version:

1. The right hemisphere labels were projected in the left hemisphere to create a symmetric version of the multiscale cortical parcellation proposed by Cammoun2012_.
2. For scale 1, the boundaries of the projected regions over the left hemisphere were matched to the boundaries of the original parcellation for the left hemisphere.
3. This transformation was applied for the rest of the scales.

.. _Cammoun2012: https://doi.org/10.1016/j.jneumeth.2011.09.031

* Updated documentation with list of changes
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ Contents
:caption: About Connectome Mapper

LICENSE
changes
citing
contributing

0 comments on commit 7a53120

Please sign in to comment.