Cli Pvc#

Command-line interface (CLI) for Partial Volume Correction (PVC) using the Symmetric Geometric Transfer Matrix (sGTM) method. It uses argparse to handle command-line arguments and chooses the appropriate method based on the provided input. The user must provide:

  • PET image file path

  • Segmentation image file path

  • FWHM for Gaussian blurring

  • (Optional) Segmentation label map table path.

Example usage:
Using SGTM method:

See also

SGTM and PETPVC methods implementation modules. SGTM - module for performing Symmetric Geometric Transfer Matrix PVC.

Functions#

sgtm_cli_run(input_image_path, ...[, ...])

Apply the SGTM method for Partial Volume Correction.