Name
model_blank - create an image filled with given value (default zero)
Usage
image = model_blank(nx, [ny, nz, bckg] )
Input
- nx
- x dimension of the image
- ny
- y dimension of the image (optional)
- nz
- z dimension of the image (optional)
- bckg
- image will be filled with vlue bckg (default zero)
Output
- output
- output image
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
- category 2
- SPATIAL
Files
utilities.py
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.