Skip to content

Commit e9643dc

Browse files
committed
added features plus updated overview
1 parent 1c0e448 commit e9643dc

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

content/en/_index.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ title: AmyPET
77

88
<p class="lead mt-5">Open Source Software Platform Available in Python</p>
99

10-
<a class="btn btn-lg btn-primary me-3 mb-4" href="/AmyPET/docs/">
11-
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
10+
<a class="btn btn-lg btn-primary me-3 mb-4" href="/AmyPET/docs/tutorials">
11+
Tutorials <i class="fas fa-arrow-alt-circle-right ms-2"></i>
1212
</a>
1313
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/AMYPAD/AmyPET">
1414
Source Code <i class="fab fa-github ms-2 "></i>
1515
</a>
16+
<a class="btn btn-lg btn-primary me-3 mb-4" href="/AmyPET/docs/">
17+
Software Overview <i class="fas fa-arrow-alt-circle-right ms-2"></i>
18+
</a>
1619
{{< blocks/link-down color="info" >}}
1720
{{< /blocks/cover >}}
1821

@@ -25,9 +28,18 @@ AmyPET provides comprehensive solution for advanced PET image analytics dedicate
2528

2629
{{% blocks/section color="dark" type="row" %}}
2730

28-
{{% blocks/feature icon="fa-lightbulb" title="Centiloid Pipeline" href="/AmyPET/docs/" %}} Self-calibrating pipeline for processing amyloid PET images.
31+
{{% blocks/feature icon="fa-lightbulb" title="Centiloid Pipeline" url="https://amypad.github.io/AmyPET/docs/tutorials/cl_proc/" %}} Self-calibrating pipeline for processing amyloid PET images.
32+
33+
Multiple PET radiotracers supported. {{% /blocks/feature %}}
34+
35+
36+
{{% blocks/feature icon="fa-lightbulb" title="Multi-Atlas MNI Space Analysis" url="https://amypad.github.io/AmyPET/docs/tutorials/mni/" %}} Analysis of PET images in the MNI space.
37+
38+
Four brain atlases are available with many more supported. {{% /blocks/feature %}}
39+
40+
{{% blocks/feature icon="fa-lightbulb" title="Multi-Atlas Native PET Space Analysis" url="https://amypad.github.io/AmyPET/docs/tutorials/native/" %}} Analysis of PET images in the native PET space.
2941

30-
Multiple PET radiotracers supported {{% /blocks/feature %}}
42+
Multiple atlases are available using CL processing outputs. {{% /blocks/feature %}}
3143

3244
{.h1 .text-center}
3345
{{% /blocks/section %}}

content/en/docs/overview.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Overview
3-
description: The idea behind AmyPET.
2+
title: Software Overview
3+
description: The Idea Behind AmyPET - Robust Preprocessing For Solid Results
44
weight: 1
55
---
66

77
{{% pageinfo %}}
88

9-
Providing support for high accuracy and precision PET image analysis in neurodegeneration
9+
The aim of AmyPET software package is to provide open-source platform supporting high accuracy and precision PET image analysis in neurodegeneration and other neurological disease. The emphasis is put on preparing the input images for robust analysis, which involves image frame alignment, including motion detection and correction, partial volume correction, etc.
1010

1111
{{% /pageinfo %}}
1212

@@ -21,3 +21,10 @@ The key features include:
2121
- Support for dynamic coffee break protocols and advanced alignment using PET frames or CT scans.
2222
- Support for amyloid, tau and TSPO tracers.
2323

24+
## Multi-frame PET image alignment
25+
26+
![png](/AmyPET/figs/ovrv_1.png)
27+
28+
## Displacement Metric
29+
30+
![png](/AmyPET/figs/ovrv_2.png)

static/figs/ovrv_1.png

1.67 MB
Loading

static/figs/ovrv_2.png

515 KB
Loading

0 commit comments

Comments
 (0)