Name
print_image_slice - print to the standard output slice iz of the image input.
Usage
print_image_slice(image, iz)
Input
- image
- input image
- iz
- slice number
Output
- output
- none, it prints to the standard output (monitor)
Note: the printout is in agreement with the display convention, i.e., element (0,0) of the zero slice will appear in the lower left corner.
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
- category 2
- SPATIAL
Files
utilities.py
See also
print_image_row, print_image_col.
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.