Cli Pvc ======= .. py:module:: petpal.cli.cli_pvc .. autoapi-nested-parse:: 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: .. code-block:: bash pet-cli-pvc --method SGTM --pet-path /path/to/pet_image.nii --roi-path /path/to/roi_image.nii --fwhm (8.0, 7.0, 7.0) .. seealso:: SGTM and PETPVC methods implementation modules. :mod:`SGTM ` - module for performing Symmetric Geometric Transfer Matrix PVC. Functions --------- .. toctree:: :hidden: /autoapi/petpal/cli/cli_pvc/sgtm_cli_run .. autoapisummary:: :nosignatures: petpal.cli.cli_pvc.sgtm_cli_run