// $Id: protodefs.g,v 16.1 2000/03/02 14:43:39 ajay Exp $ //genesis - GENESIS Version 2.1 // protodefs.g for the hippo model -ak echo -------------------------------------------------- echo HIPPO - A GENESIS-based model of the hippocampus. echo CA3 region (SI units are used) echo -------------------------------------------------- // Create the library to store the prototypes. create neutral /library disable /library include compartments include pyramidal.g include interneuron.g include syn_chans_hippo.g include spike.g pushe /library make_cylind_compartment make_cylind_symcompartment make_Na make_K_DR make_Ca make_K_AHP make_K_C make_K_A make_Ca_conc // make_Na_INT // make_K_DR_INT make_spike // scale inactivation time constant of K_A so that it is ~10 ms scaletabchan K_A Y tau 1.0 0.07 0.0 0.0 pope readcell pyramidal.p /pyr // create the pyr cell lib. readcell interneuron.p /int_a // GABAa cells readcell interneuron.p /int_b // GABAb cells readcell EC.p /EC // EC cells set_Em /pyr set_Em /int_a set_Em /int_b set_Em /EC