Name

print_row - print to the standard output row ix from slice iz of the image input.

Usage

print_row(image, ix, iz)

Input

image
input image
ix
row number
iz
slice number (optional, valid only for a 3D)

Output

output
none, it prints to the standard output (monitor)

Author / Maintainer

Pawel A. Penczek

Keywords

category 1
UTILITIES
category 2
SPATIAL

Files

utilities.py

See also

print_col, print_slice.

Maturity

stable
works for most people, has been tested; test cases/examples available.

Bugs

None. It is perfect.

print_row (last edited 2013-07-01 13:12:24 by localhost)