From 9cdeea87c55116c9ea20822f98c732d54f64ba76 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 15 Aug 2019 11:41:42 -0700 Subject: [PATCH] fix: better description for example following @edickie's comment --- src/05-derivatives/02-common-data-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/05-derivatives/02-common-data-types.md b/src/05-derivatives/02-common-data-types.md index 79ea139897..2cff5be5aa 100644 --- a/src/05-derivatives/02-common-data-types.md +++ b/src/05-derivatives/02-common-data-types.md @@ -109,8 +109,8 @@ And the corresponding `sub-001_task-rest_run-1_bold.dtseries.json` file: "1": "Matched with MNI152NLin6Asym 1.6mm isotropic" }, "Density": { - "10k": "fsaverage5 (5th order icosahedron) - 10242 vertices per hemisphere", - "41k": "fsaverage6 (6th order icosahedron) - 40962 vertices per hemisphere" + "10k": "10242 vertices per hemisphere (5th order icosahedron)", + "41k": "40962 vertices per hemisphere (6th order icosahedron)" } } ```