Skip to content

Commit c2e95f2

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix/prov
* upstream/master: improve petpvc docstrings
2 parents 28b8b9f + 60f7630 commit c2e95f2

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

nipype/interfaces/petpvc.py

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
23
# vi: set ft=python sts=4 ts=4 sw=4 et:
34
"""
@@ -115,31 +116,30 @@ class PETPVC(CommandLine):
115116
= Stopping criterion
116117
With: stopval (Default = 0.01)
117118
118-
----------------------------------------------
119119
Technique - keyword
120-
121-
Geometric transfer matrix - "GTM"
122-
Labbe approach - "LABBE"
123-
Richardson-Lucy - "RL"
124-
Van-Cittert - "VC"
125-
Region-based voxel-wise correction - "RBV"
126-
RBV with Labbe - "LABBE+RBV"
127-
RBV with Van-Cittert - "RBV+VC"
128-
RBV with Richardson-Lucy - "RBV+RL"
129-
RBV with Labbe and Van-Cittert - "LABBE+RBV+VC"
130-
RBV with Labbe and Richardson-Lucy- "LABBE+RBV+RL"
131-
Multi-target correction - "MTC"
132-
MTC with Labbe - "LABBE+MTC"
133-
MTC with Van-Cittert - "MTC+VC"
134-
MTC with Richardson-Lucy - "MTC+RL"
135-
MTC with Labbe and Van-Cittert - "LABBE+MTC+VC"
136-
MTC with Labbe and Richardson-Lucy- "LABBE+MTC+RL"
137-
Iterative Yang - "IY"
138-
Iterative Yang with Van-Cittert - "IY+VC"
139-
Iterative Yang with Richardson-Lucy - "IY+RL"
140-
Muller Gartner - "MG"
141-
Muller Gartner with Van-Cittert - "MG+VC"
142-
Muller Gartner with Richardson-Lucy - "MG+RL"
120+
-------------------
121+
- Geometric transfer matrix - "GTM"
122+
- Labbe approach - "LABBE"
123+
- Richardson-Lucy - "RL"
124+
- Van-Cittert - "VC"
125+
- Region-based voxel-wise correction - "RBV"
126+
- RBV with Labbe - "LABBE+RBV"
127+
- RBV with Van-Cittert - "RBV+VC"
128+
- RBV with Richardson-Lucy - "RBV+RL"
129+
- RBV with Labbe and Van-Cittert - "LABBE+RBV+VC"
130+
- RBV with Labbe and Richardson-Lucy- "LABBE+RBV+RL"
131+
- Multi-target correction - "MTC"
132+
- MTC with Labbe - "LABBE+MTC"
133+
- MTC with Van-Cittert - "MTC+VC"
134+
- MTC with Richardson-Lucy - "MTC+RL"
135+
- MTC with Labbe and Van-Cittert - "LABBE+MTC+VC"
136+
- MTC with Labbe and Richardson-Lucy- "LABBE+MTC+RL"
137+
- Iterative Yang - "IY"
138+
- Iterative Yang with Van-Cittert - "IY+VC"
139+
- Iterative Yang with Richardson-Lucy - "IY+RL"
140+
- Muller Gartner - "MG"
141+
- Muller Gartner with Van-Cittert - "MG+VC"
142+
- Muller Gartner with Richardson-Lucy - "MG+RL"
143143
144144
Examples
145145
--------

0 commit comments

Comments
 (0)