Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaisukeMiyamoto authored Jan 14, 2017
1 parent 79cb232 commit bc760f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vtkgen.write_vtk('simple3.vtk')
```

### generate VTK file for volume rendering
```
```python
from swc2vtk.vtkgenerator import VtkGenerator
vtkgen = VtkGenerator()
vtkgen.add_swc('simple.swc')
Expand All @@ -85,15 +85,15 @@ change SWC compartment drawing method. Largeer number is better.
- `2`: one cylinder with three cell mode
- `3`: one cylinder with a hemisphere

```
```python
vtkgen = VtkGenerator()
vtkgen.add_swc('simple.swc'))
vtkgen.set_draw_mode(4)
vtkgen.write_vtk('simple.vtk'))
```

- `Division Number`
```
```python
vtkgen = VtkGenerator()
vtkgen.add_swc('simple.swc'))
vtkgen.set_division_number(20)
Expand All @@ -105,17 +105,17 @@ vtkgen.write_vtk('simple.vtk'))


## Output Examples
### single neuron
### Single Neuron Morphology
![single](https://github.com/DaisukeMiyamoto/swc2vtk/releases/download/v0.01/singleneuron_small.png)

- [high resolution version](https://github.com/DaisukeMiyamoto/swc2vtk/releases/download/v0.01/singleneuron.png)

### Coloring multiple SWC files
### Coloring Multiple SWC Files
![Coloring](https://github.com/DaisukeMiyamoto/swc2vtk/releases/download/v0.01/standardbrain_small20170110.png)

### single neuron simulation
### Single Neuron Simulation

### neural circuit simulation
### Neural Circuit Simulation

### Volume Rendering

Expand Down

0 comments on commit bc760f4

Please sign in to comment.