Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change TABLE settings for mod files to cover wider voltage range #4

Open
pgleeson opened this issue Oct 27, 2015 · 0 comments
Open
Assignees

Comments

@pgleeson
Copy link
Member

Currently most mod files have expressions like:

DEPEND Aalpha_n, Kalpha_n, V0alpha_n, 
       Abeta_n, Kbeta_n, V0beta_n, V0_ninf, B_ninf, celsius FROM -100 TO 30 WITH 13000 

i.e. precalculate a table of 13000 values for Aalpha_n etc. from -100mV to 30mV

This led to some difficulties comparing the mod file behaviour to the NeuroML2 channel behaviour, e.g. the value for tau is fixed at 30mV to 100mV.

selection_262

@theiera is there any reason (apart from efficiency) that I shouldn't increase the bounds of this, -100mV->100mV (and increase table size)? Note that the peak of the spikes are slightly above 30mV. Also, erev of Na is ~87mV and so getting much higher than 30mV is not unrealistic.

pgleeson added a commit that referenced this issue Dec 8, 2015
Updating timings of spiking in pacemaking example
Updating README
pgleeson pushed a commit that referenced this issue Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants