An open API service indexing awesome lists of open source software.

https://github.com/mobeets/mtrfs_asd

fitting MT RFs using ASD
https://github.com/mobeets/mtrfs_asd

Last synced: 4 months ago
JSON representation

fitting MT RFs using ASD

Awesome Lists containing this project

README

          

%% fit all MT RFs with ASD for a given exname

exname = 'n20150304a';
fits = rf.fitCells(exname);

%% visualize the first cell's RF

stim = io.loadStim(exname);
cur = fits(1);
plot.rfSingle(stim.gaborXY, cur.fit.w);