Modulation of temporal integration window (Migliore, Shepherd 2002)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:7659
Model simulation file from the paper M.Migliore and Gordon M. Shepherd Emerging rules for distributions of active dendritic properties underlying specific neuronal functions. Nature Rev. Neurosci. 3, 362-370 (2002).
Reference:
1 . Migliore M, Shepherd GM (2002) Emerging rules for the distributions of active dendritic conductances. Nat Rev Neurosci 3:362-70 [PubMed]
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Neuron or other electrically excitable cell;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s): I h;
Gap Junctions:
Receptor(s): AMPA;
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Coincidence Detection; Simplified Models;
Implementer(s): Migliore, Michele [Michele.Migliore at Yale.edu];
Search NeuronDB for information about:  AMPA; I h;
/
window
README.txt
distr.mod *
h.mod
fig1a.hoc
mosinit.hoc
                            
TITLE ...just to store peak membrane voltage
: M.Migliore June 2001

UNITS {
	(mA) = (milliamp)
	(mV) = (millivolt)

}

PARAMETER {
	v (mV)
}


NEURON {
	SUFFIX ds
        RANGE vmax
}

ASSIGNED {
	vmax
}

INITIAL {
	vmax=v
}


BREAKPOINT {
	if (v>vmax) {vmax=v}
}