cigvis.vispynodes.fixed_image module#

class cigvis.vispynodes.fixed_image.FixedImage(imgs, axis='z', pos=0, cmaps=['grays'], clims=None, interpolations=['linear'], method='auto')#

Bases: Image

fixed location image, input slices, instead of volume, disable drag mode

Parameters#

imgsarray-like or List[array-like]

input images

axisstr

one of [‘x’, ‘y’, ‘z’]

posint or List or Tuple

position of the image, can be int number or Tuple, pos=10, axis=’z’ => start_pos = [0, 0, 10], pos=[90, 10, 20] => start_pos = [90, 10, 20]

cmapsList

cmap for each image

climsList

clim for each image

interpolationsList

interpolation method for each image

methodstr

method of Image

property axis#

The dimension that this image is perpendicular aligned to.