pytomography.utils.plot_utils#

Module Contents#

Functions#

get_extent(im, affine)

dual_imshow(plane, im1, im2, im1_idx, affine1, ...)

dual_imshow_coronal(im1, im2, im1_idx, affine1, ...)

dual_imshow_axial(im1, im2, im1_idx, affine1, affine2, ...)

dual_imshow_sagittal(im1, im2, im1_idx, affine1, ...)

Attributes#

pytomography.utils.plot_utils.module_path[source]#
pytomography.utils.plot_utils.color_filepath[source]#
pytomography.utils.plot_utils.colors[source]#
pytomography.utils.plot_utils.pet_cmap[source]#
pytomography.utils.plot_utils.get_extent(im, affine)[source]#
pytomography.utils.plot_utils.dual_imshow(plane, im1, im2, im1_idx, affine1, affine2, imshow1_kwargs, imshow2_kwargs)[source]#
pytomography.utils.plot_utils.dual_imshow_coronal(im1, im2, im1_idx, affine1, affine2, imshow1_kwargs, imshow2_kwargs)[source]#
pytomography.utils.plot_utils.dual_imshow_axial(im1, im2, im1_idx, affine1, affine2, imshow1_kwargs, imshow2_kwargs)[source]#
pytomography.utils.plot_utils.dual_imshow_sagittal(im1, im2, im1_idx, affine1, affine2, imshow1_kwargs, imshow2_kwargs)[source]#