Skip to content
Romesh Abeysuriya edited this page Mar 25, 2015 · 13 revisions

So you just downloaded NeuroField...

Here's how to get started

  1. Print out or open the manual Documentation/user.pdf

  2. Make sure you are using GCC 4.8 or higher, as the code requires the C++11 random libraries

  3. Open a terminal, go into the neurofield folder, and type make to build the project

  4. Do a test run

     ./Release/NeuroField -i Configs/example.conf -o example.output
    

    This will run the configuration file example.conf inside the Configs folder, and generate example.output. You should look at both of these in a text editor

  5. Congratulations, you have now used NeuroField! The next step is to get started with the Matlab analysis routines

  6. Don't forget to examine and run more of the example configurations included in the Configs folder