Skip to content

Instantly share code, notes, and snippets.

@russelljjarvis
Created February 15, 2023 07:31
Show Gist options
  • Save russelljjarvis/6af437483449682abbc92069d7e9d50e to your computer and use it in GitHub Desktop.
Save russelljjarvis/6af437483449682abbc92069d7e9d50e to your computer and use it in GitHub Desktop.
potjans_param.jl
include("src/genWeightsPotjans.jl")
ccu = Dict("23E"=>20683,
"4E"=>21915,
"5E"=>4850,
"6E"=>14395, "6I"=>2948, "23I"=>5834,"5I"=>1065,"4I"=>5479)
ccu = Dict((k,ceil(Int64,v)) for (k,v) in pairs(ccu))
Ncells = sum([i for i in values(ccu)])+1
(edge_dict,w0Weights,Ne,Ni,Lexc,Linh) = potjans_weights(Ncells, jee, jie, jei, jii)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment