% to be run before run_test.sli
% Setup:
% - 5x5 -> 5x5, extent 1.25x1.25 -> -0.5, -0.25, 0, 0.25, 0.5
% - rectangular mask ll: [0.,0.] ur: [0.6,0.3]
% - anchor [-0.5, -0.25]
%
% Expectation:
% - anchor moves rectangle to lower left of source
% - for source 14 [0.0,0.0] box-ll at [-0.5,-0.25], ie 5, ie T:31
% - for source 14, box-ur at [0.1, 0.05], ie top-right of 14, ie T:40
%
% nodes in the bottom row connect only to nodes on the corresponding row
% nodes at the right edge have no connections beyond the edge
%
% Sources Targets
% 2 7 12 17 22 28 33 38 43 48
% 3 8 13 18 23 29 34 39 44 49
% 4 9 14 19 24 30 35 40 45 50
% 5 10 15 20 25 31 36 41 46 51
% 6 11 16 21 26 32 37 42 47 52
%
% Exemplary connections
% 2 -> 28 29 17 -> 33 38 43 22 -> 38 43 48
% 34 39 44 39 44 49
%
% 6 -> 32 21 -> 37 42 47 26 -> 42 47 52
/layer << /rows 5
/columns 5
/extent [1.25 1.25]
/center [0. 0.]
/edge_wrap false
/elements /iaf_neuron
>> def
/src_layer layer def
/tgt_layer layer def
/conns << /connection_type (divergent)
/mask << /rectangular << /lower_left [0.0 0.0] /upper_right [0.6 0.3] >>
/anchor [ -0.5 -0.25 ]
>>
>> def