Skip to content

Commit c46a957

Browse files
authored
Merge pull request #3634 from mnoergaard/master
ENH: add STC PVC to PETPVC interface
2 parents bedb5b4 + 2592106 commit c46a957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/petpvc.py

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"RBV+VC",
3838
"RL",
3939
"VC",
40+
"STC",
4041
]
4142

4243

@@ -75,6 +76,7 @@ class PETPVCInputSpec(CommandLineInputSpec):
7576
* Muller Gartner -- ``MG``
7677
* Muller Gartner with Van-Cittert -- ``MG+VC``
7778
* Muller Gartner with Richardson-Lucy -- ``MG+RL``
79+
* Single-target correction -- ``STC``
7880
7981
""",
8082
)

0 commit comments

Comments
 (0)