fzenke / pub2015orchestrated

Simulation code from Zenke, F., Agnes, E.J., and Gerstner, W. (2015).
http://www.nature.com/ncomms/2015/150421/ncomms7922/full/ncomms7922.html
GNU General Public License v2.0
9 stars 8 forks source link

Recover inhibitory connections #2

Closed nfzd closed 3 years ago

nfzd commented 3 years ago

Hi, I am trying to unpack the weight matrices from the simulation results for some analysis. The EE weights are stored and I can load them (the jupyter notebook is very helpful for this). But I cannot find the EI, IE, and II weights anywhere. Are they not stored by the simulation code? Thanks a lot.

fzenke commented 3 years ago

This is where the weights are stored: https://github.com/fzenke/pub2015orchestrated/blob/master/src/sim_rc_p10c.cpp#L799 Looks like it's only EE that's stored, but you can copy and paste (and adapt) these two lines for the other weight matrices.