// genesis -- tutorial 7 -- net_inputs.g // The input cells are just randomspike units: create randomspike /library/input setfield ^ rate 200.0 abs_refract 0.001 // creating a plane (map) of input cells // based on the /library/input prototype // Usage : // createmap prototype destination // number_in_x_direction number_in_y_direction // -delta separation_in_x_direction separation_in_y_direction // -origin offset_in_x_direction offset_in_y_direction createmap /library/input /in 8 8 -delta 0.1 0.1 -origin 0.15 0.15