This App implements a linear correlation analysis of brain images to detect brain activity. It automatically extract a dynamic network from brain activity of slices of mice brain. It is interesting to analyse the long range interactions between the different brain hemispheres. Moreover, this should be done in real-time in order to actively collect information and to suggest action to take to the scientists.
The repo root directory contains the following items:
Directory containing project sources.
Documentation of the project.
License of the project.
Ensure the environment variables below are correctly set:
MAXELEROSDIR
MAXCOMPILERDIR
To compile the application, run:
make RUNRULE="<ProfileName>"
If would like to remove the distributed maxfiles before recompiling the application run the following command before compilation:
make RUNRULE="<ProfileName>" distclean
Compiles the application
Removes results of compilation from build directories
Removes all results of comakempilation from build directories, including all maxfiles
Brain Network on AppGallery