From 9b6a8ac4b4bf6e75b48fbc310fa15e7292022845 Mon Sep 17 00:00:00 2001 From: David Meunier Date: Fri, 1 Mar 2024 16:33:10 +0100 Subject: [PATCH] bma-1 and bma-1_0p2mm only as templates to download --- macapype/utils/data_test_servers.json | 5 ++--- macapype/utils/templates.json | 21 +++++++++------------ 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/macapype/utils/data_test_servers.json b/macapype/utils/data_test_servers.json index 29921ec8b..e771017ef 100644 --- a/macapype/utils/data_test_servers.json +++ b/macapype/utils/data_test_servers.json @@ -22,9 +22,8 @@ "MBM_v3.0.1": "RMxXifHeigNkB3g", "MBM_v3.0.1_6seg": "yop65ARqHKMdfrP", "bma-1": "29qRZrnHnBxtCGB", - "bma-1_padded": "MqXmWWjykjeTbQo", - "bma-1_0p2mm_padded":"WHRfWN4XNF9RyNs" - }, + "bma-1_0p2mm": "YoLAFawKMTi7FqR", + }, "cloud_format": "{}/public.php?service=files&t={}&download" } } diff --git a/macapype/utils/templates.json b/macapype/utils/templates.json index 244596243..c5915dd3d 100644 --- a/macapype/utils/templates.json +++ b/macapype/utils/templates.json @@ -88,24 +88,21 @@ "template_wm": "wm.nii.gz", "template_csf": "csf.nii.gz" }, - "bma-1_padded":{ - "template_head": "bma-1-mri_padded.nii.gz", - "template_brain": "bma-1-mri_padded.nii.gz", + "bma-1":{ + "template_head": "bma-1-mri.nii.gz", + "template_brain": "bma-1-mri.nii.gz", + "template_seg": "bma-1-graywhite_seg.nii.gz", - "template_seg": "bma-1-graywhite_seg_padded.nii.gz" + "padded_template_head": "bma-1-mri_padded.nii.gz", + "padded_template_seg": "bma-1-graywhite_seg_padded.nii.gz" }, - "bma-1":{ + "bma-1_0p2mm":{ "template_head": "bma-1-mri_0p2mm.nii.gz", "template_brain": "bma-1-mri_0p2mm.nii.gz", - "padded_template_head": "bma-1-mri_padded_0p2mm.nii.gz", - "template_seg": "bma-1-graywhite_seg_0p2mm.nii.gz", - "padded_template_seg": "bma-1-graywhite_seg_padded_0p2mm.nii.gz" - }, - "bma-1_0p2mm_padded":{ - "template_brain": "bma-1-mri_padded_0p2mm.nii.gz", - "template_seg": "bma-1-graywhite_seg_padded_0p2mm.nii.gz" + "padded_template_head": "bma-1-mri_padded_0p2mm.nii.gz", + "padded_template_seg": "bma-1-graywhite_seg_padded_0p2mm.nii.gz" }, "haiko89_template":{ "template_head": "Haiko89_Asymmetric.Template_n89.nii.gz",