Hi Eugenio
Thank you for your reply.
My main issue here is that
I cannot even upload a .py file into my workspace yet!
Not sure what might be wrong from my side!
You can check the attached screen-recorded file.
Assuming that the upload issue will be fixed, I encounter some other issues here.
As you mentioned: "
Right now, NetPyNE supports importation of cellular properties only."
So, there is no chance to upload and have a made-up network from a hoc file?
As I noticed, we just keep
one cell in the hoc file; we also eliminate all the proc (including proc subsets(), proc geom(), proc biophys(), proc synapses(),...) except the
topology, proc topol(), shape3d, and proc init(), I assume because we are going to build them all in the
NetPyNE GUI again.
I am just wondering why we kept the "
insert pas" in the
proc init()?So, can't we also keep the "
insert hh" just like "
insert pas"?
Also, wondering how/why we need to change the
e_pas=-60 and
g_pas=1/10000? Are these values specific to EC cells? I think the default values were
e_pas = -70 and
g_pas=0.001. "proc init(){
topol()
basic_shape()
forall{
insert pas
e_pas=-70
g_pas=0.001
cm=1
Ra=100
}
}
"I made up another hoc file (please see the attached, CA3_Cell.hoc) based on what you made as ECtemplate.hoc. Can you please check it up and see if it's good to go and be uploaded to GUI?
Thank you.
Besides, the Python file seems a little tricky to me!
I am not sure if we are going to work in the GUI, why do we even need the Python file?
As I remember from the tutorials, we can either build the network in the GUI, OR we can manually build the network in the Python file with writing codes.
Please correct me if I'm wrong.
I appreciate your time and support, Eugenio.
Best,
Reza