Math Lib#

Library for math functions for use elsewhere.

Functions#

weighted_sum_computation(pet_series, frame_duration, ...)

Weighted sum of a PET image based on time and re-corrected for decay correction.

weighted_sum_computation_over_index_window(pet_series, ...)

Computes a weighted sum over a specified index window for a 4D PET image series. See

gauss_blur_computation(input_image, blur_size_mm, ...)

Applies a Gaussian blur to an array image. Function intended to be a