Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Dec 4, 2024
1 parent d683d54 commit 315fd9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snudda/place/region_mesh_redux.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ def __init__(self, mesh_path: str, d_min: float, random_seed=None, rng=None,
f" WARNING --> is the volume too small? You can create new cube mesh using create_cube_mesh.py\n\n"
f"Example how to use create_cube_mesh.py:\n"
f"from snudda.place.create_cube_mesh import create_cube_mesh\n"
f"create_cube_mesh('your_cube_mesh_name.obj', (0,0,0), 300e-6,\n"
f" description='Example, you need to adjust size yourself')\n"
f"create_cube_mesh(file_name='your_cube_mesh_name.obj', \n"
f" centre_point=(0,0,0), side_len=300e-6,\n"
f" description='Adjust side_len to get correct neuron density')\n"
)

self.putative_points = putative_points
Expand Down

0 comments on commit 315fd9c

Please sign in to comment.