Skip to content

Commit

Permalink
Merge pull request nipy#3634 from mnoergaard/master
Browse files Browse the repository at this point in the history
ENH: add STC PVC to PETPVC interface
  • Loading branch information
effigies authored Mar 4, 2024
2 parents bedb5b4 + 2592106 commit c46a957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nipype/interfaces/petpvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"RBV+VC",
"RL",
"VC",
"STC",
]


Expand Down Expand Up @@ -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``
""",
)
Expand Down

0 comments on commit c46a957

Please sign in to comment.