From 0d29a8c29d72fd82bd1507e8a90b6d24c4a0db12 Mon Sep 17 00:00:00 2001 From: Julien Cohen-Adad Date: Fri, 28 Aug 2020 14:07:05 -0400 Subject: [PATCH 1/4] Added exclude.yml --- exclude.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 exclude.yml diff --git a/exclude.yml b/exclude.yml new file mode 100644 index 0000000..d2fb9e1 --- /dev/null +++ b/exclude.yml @@ -0,0 +1,5 @@ +csa_gm: +- sub-juntendoAchieva # repositionning (https://github.com/spine-generic/data-single-subject/issues/8) + +dti_fa: +- sub-perform # strong aliasing artifact (https://github.com/spine-generic/data-single-subject/issues/10) From f4ef4b4068440a189b981691375bd5e634b8192c Mon Sep 17 00:00:00 2001 From: Julien Cohen-Adad Date: Fri, 28 Aug 2020 14:31:47 -0400 Subject: [PATCH 2/4] Removing perform as a site (not subject) So value could be displayed in the plot --- exclude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exclude.yml b/exclude.yml index d2fb9e1..27f2cf7 100644 --- a/exclude.yml +++ b/exclude.yml @@ -2,4 +2,4 @@ csa_gm: - sub-juntendoAchieva # repositionning (https://github.com/spine-generic/data-single-subject/issues/8) dti_fa: -- sub-perform # strong aliasing artifact (https://github.com/spine-generic/data-single-subject/issues/10) +- perform # strong aliasing artifact (https://github.com/spine-generic/data-single-subject/issues/10) From a5d52ab21f801dc70384fd3cc21a39f8460820e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Valo=C5=A1ek?= <39456460+valosekj@users.noreply.github.com> Date: Sat, 29 Aug 2020 07:27:07 +0200 Subject: [PATCH 3/4] add exclude.yml to .bidsignore --- .bidsignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bidsignore b/.bidsignore index caad5c1..2ef7763 100644 --- a/.bidsignore +++ b/.bidsignore @@ -4,3 +4,4 @@ *_acq-b0_dwi* *.md *.log +exclude.yml From 68a47ed6433ab13116f79c4e1e4b58bb44ad15a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Valo=C5=A1ek?= <39456460+valosekj@users.noreply.github.com> Date: Sat, 29 Aug 2020 20:32:03 +0200 Subject: [PATCH 4/4] Removing sub-glen as a site (not subject) from DWI --- exclude.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exclude.yml b/exclude.yml index 27f2cf7..6a9d96c 100644 --- a/exclude.yml +++ b/exclude.yml @@ -3,3 +3,10 @@ csa_gm: dti_fa: - perform # strong aliasing artifact (https://github.com/spine-generic/data-single-subject/issues/10) +- glen # wrong raw DWI data (https://github.com/spine-generic/data-single-subject/issues/14) + +dti_md: +- glen # wrong raw DWI data (https://github.com/spine-generic/data-single-subject/issues/14) + +dti_rd: +- glen # wrong raw DWI data (https://github.com/spine-generic/data-single-subject/issues/14)