-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Romesh Abeysuriya edited this page Mar 25, 2015
·
13 revisions
Here's how to get started
-
Print out or open the manual
Documentation/user.pdf
-
Make sure you are using GCC 4.8 or higher, as the code requires the C++11 random libraries
-
Open a terminal, go into the
neurofield
folder, and typemake
to build the project -
Do a test run
./Release/NeuroField -i Configs/example.conf -o example.output
This will run the configuration file
example.conf
inside theConfigs
folder, and generateexample.output
. You should look at both of these in a text editor -
Congratulations, you have now used NeuroField! The next step is to get started with the Matlab analysis routines
-
Don't forget to examine and run more of the example configurations included in the
Configs
folder
© Brain Dynamics Group, University of Sydney 2015