Skip to main content

Collection of tools to derive metrics from physical phantoms used in QA of medical imaging instruments.

Project description

PhantomKit

CI/CD Codecov PyPI version Python versions Documentation Status

PhantomKit

PhantomKit is a Python toolkit for automated quality assurance (QA) of medical imaging scanners using physical phantoms. It provides pydra-based workflows that register phantom scans to a reference template, extract per-vial signal statistics across multiple contrast types, and generate publication-quality plots — supporting both MRI and PET phantom protocols.

Features

  • Template-based registration — iterative ANTs SyN registration with automatic orientation search across a rotation library
  • Vial metric extraction — per-vial mean, median, std, min and max across all contrast images, written to CSV
  • Plotting — scatter plots of vial intensity and parametric map plots (T1/IR, T2/TE) with mrview ROI overlays
  • Protocol support — extensible protocols sub-package for phantom- and project-specific workflow configurations
  • Parallel batch processing — pydra-native splitting and combining for multi-session datasets

Installation

python -m pip install phantomkit

Basic usage

from phantomkit.protocols.gsp_spirit import GspSpiritAnalysis

wf = GspSpiritAnalysis(
    input_image="/data/session01/t1_mprage.nii.gz",
    template_dir="/templates/gsp_spirit",
    rotation_library_file="/templates/gsp_spirit/rotations.txt",
)
outputs = wf(cache_root="/data/cache-root")

Or via the command line:

# Single session
phantom-process run gsp-spirit /data/session01/t1_mprage.nii.gz \
    --template-dir /templates/gsp_spirit \
    --rotation-library-file /templates/gsp_spirit/rotations.txt \
    --output-base-dir /results

# Batch — process every matching image found under /data/
phantom-process run gsp-spirit /data/ \
    --template-dir /templates/gsp_spirit \
    --rotation-library-file /templates/gsp_spirit/rotations.txt \
    --output-base-dir /results \
    --pattern "*t1*mprage*.nii.gz"

# List available protocols
phantom-process list

Plotting

Generate QA plots from existing CSV metric files:

# Vial intensity scatter plot for one contrast
phantom-process plot vial-intensity \
    /results/session01/metrics/session01_t1_mprage_mean_matrix.csv scatter \
    --std_csv /results/session01/metrics/session01_t1_mprage_std_matrix.csv \
    --output  /results/session01/metrics/session01_t1_PLOTmeanstd.png

# T1 inversion-recovery parametric map plot
phantom-process plot maps-ir \
    /results/session01/images_template_space/ir_*.nii.gz \
    --metric_dir /results/session01/metrics \
    --output     /results/session01/metrics/session01_T1map_plot.png

# T2 spin-echo parametric map plot
phantom-process plot maps-te \
    /results/session01/images_template_space/te_*.nii.gz \
    --metric_dir /results/session01/metrics \
    --output     /results/session01/metrics/session01_T2map_plot.png

See the CLI documentation for the full option reference.

License

Copyright 2026 Australian Imaging Service. Released under the Apache License 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phantomkit-0.1.6.tar.gz (29.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phantomkit-0.1.6-py3-none-any.whl (43.3 kB view details)

Uploaded Python 3

File details

Details for the file phantomkit-0.1.6.tar.gz.

File metadata

  • Download URL: phantomkit-0.1.6.tar.gz
  • Upload date:
  • Size: 29.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for phantomkit-0.1.6.tar.gz
Algorithm Hash digest
SHA256 389514efb2c0d6033f1de5323e43369fcd8b218db35a6461a1c5652eab7db165
MD5 df6009a8dcaefa9ce6b363557d5b47fd
BLAKE2b-256 a3acb0d6abbf7bfd8852282871255957453eb1e84c66cc10e766644a6a3bffff

See more details on using hashes here.

File details

Details for the file phantomkit-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: phantomkit-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 43.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for phantomkit-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4f19fc517d4b23db17da6febf78e15e41a81ac3439a8c0a14a392d64395aa474
MD5 517b8780cc7558b30715d0b21c8e8d64
BLAKE2b-256 407cc4cc4ae951b693e46d09b7bb89b45276e05508244b5ac6158ffeecdf0135

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page