Name
model_circle - create a centered circle (or sphere) having radius r.
Usage
output = model_circle(r, nx, ny [,nz])
Input
- r
- circle/sphere radius
- nx
- x dimension of the output image
- ny
- y dimension of the output image
- nz
- z dimension of the output image (optional)
Output
- output
- the output image file
Description
The circle 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.