To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at git://github.com/rmeddis/MAP.git .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Revision:

root / userProgramsTim / test_autocorr.m @ 38:c2204b18f4a2

History | View | Annotate | Download (665 Bytes)

1 38:c2204b18f4a2 rmeddis
addpath('..\utilities');
2
addpath('..\MAP')
3
4
%% delare 'showMap' options to control graphical output
5
showMapOptions.printModelParameters=1;   % prints all parameters
6
showMapOptions.showModelOutput=1;       % plot of all stages
7
showMapOptions.printFiringRates=1;      % prints stage activity levels
8
showMapOptions.showACF=1;               % shows SACF (probability only)
9
showMapOptions.showEfferent=1;          % tracks of AR and MOC
10
showMapOptions.surfProbability=1;       % 2D plot of HSR response
11
showMapOptions.surfSpikes=1;            % 2D plot of spikes histogram
12
showMapOptions.ICrates=0;               % IC rates by CNtauGk
13
14
UTIL_showMAP(showMapOptions, {})