Skip to content

Commit

Permalink
Added missing argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Apr 9, 2024
1 parent 2a979db commit dd8ff76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tomotools/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def create_cylinder_model(radius=30, blur=True, blur_sigma=1.5, add_others=False
If True, apply a Gaussian blur to the volume
blur_sigma : float
Sigma value for the Gaussiuan blur
add_others : bool
If True, add a second and third cylinder to the model near the periphery. This is useful
for testing the effects of additional objects entering the tilt series field of view.
Returns
----------
cylinder : Signal2D
Expand Down

0 comments on commit dd8ff76

Please sign in to comment.