Commit ·
d364364
1
Parent(s): fb00f3b
Initial commit
Browse files- README.md +1 -0
- atlases/active/hsg_body_atlas.yaml +27 -0
- atlases/active/pmc_t2_atlas.yaml +27 -0
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
+
This repository contains configuration files for official atlases available to use with [HyperResASHS](https://github.com/liyue3780/HyperResASHS) software for medial temporal lobe subregion segmentation.
|
atlases/active/hsg_body_atlas.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ASHS Atlas Descriptor
|
| 2 |
+
metadata:
|
| 3 |
+
- id: 'HSG_Body_Atlas'
|
| 4 |
+
name: 'Hippocamal Subfields Group (HSG) T2w MRI Body Atlas for HyperASHS'
|
| 5 |
+
short_name: 'HyperASHS HSG Body Atlas'
|
| 6 |
+
version: '1.0.0'
|
| 7 |
+
description: 'This atlas is designed for the HyperASHS project and is based on the Hippocamal Subfields Group (HSG) Body Atlas. It provides detailed segmentation of hippocampal subfields for in vivo MRI scans. The atlas is intended for use in research and clinical applications, and is compatible with the HyperASHS segmentation framework.'
|
| 8 |
+
license: 'CC BY-SA 4.0'
|
| 9 |
+
citations: [ 'https://doi.org/10.1002/hipo.70073', 'https://arxiv.org/abs/2508.17171' ]
|
| 10 |
+
|
| 11 |
+
modalities:
|
| 12 |
+
- primary:
|
| 13 |
+
- mri_weighting: 'T2'
|
| 14 |
+
mri_field_strength: '3T'
|
| 15 |
+
expected_resolution: [0.4, 0.4, 2.0]
|
| 16 |
+
coverage: 'slab'
|
| 17 |
+
- secondary:
|
| 18 |
+
- mri_weighting: 'T1'
|
| 19 |
+
mri_field_strength: '3T'
|
| 20 |
+
expected_resolution: [1.0, 1.0, 1.0]
|
| 21 |
+
coverage: 'global'
|
| 22 |
+
|
| 23 |
+
sides: [ 'left', 'right' ]
|
| 24 |
+
|
| 25 |
+
components:
|
| 26 |
+
- model: 'upennpatchlab/hyper_ashs_model_hsg_body_v1'
|
| 27 |
+
template: 'upennpatchlab/hyper_ashs_template_aging3t_v1'
|
atlases/active/pmc_t2_atlas.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ASHS Atlas Descriptor
|
| 2 |
+
metadata:
|
| 3 |
+
- id: 'PMC_T2_Atlas'
|
| 4 |
+
name: 'Penn Memory Center (PMC) T2w MRI atlas for HyperASHS'
|
| 5 |
+
short_name: 'HyperASHS PMC-T2 Atlas'
|
| 6 |
+
version: '1.0.0'
|
| 7 |
+
description: 'This atlas is designed for the HyperASHS project and is based on the Penn Memory Center (PMC) T2w MRI. It provides detailed segmentation of hippocampal subfields and MTL subregions for high-resolution in vivo T2-weighted MRI scans with high resolution in the plane orthogonal to the hippocampus.'
|
| 8 |
+
license: 'CC BY-SA 4.0'
|
| 9 |
+
citations: [ 'https://doi.org/10.1002/hbm.22627', 'https://arxiv.org/abs/2508.17171' ]
|
| 10 |
+
|
| 11 |
+
modalities:
|
| 12 |
+
- primary:
|
| 13 |
+
- mri_weighting: 'T2'
|
| 14 |
+
mri_field_strength: '3T'
|
| 15 |
+
expected_resolution: [0.4, 0.4, 2.0]
|
| 16 |
+
coverage: 'slab'
|
| 17 |
+
- secondary:
|
| 18 |
+
- mri_weighting: 'T1'
|
| 19 |
+
mri_field_strength: '3T'
|
| 20 |
+
expected_resolution: [1.0, 1.0, 1.0]
|
| 21 |
+
coverage: 'global'
|
| 22 |
+
|
| 23 |
+
sides: [ 'left', 'right' ]
|
| 24 |
+
|
| 25 |
+
components:
|
| 26 |
+
- model: 'upennpatchlab/hyper_ashs_model_pmc_t2_v1'
|
| 27 |
+
template: 'upennpatchlab/hyper_ashs_template_aging3t_v1'
|