Register#

Provides tools to register PET images to anatomical or atlas space. Wrapper for ANTs and FSL registration software.

Classes#

RegisterBase

Base class for registration API

RegisterPet

API for registration of dynamic PET image to a static template.

Functions#

register_pet_to_pet(→ ants.ANTsImage)

Compute weighted series sum images for input and reference pet images, then register input to reference.

register_pet(input_reg_image_path, out_image_path, ...)

Computes and runs rigid registration of 4D PET image series to 3D anatomical image, typically

warp_pet_to_atlas(→ ants.ANTsImage)

Warp a (3D or 4D) PET image (in anatomical space) to atlas space using an anatomical image.

apply_xfm_ants(→ ants.ANTsImage)

Applies existing transforms in ANTs or ITK format to an input image, onto

apply_xfm_fsl(input_image_path, ref_image_path, ...[, ...])

Applies existing transforms in FSL format to an input image, onto a

resample_nii_4dfp(input_image_path, ...)

Resample and rearrange a 3D PET image to mpr space. This function mimics the functionality