Select Resource Category
<script>
function myFunction() {document.getElementById("myDropdown").classList.toggle("show");}
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) { var dropdowns = document.getElementsByClassName("dropdown-content"); var i;
for (i = 0; i < dropdowns.length; i++) {var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('show')) {openDropdown.classList.remove('show'); } } }
}
</script>
<< Back to main templates & atlases page
**Authors** : Arnaud Le Troter, David Meunier, Katherine Bryant, Julien Sein, Siham Bouziane, Adrien Meguerditchian **Description** : The BaBa21 dataset provides multimodal neuroimaging data from 21 subjects across 4 sessions, together with a dedicated sub-BaBa21 T1w/T2w template and derived probabilistic tissue atlases (WM, GM, CSF). Three template/atlas variants are included: native sharpened, asymmetric, and fully post-processed (debiased, normalized, CACP re-oriented, cropped, symmetric). A distinctive feature of this resource is the availability of interpolated templates between consecutive sessions (ses-0_to_ses-1, ses-1_to_ses-2, ses-2_to_ses-3), which are automatically generated by the pipeline to facilitate longitudinal and developmental studies. **Documentation** : [GitHub](https://github.com/arnaudletroter/BABACOOL) **Link** : [https://openneuro.org/datasets/ds005424/versions/1.0.1](https://openneuro.org/datasets/ds005424/versions/1.0.1) **Language** : bash and python, with [ANTs](https://github.com/ANTsX/ANTs) and [FSL](https://fsl.fmrib.ox.ac.uk/fsl/docs/#/) **Publication** : Le Troter et al., BaBa21. OpenNeuro Dataset, [doi:10.18112/openneuro.ds005424.v1.0.1](https://doi.org/10.18112/openneuro.ds005424.v1.0.1) **Communication** : [email](mailto:arnaud.le-troter@univ-amu.fr) or [email](mailto:katherine.BRYANT@univ-amu.fr) **Restrictions** : CC0 license <script type="text/javascript">(function(d, t, e, m){ // Async Rating-Widget initialization. window.RW_Async_Init = function(){ RW.init({ huid: "461543", uid: "08f35e7d11687ef3ae7b3e7c219b6114", source: "website", options: { "advanced": { "layout": { "lineHeight": "12px" }, "nero": { "showDislike": false }, "text": { "rateThis": "Like this resource" } }, "type": "nero", "style": "check", "isDummy": false, "showTooltip": false, } }); RW.render(); }; // Append Rating-Widget JavaScript library. var rw, s = d.getElementsByTagName(e)[0], id = "rw-js", l = d.location, ck = "Y" + t.getFullYear() + "M" + t.getMonth() + "D" + t.getDate(), p = l.protocol, f = ((l.search.indexOf("DBG=") > -1) ? "" : ".min"), a = ("https:" == p ? "secure." + m + "js/" : "js." + m); if (d.getElementById(id)) return; rw = d.createElement(e); rw.id = id; rw.async = true; rw.type = "text/javascript"; rw.src = p + "//" + a + "external" + f + ".js?ck=" + ck; s.parentNode.insertBefore(rw, s); }(document, new Date(), "script", "rating-widget.com/")); </script>