Name
model_cylinder - create a centered cylinder along Z axis with a given radius.
Usage
output = model_cylinder(radius, nx, ny ,nz)
Input
- radius
- cylinder radius
- nx
- x dimension of the output image
- ny
- y dimension of the output image
- nz
- z dimension of the output image
Output
- output
- the output image file
Description
The cylinder densities are set to one, the background to zero.
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.