Skip to content

Commit

Permalink
[DOC] Document clipping of background for PetLinear (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Nov 26, 2024
1 parent 6514b57 commit be14253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Pipelines/PET_Linear.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# `pet-linear` - Linear processing of PET images

This pipeline performs spatial normalization to the MNI space and intensity normalization of [PET](../glossary.md#pet) images.

Its steps include:

- clipping of the background to remove noisy values which can deteriorate further processing.
- affine registration to the [MNI152NLin2009cSym](https://bids-specification.readthedocs.io/en/stable/99-appendices/08-coordinate-systems.html#template-based-coordinate-systems) template [Fonov et al., [2011](https://doi.org/10.1016/j.neuroimage.2010.07.033), [2009](https://doi.org/10.1016/S1053-8119(09)70884-5)] in MNI space with the SyN algorithm [[Avants et al., 2008](https://doi.org/10.1016/j.media.2007.06.004)] from the [ANTs](http://stnava.github.io/ANTs/) software package [[Avants et al., 2014](https://doi.org/10.3389/fninf.2014.00044)]
- intensity normalization using the average [PET](../glossary.md#pet) uptake in reference regions resulting in a standardized uptake value ratio ([SUVR](../glossary.md#suvr)) map
- cropping of the registered images to remove the background
Expand Down

0 comments on commit be14253

Please sign in to comment.