Digital Pediatric Image Quality Phantoms for Evaluating CT Denoising Methods are a set of digital phantoms and simulation methods for generating CT images of standard image quality (IQ) phantoms designed to span the effective diameter of pediatric patients ranging from newborns to teenagers. This repository has tools for generating MITA-LCD phantom and a multi-contrast sensitometry module similar to the CTP404 module of the Catphan 600 phantom. Functions are also provided to simulate different acquisition parameters and CT scanner models.
- The CTP404 contrast module phantom for assessing CT number accuracy and contrast-dependent spatial resolution
- CCT189 the MITA LCD phantom for assessing low contrast detectability
- Uniform water phantoms for assessing noise and noise texture
In addition, this repo contains examples of measurements using these digital image quality phantoms including:
- running simulations interactively with python
- viewing the simulated dataset
- evaluating pediatric generalizability of denoisers
Example from the uniform phantom denoising performance assessment notebook demonstrating the pediatric subgroup denoising performance of a RED-CNN image-based deep learning denoiser using the pediatricIQphantoms dataset
- demonstrates command line usage including simulating different scanner configurations and acquisition protocols
- run with bash demo_01_phantom_creation.sh
Installation is only required to generate new datasets, a pregenerated dataset can be downloaded from Zenodo, only proceed if you want to generate new simulated datasets.
Requirements
- Conda package manager e.g. Miniconda
- Mac, Linux, or Windows Subsystem for Linux (WSL) operating systems described on the Octave Conda Forge page. This package currently uses the Octave-based Michigan Image Reconstruction Toolbox (MIRT)
Installation
git clone https://github.com/DIDSR/pediatricIQphantoms
cd pediatricIQphantoms
conda env create --file environment.yml
conda activate pediatricIQphantomsThe code block above does the following in 4 lines:
- Git clones the pediatricIQphantoms repository
- Changes the active directory to the repo
- Creates a new conda environment called "pediatricIQphantoms"
- Activates the conda environment. This makes the phantom creation library pediatricIQphantoms accessible in scripts (see examples) and via command line calls (see demo 01 and demo 02).
Test the Installation
pytestThis runs the unit tests to verify that installation was successful.
Running Notebooks
To run the computational notebooks you will need to have jupyter installed
conda install jupyterlab -ypediatricIQphantoms `Documentation`_ provides further details on the rationale, usage, and examples for how to use the pediatric IQ phantoms, (available to download and use directly from Zenodo) or generate new phantom instances using the provided phantom generation functions.
Several examples are provided on how to use these functions:
- Check out the usage section for detailed information on customizing dataset running_simulations.
- See the tests directory for simple script examples
- Computational notebooks have also been provided to demonstrate how to use pediatricIQphantoms dataset including:
Issue Tracker | Source Code | Contributing Guide
For questions that cannot be addressed in the supporting Documentation
If you are having issues, please let us know. brandon.nelson@fda.hhs.gov; rongping.zeng@fda.hhs.gov
About the Catalog of Regulatory Science Tools
The enclosed tool is part of the Catalog of Regulatory Science Tools, which provides a peer-reviewed resource for stakeholders to use where standards and qualified Medical Device Development Tools (MDDTs) do not yet exist. These tools do not replace FDA-recognized standards or MDDTs. This catalog collates a variety of regulatory science tools that the FDA’s Center for Devices and Radiological Health’s (CDRH) Office of Science and Engineering Labs (OSEL) developed. These tools use the most innovative science to support medical device development and patient access to safe and effective medical devices. If you are considering using a tool from this catalog in your marketing submissions, note that these tools have not been qualified as Medical Device Development Tools and the FDA has not evaluated the suitability of these tools within any specific context of use. You may request feedback or meetings for medical device submissions as part of the Q-Submission Program. For more information about the Catalog of Regulatory Science Tools, email RST_CDRH@fda.hhs.gov.
- RST Reference Number: RST26MD02.01
- Date of Publication: 5/4/2026
- Recommended Citation: Recommended Citation: U.S. Food and Drug Administration. (2026). Pediatric IQ Phantoms: Digital Pediatric Image Quality Phantoms and Simulations for Evaluating CT Denoising Methods (RST26MD02.01). https://cdrh-rst.fda.gov/pediatric-iq-phantoms-digital-pediatric-image-quality-phantoms-and-simulations-evaluating-ct

