Skip to main content

ImageStackImportOptions

Other

Options for importing an image stack from ordered 2D files.

Import

import ScriptingApi as api

# Access the class
# ImageStackImportOptions is available via api.ImageStackImportOptions

Properties

spacing_x

Spacing along X in millimeters. Must be greater than zero.

Type: float


spacing_y

Spacing along Y in millimeters. Must be greater than zero.

Type: float


spacing_z

Spacing along Z in millimeters. Must be greater than zero.

Type: float


origin_x

Origin along X in millimeters.

Type: float


origin_y

Origin along Y in millimeters.

Type: float


origin_z

Origin along Z in millimeters.

Type: float


invert_x

Mirror the imported volume along the X axis after stacking.

Type: bool


invert_y

Mirror the imported volume along the Y axis after stacking.

Type: bool


invert_z

Mirror the imported volume along the Z axis after stacking.

Type: bool


invert_intensity

Invert the grayscale values after stacking.

Type: bool


See Also