Skip to content

Commit a81e490

Browse files
committed
Merge branch 'development'
2 parents c48fb40 + 7325fbd commit a81e490

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Available options:
118118
-test Run some physical tests.
119119
-f <filename> Load configuration from file ./configuration/<filename>.
120120
device=<device_type> Trying to init OpenCL on device <type> it could be cpu or gpu
121-
default-ALL (it try to init most powerful available device).
121+
default-ALL (it will try to init most powerful available device).
122122
timestep=<value> Start simulation with time step = <value> in seconds.
123123
timelimit=<value> Run simulation until <value> will be reached in seconds.
124124
leapfrog Use for integration LeapFrog method
@@ -138,11 +138,11 @@ All configuration is stored in ./configuration folder there are two demo configu
138138
```
139139
./Release/Sibernetic -f <configuration_file_name>.
140140
```
141-
For run worm body simulation you should run Siberntic with key
141+
For run worm body simulation you need run Siberntic with key
142142
```
143143
./Release/Sibernetic -f worm
144144
```
145-
it load worm body simulation and run pyhon modul which is responsible for muscle signal updating. If you want work with worm body configuration generator you should change branch to WormBodySimultion.
145+
it load worm body configuration and init and run pyhon module which is responsible for muscle signal updating. If you want work with worm body configuration generator you should change branch to WormBodySimultion.
146146

147147
Control in graphical mode
148148
---------------
@@ -151,7 +151,7 @@ If you run Sibernetic with graphic you can work with scene rotate and scaling by
151151
'Space' - pause simulation
152152
's' - save current configuration into file ./configuration/snapshot/configuration_default you can run this
153153
than (./Release/Sibernetic -f /snapshot/configuration_default).
154-
'q' or 'Esc' - quit the semulation
154+
'q' or 'Esc' - quit the sibernetic
155155
'1' - run demo1 configuration
156156
'2' - run demo2 configuration
157157
```
@@ -240,3 +240,7 @@ ffmpeg -i crawley_6.avi -r 0.05 -f image2 ~/Documents/tmp/output-%06d.jpg
240240
#re-encode into video
241241
ffmpeg -r 100 -i output-%06d.jpg -r 100 -vb 60M speeded_worm.mp4
242242
```
243+
Troubleshooting
244+
--------------------
245+
If you have any question or have a problem with runing sibernetic please contact with us
246+
email me on skhayrulin@openworm.org or info@openworm.org. Or you can create the [issues on github](https://github.com/openworm/sibernetic/issues)

0 commit comments

Comments
 (0)