Skip to content

Difference between El and El_reference for GLIF neuron #1013

Open
@anirban6908

Description

@anirban6908

Hi,
What is the difference between El and El_reference if GLIF neuron config file. From the code here
http://alleninstitute.github.io/AllenSDK/_modules/allensdk/model/glif/glif_neuron.html
it seems they should be the same

def to_dict(self):
        """ Convert the neuron to a serializable dictionary. """
        return {
            'type': self.type,
            'El': self.El,
            'El_reference': self.El
        }

But when I downloaded a model I see El=0 and El_reference ~ -78mV. I think El_reference points to v_rest?

Metadata

Metadata

Labels

celltypesrelates to Insitute Cell Types programexternalIssues submitted from external users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions