Name

get_image - read an image from the disk, or assign existing object to the output, or create a blank image

Usage

output = get_image(imagename)

or

output = get_image(None, nx, ny, nz)

Input

imagename
one of the following

Output

output
image objected containg the read disk file or a copy of the imagename input image, or a new image object sized (nx,ny,nz).

Author / Maintainer

Pawel A. Penczek

Keywords

category 1
UTILITIES

Files

utilities.py

Maturity

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

Bugs

None. It is perfect.

get_image (last edited 2013-07-01 13:12:50 by localhost)