// $Id: int_b_to_int_b.g,v 16.1 2000/03/02 14:43:39 ajay Exp $ // genesis // int_b_to_int_b.g HIPPO model -GW // synaptic connections from interneuron layer to interneuron layer. /* * Usage : * planarconnect source-path destination-path * [-relative] * [-sourcemask {box,ellipse} x1 y1 x2 y2] * [-sourcehole {box,ellipse} x1 y1 x2 y2] * [-destmask {box,ellipse} x1 y1 x2 y2] * [-desthole {box,ellipse} x1 y1 x2 y2] * [-probability p] */ echo Making connections from int_b to int_b.... planarconnect /int_b_layer/int_b[]/soma/spike \ /int_b_layer/int_b[]/apical/GABAb_channel \ -sourcemask box -1 -1 1 1 \ -destmask box -1 -1 1 1 \ -probability {i_to_i} echo Setting weights and delays for int_b to int_b connections.... // assigning delays using the planardelay function /* * Usage : * planardelay path * [-fixed delay] * [-radial propagation_velocity] * [-uniform range] (not used here) * [-gaussian sd max] (not used here) * [-exp mid max] (not used here) * [-absoluterandom] (not used here) */ planardelay /int_b_layer/int_b[]/soma/spike -radial {CABLE_VEL} // planardelay /int_b_layer/int_b[]/soma/spike -fixed {i_to_ip_syndelay} // assigning weights using the planarweight function /* * Usage : * planarweight sourcepath * [-fixed weight] * [-decay decay_rate max_weight min_weight] * [-uniform range] * [-gaussian sd max] * [-exponential mid max] * [-absoluterandom] */ planarweight /int_b_layer/int_b[]/soma/spike -fixed .00001