Skip to content

improve petpvc docstrings #1439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions nipype/interfaces/petpvc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
"""
Expand Down Expand Up @@ -115,31 +116,30 @@ class PETPVC(CommandLine):
= Stopping criterion
With: stopval (Default = 0.01)

----------------------------------------------
Technique - keyword

Geometric transfer matrix - "GTM"
Labbe approach - "LABBE"
Richardson-Lucy - "RL"
Van-Cittert - "VC"
Region-based voxel-wise correction - "RBV"
RBV with Labbe - "LABBE+RBV"
RBV with Van-Cittert - "RBV+VC"
RBV with Richardson-Lucy - "RBV+RL"
RBV with Labbe and Van-Cittert - "LABBE+RBV+VC"
RBV with Labbe and Richardson-Lucy- "LABBE+RBV+RL"
Multi-target correction - "MTC"
MTC with Labbe - "LABBE+MTC"
MTC with Van-Cittert - "MTC+VC"
MTC with Richardson-Lucy - "MTC+RL"
MTC with Labbe and Van-Cittert - "LABBE+MTC+VC"
MTC with Labbe and Richardson-Lucy- "LABBE+MTC+RL"
Iterative Yang - "IY"
Iterative Yang with Van-Cittert - "IY+VC"
Iterative Yang with Richardson-Lucy - "IY+RL"
Muller Gartner - "MG"
Muller Gartner with Van-Cittert - "MG+VC"
Muller Gartner with Richardson-Lucy - "MG+RL"
-------------------
- Geometric transfer matrix - "GTM"
- Labbe approach - "LABBE"
- Richardson-Lucy - "RL"
- Van-Cittert - "VC"
- Region-based voxel-wise correction - "RBV"
- RBV with Labbe - "LABBE+RBV"
- RBV with Van-Cittert - "RBV+VC"
- RBV with Richardson-Lucy - "RBV+RL"
- RBV with Labbe and Van-Cittert - "LABBE+RBV+VC"
- RBV with Labbe and Richardson-Lucy- "LABBE+RBV+RL"
- Multi-target correction - "MTC"
- MTC with Labbe - "LABBE+MTC"
- MTC with Van-Cittert - "MTC+VC"
- MTC with Richardson-Lucy - "MTC+RL"
- MTC with Labbe and Van-Cittert - "LABBE+MTC+VC"
- MTC with Labbe and Richardson-Lucy- "LABBE+MTC+RL"
- Iterative Yang - "IY"
- Iterative Yang with Van-Cittert - "IY+VC"
- Iterative Yang with Richardson-Lucy - "IY+RL"
- Muller Gartner - "MG"
- Muller Gartner with Van-Cittert - "MG+VC"
- Muller Gartner with Richardson-Lucy - "MG+RL"

Examples
--------
Expand Down