From 259210675c7db33927f2f70dbb0f215d8008f091 Mon Sep 17 00:00:00 2001 From: Martin Norgaard Date: Sun, 3 Mar 2024 20:09:36 +0100 Subject: [PATCH] ENH: add STC PVC to PETPVC interface --- nipype/interfaces/petpvc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nipype/interfaces/petpvc.py b/nipype/interfaces/petpvc.py index dbd1d805ed..ac388f6b51 100644 --- a/nipype/interfaces/petpvc.py +++ b/nipype/interfaces/petpvc.py @@ -37,6 +37,7 @@ "RBV+VC", "RL", "VC", + "STC", ] @@ -75,6 +76,7 @@ class PETPVCInputSpec(CommandLineInputSpec): * Muller Gartner -- ``MG`` * Muller Gartner with Van-Cittert -- ``MG+VC`` * Muller Gartner with Richardson-Lucy -- ``MG+RL`` + * Single-target correction -- ``STC`` """, )