Mercurial > hg > map
diff userProgramsTim/test_autocorr.m @ 38:c2204b18f4a2 tip
End nov big change
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Mon, 28 Nov 2011 13:34:28 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/userProgramsTim/test_autocorr.m Mon Nov 28 13:34:28 2011 +0000 @@ -0,0 +1,14 @@ +addpath('..\utilities'); +addpath('..\MAP') + +%% delare 'showMap' options to control graphical output +showMapOptions.printModelParameters=1; % prints all parameters +showMapOptions.showModelOutput=1; % plot of all stages +showMapOptions.printFiringRates=1; % prints stage activity levels +showMapOptions.showACF=1; % shows SACF (probability only) +showMapOptions.showEfferent=1; % tracks of AR and MOC +showMapOptions.surfProbability=1; % 2D plot of HSR response +showMapOptions.surfSpikes=1; % 2D plot of spikes histogram +showMapOptions.ICrates=0; % IC rates by CNtauGk + +UTIL_showMAP(showMapOptions, {})