Name
print_col - print to the standard output column iy from slice iz of the image input.
Usage
print_col(image, iy, iz)
Input
- image
- input image
- iy
- column number
- iz
- slice number (optional, valid only for a 3D)
Output
- output
- none, it prints to the standard output (monitor)
Note: the printout is in C convention, i.e., element (0,0) of the zero slice will appear in the upper left corner, so it will be flipped with respect to the graphical display.
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
- category 2
- SPATIAL
Files
utilities.py
See also
print_row, print_slice.
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.