Variables | |
| actual_shape = image_data.shape | |
| actual_spacing = image.getSpacing() | |
| tuple | expected_shape = (94, 256, 256) |
| expected_spacing = numpy.array([0.9375, 0.9375, 1.5], dtype='f') | |
| image = camitk.Application.getTopLevelComponents()[0] | |
| image_data = image.getImageDataAsNumpy() | |
| image_component.actual_shape = image_data.shape |
| image_component.actual_spacing = image.getSpacing() |
| tuple image_component.expected_shape = (94, 256, 256) |
| image_component.expected_spacing = numpy.array([0.9375, 0.9375, 1.5], dtype='f') |
| image_component.image = camitk.Application.getTopLevelComponents()[0] |
| image_component.image_data = image.getImageDataAsNumpy() |