Stefan Schuermans commited on 2017-06-07 21:38:03
Showing 1 changed files, with 63 additions and 0 deletions.
... | ... |
@@ -0,0 +1,63 @@ |
1 |
+# EtherPix simulator configuration file for screen with 5x2 panels of 8x12 pixels each |
|
2 |
+ |
|
3 |
+# configure distributors |
|
4 |
+# syntax: |
|
5 |
+# distributor <distno> = <outputs>,<pixels> |
|
6 |
+# description: |
|
7 |
+# distno: number of distributor |
|
8 |
+# outputs: number of outputs per distributor |
|
9 |
+# pixels: number of pixels per output |
|
10 |
+distributor 0 = 32,96 |
|
11 |
+ |
|
12 |
+# set address of simulated distributor |
|
13 |
+# IP must be a valid the host running the simulator |
|
14 |
+# syntax: |
|
15 |
+# distributorAddr = <IPv4>:<port> |
|
16 |
+# description: |
|
17 |
+# IPv4: IPv4 address |
|
18 |
+# port: UDP port number |
|
19 |
+distributorAddr 0 = 127.0.0.1:23000 |
|
20 |
+ |
|
21 |
+# configure mapping between the color channel values in the video |
|
22 |
+# and the values transmitted to the display |
|
23 |
+# a mapping is configured per distributor and applies to all pixels |
|
24 |
+# connected to it |
|
25 |
+# syntax: |
|
26 |
+# mapping <distno> (red|green|blue) = <base> <factor> <gamma> |
|
27 |
+# description: |
|
28 |
+# distno: number of distributor |
|
29 |
+# base, factor, gamma: floating-point values used in formula |
|
30 |
+# mapping formula: |
|
31 |
+# display := base + factor * video ** (1.0 / gamma) |
|
32 |
+# description: |
|
33 |
+# display: the value sent to the actual pixel connected to the distributor |
|
34 |
+# video: the color channel value taken from the video |
|
35 |
+mapping 0 red = 0.0 1.0 1.0 |
|
36 |
+mapping 0 green = 0.0 1.0 1.0 |
|
37 |
+mapping 0 blue = 0.0 1.0 1.0 |
|
38 |
+ |
|
39 |
+# specify positions of the simulated pixels at outputs of the simulated |
|
40 |
+# distributor |
|
41 |
+# for each pixel, the position and size if specified relative to the |
|
42 |
+# simulator window dimensions |
|
43 |
+# syntax: |
|
44 |
+# output <distno> <outno> = <px 1 x>,<px 1 y>,<px 1 size> |
|
45 |
+# <px 2 x>,<px 2 y>,<px 2 size> ... <pixel N> |
|
46 |
+# description: |
|
47 |
+# distno: number of distributor |
|
48 |
+# outno: number of output of distributor |
|
49 |
+# px i x/y: the x/y coordinates of the simulated pixel of the video pixel |
|
50 |
+# in the simulator window |
|
51 |
+# px i size: the size of the simulated pixel of the video pixel in the |
|
52 |
+# simulator window |
|
53 |
+output 0,0 = 0.0125,0.5125,0.0110485 0.0125,0.5375,0.0110485 0.0125,0.5625,0.0110485 0.0125,0.5875,0.0110485 0.0125,0.6125,0.0110485 0.0125,0.6375,0.0110485 0.0125,0.6625,0.0110485 0.0125,0.6875,0.0110485 0.0125,0.7125,0.0110485 0.0125,0.7375,0.0110485 0.0125,0.7625,0.0110485 0.0125,0.7875,0.0110485 0.0375,0.7875,0.0110485 0.0375,0.7625,0.0110485 0.0375,0.7375,0.0110485 0.0375,0.7125,0.0110485 0.0375,0.6875,0.0110485 0.0375,0.6625,0.0110485 0.0375,0.6375,0.0110485 0.0375,0.6125,0.0110485 0.0375,0.5875,0.0110485 0.0375,0.5625,0.0110485 0.0375,0.5375,0.0110485 0.0375,0.5125,0.0110485 0.0625,0.5125,0.0110485 0.0625,0.5375,0.0110485 0.0625,0.5625,0.0110485 0.0625,0.5875,0.0110485 0.0625,0.6125,0.0110485 0.0625,0.6375,0.0110485 0.0625,0.6625,0.0110485 0.0625,0.6875,0.0110485 0.0625,0.7125,0.0110485 0.0625,0.7375,0.0110485 0.0625,0.7625,0.0110485 0.0625,0.7875,0.0110485 0.0875,0.7875,0.0110485 0.0875,0.7625,0.0110485 0.0875,0.7375,0.0110485 0.0875,0.7125,0.0110485 0.0875,0.6875,0.0110485 0.0875,0.6625,0.0110485 0.0875,0.6375,0.0110485 0.0875,0.6125,0.0110485 0.0875,0.5875,0.0110485 0.0875,0.5625,0.0110485 0.0875,0.5375,0.0110485 0.0875,0.5125,0.0110485 0.1125,0.5125,0.0110485 0.1125,0.5375,0.0110485 0.1125,0.5625,0.0110485 0.1125,0.5875,0.0110485 0.1125,0.6125,0.0110485 0.1125,0.6375,0.0110485 0.1125,0.6625,0.0110485 0.1125,0.6875,0.0110485 0.1125,0.7125,0.0110485 0.1125,0.7375,0.0110485 0.1125,0.7625,0.0110485 0.1125,0.7875,0.0110485 0.1375,0.7875,0.0110485 0.1375,0.7625,0.0110485 0.1375,0.7375,0.0110485 0.1375,0.7125,0.0110485 0.1375,0.6875,0.0110485 0.1375,0.6625,0.0110485 0.1375,0.6375,0.0110485 0.1375,0.6125,0.0110485 0.1375,0.5875,0.0110485 0.1375,0.5625,0.0110485 0.1375,0.5375,0.0110485 0.1375,0.5125,0.0110485 0.1625,0.5125,0.0110485 0.1625,0.5375,0.0110485 0.1625,0.5625,0.0110485 0.1625,0.5875,0.0110485 0.1625,0.6125,0.0110485 0.1625,0.6375,0.0110485 0.1625,0.6625,0.0110485 0.1625,0.6875,0.0110485 0.1625,0.7125,0.0110485 0.1625,0.7375,0.0110485 0.1625,0.7625,0.0110485 0.1625,0.7875,0.0110485 0.1875,0.7875,0.0110485 0.1875,0.7625,0.0110485 0.1875,0.7375,0.0110485 0.1875,0.7125,0.0110485 0.1875,0.6875,0.0110485 0.1875,0.6625,0.0110485 0.1875,0.6375,0.0110485 0.1875,0.6125,0.0110485 0.1875,0.5875,0.0110485 0.1875,0.5625,0.0110485 0.1875,0.5375,0.0110485 0.1875,0.5125,0.0110485 |
|
54 |
+output 0,1 = 0.0125,0.2125,0.0110485 0.0125,0.2375,0.0110485 0.0125,0.2625,0.0110485 0.0125,0.2875,0.0110485 0.0125,0.3125,0.0110485 0.0125,0.3375,0.0110485 0.0125,0.3625,0.0110485 0.0125,0.3875,0.0110485 0.0125,0.4125,0.0110485 0.0125,0.4375,0.0110485 0.0125,0.4625,0.0110485 0.0125,0.4875,0.0110485 0.0375,0.4875,0.0110485 0.0375,0.4625,0.0110485 0.0375,0.4375,0.0110485 0.0375,0.4125,0.0110485 0.0375,0.3875,0.0110485 0.0375,0.3625,0.0110485 0.0375,0.3375,0.0110485 0.0375,0.3125,0.0110485 0.0375,0.2875,0.0110485 0.0375,0.2625,0.0110485 0.0375,0.2375,0.0110485 0.0375,0.2125,0.0110485 0.0625,0.2125,0.0110485 0.0625,0.2375,0.0110485 0.0625,0.2625,0.0110485 0.0625,0.2875,0.0110485 0.0625,0.3125,0.0110485 0.0625,0.3375,0.0110485 0.0625,0.3625,0.0110485 0.0625,0.3875,0.0110485 0.0625,0.4125,0.0110485 0.0625,0.4375,0.0110485 0.0625,0.4625,0.0110485 0.0625,0.4875,0.0110485 0.0875,0.4875,0.0110485 0.0875,0.4625,0.0110485 0.0875,0.4375,0.0110485 0.0875,0.4125,0.0110485 0.0875,0.3875,0.0110485 0.0875,0.3625,0.0110485 0.0875,0.3375,0.0110485 0.0875,0.3125,0.0110485 0.0875,0.2875,0.0110485 0.0875,0.2625,0.0110485 0.0875,0.2375,0.0110485 0.0875,0.2125,0.0110485 0.1125,0.2125,0.0110485 0.1125,0.2375,0.0110485 0.1125,0.2625,0.0110485 0.1125,0.2875,0.0110485 0.1125,0.3125,0.0110485 0.1125,0.3375,0.0110485 0.1125,0.3625,0.0110485 0.1125,0.3875,0.0110485 0.1125,0.4125,0.0110485 0.1125,0.4375,0.0110485 0.1125,0.4625,0.0110485 0.1125,0.4875,0.0110485 0.1375,0.4875,0.0110485 0.1375,0.4625,0.0110485 0.1375,0.4375,0.0110485 0.1375,0.4125,0.0110485 0.1375,0.3875,0.0110485 0.1375,0.3625,0.0110485 0.1375,0.3375,0.0110485 0.1375,0.3125,0.0110485 0.1375,0.2875,0.0110485 0.1375,0.2625,0.0110485 0.1375,0.2375,0.0110485 0.1375,0.2125,0.0110485 0.1625,0.2125,0.0110485 0.1625,0.2375,0.0110485 0.1625,0.2625,0.0110485 0.1625,0.2875,0.0110485 0.1625,0.3125,0.0110485 0.1625,0.3375,0.0110485 0.1625,0.3625,0.0110485 0.1625,0.3875,0.0110485 0.1625,0.4125,0.0110485 0.1625,0.4375,0.0110485 0.1625,0.4625,0.0110485 0.1625,0.4875,0.0110485 0.1875,0.4875,0.0110485 0.1875,0.4625,0.0110485 0.1875,0.4375,0.0110485 0.1875,0.4125,0.0110485 0.1875,0.3875,0.0110485 0.1875,0.3625,0.0110485 0.1875,0.3375,0.0110485 0.1875,0.3125,0.0110485 0.1875,0.2875,0.0110485 0.1875,0.2625,0.0110485 0.1875,0.2375,0.0110485 0.1875,0.2125,0.0110485 |
|
55 |
+output 0,2 = 0.2125,0.5125,0.0110485 0.2125,0.5375,0.0110485 0.2125,0.5625,0.0110485 0.2125,0.5875,0.0110485 0.2125,0.6125,0.0110485 0.2125,0.6375,0.0110485 0.2125,0.6625,0.0110485 0.2125,0.6875,0.0110485 0.2125,0.7125,0.0110485 0.2125,0.7375,0.0110485 0.2125,0.7625,0.0110485 0.2125,0.7875,0.0110485 0.2375,0.7875,0.0110485 0.2375,0.7625,0.0110485 0.2375,0.7375,0.0110485 0.2375,0.7125,0.0110485 0.2375,0.6875,0.0110485 0.2375,0.6625,0.0110485 0.2375,0.6375,0.0110485 0.2375,0.6125,0.0110485 0.2375,0.5875,0.0110485 0.2375,0.5625,0.0110485 0.2375,0.5375,0.0110485 0.2375,0.5125,0.0110485 0.2625,0.5125,0.0110485 0.2625,0.5375,0.0110485 0.2625,0.5625,0.0110485 0.2625,0.5875,0.0110485 0.2625,0.6125,0.0110485 0.2625,0.6375,0.0110485 0.2625,0.6625,0.0110485 0.2625,0.6875,0.0110485 0.2625,0.7125,0.0110485 0.2625,0.7375,0.0110485 0.2625,0.7625,0.0110485 0.2625,0.7875,0.0110485 0.2875,0.7875,0.0110485 0.2875,0.7625,0.0110485 0.2875,0.7375,0.0110485 0.2875,0.7125,0.0110485 0.2875,0.6875,0.0110485 0.2875,0.6625,0.0110485 0.2875,0.6375,0.0110485 0.2875,0.6125,0.0110485 0.2875,0.5875,0.0110485 0.2875,0.5625,0.0110485 0.2875,0.5375,0.0110485 0.2875,0.5125,0.0110485 0.3125,0.5125,0.0110485 0.3125,0.5375,0.0110485 0.3125,0.5625,0.0110485 0.3125,0.5875,0.0110485 0.3125,0.6125,0.0110485 0.3125,0.6375,0.0110485 0.3125,0.6625,0.0110485 0.3125,0.6875,0.0110485 0.3125,0.7125,0.0110485 0.3125,0.7375,0.0110485 0.3125,0.7625,0.0110485 0.3125,0.7875,0.0110485 0.3375,0.7875,0.0110485 0.3375,0.7625,0.0110485 0.3375,0.7375,0.0110485 0.3375,0.7125,0.0110485 0.3375,0.6875,0.0110485 0.3375,0.6625,0.0110485 0.3375,0.6375,0.0110485 0.3375,0.6125,0.0110485 0.3375,0.5875,0.0110485 0.3375,0.5625,0.0110485 0.3375,0.5375,0.0110485 0.3375,0.5125,0.0110485 0.3625,0.5125,0.0110485 0.3625,0.5375,0.0110485 0.3625,0.5625,0.0110485 0.3625,0.5875,0.0110485 0.3625,0.6125,0.0110485 0.3625,0.6375,0.0110485 0.3625,0.6625,0.0110485 0.3625,0.6875,0.0110485 0.3625,0.7125,0.0110485 0.3625,0.7375,0.0110485 0.3625,0.7625,0.0110485 0.3625,0.7875,0.0110485 0.3875,0.7875,0.0110485 0.3875,0.7625,0.0110485 0.3875,0.7375,0.0110485 0.3875,0.7125,0.0110485 0.3875,0.6875,0.0110485 0.3875,0.6625,0.0110485 0.3875,0.6375,0.0110485 0.3875,0.6125,0.0110485 0.3875,0.5875,0.0110485 0.3875,0.5625,0.0110485 0.3875,0.5375,0.0110485 0.3875,0.5125,0.0110485 |
|
56 |
+output 0,3 = 0.2125,0.2125,0.0110485 0.2125,0.2375,0.0110485 0.2125,0.2625,0.0110485 0.2125,0.2875,0.0110485 0.2125,0.3125,0.0110485 0.2125,0.3375,0.0110485 0.2125,0.3625,0.0110485 0.2125,0.3875,0.0110485 0.2125,0.4125,0.0110485 0.2125,0.4375,0.0110485 0.2125,0.4625,0.0110485 0.2125,0.4875,0.0110485 0.2375,0.4875,0.0110485 0.2375,0.4625,0.0110485 0.2375,0.4375,0.0110485 0.2375,0.4125,0.0110485 0.2375,0.3875,0.0110485 0.2375,0.3625,0.0110485 0.2375,0.3375,0.0110485 0.2375,0.3125,0.0110485 0.2375,0.2875,0.0110485 0.2375,0.2625,0.0110485 0.2375,0.2375,0.0110485 0.2375,0.2125,0.0110485 0.2625,0.2125,0.0110485 0.2625,0.2375,0.0110485 0.2625,0.2625,0.0110485 0.2625,0.2875,0.0110485 0.2625,0.3125,0.0110485 0.2625,0.3375,0.0110485 0.2625,0.3625,0.0110485 0.2625,0.3875,0.0110485 0.2625,0.4125,0.0110485 0.2625,0.4375,0.0110485 0.2625,0.4625,0.0110485 0.2625,0.4875,0.0110485 0.2875,0.4875,0.0110485 0.2875,0.4625,0.0110485 0.2875,0.4375,0.0110485 0.2875,0.4125,0.0110485 0.2875,0.3875,0.0110485 0.2875,0.3625,0.0110485 0.2875,0.3375,0.0110485 0.2875,0.3125,0.0110485 0.2875,0.2875,0.0110485 0.2875,0.2625,0.0110485 0.2875,0.2375,0.0110485 0.2875,0.2125,0.0110485 0.3125,0.2125,0.0110485 0.3125,0.2375,0.0110485 0.3125,0.2625,0.0110485 0.3125,0.2875,0.0110485 0.3125,0.3125,0.0110485 0.3125,0.3375,0.0110485 0.3125,0.3625,0.0110485 0.3125,0.3875,0.0110485 0.3125,0.4125,0.0110485 0.3125,0.4375,0.0110485 0.3125,0.4625,0.0110485 0.3125,0.4875,0.0110485 0.3375,0.4875,0.0110485 0.3375,0.4625,0.0110485 0.3375,0.4375,0.0110485 0.3375,0.4125,0.0110485 0.3375,0.3875,0.0110485 0.3375,0.3625,0.0110485 0.3375,0.3375,0.0110485 0.3375,0.3125,0.0110485 0.3375,0.2875,0.0110485 0.3375,0.2625,0.0110485 0.3375,0.2375,0.0110485 0.3375,0.2125,0.0110485 0.3625,0.2125,0.0110485 0.3625,0.2375,0.0110485 0.3625,0.2625,0.0110485 0.3625,0.2875,0.0110485 0.3625,0.3125,0.0110485 0.3625,0.3375,0.0110485 0.3625,0.3625,0.0110485 0.3625,0.3875,0.0110485 0.3625,0.4125,0.0110485 0.3625,0.4375,0.0110485 0.3625,0.4625,0.0110485 0.3625,0.4875,0.0110485 0.3875,0.4875,0.0110485 0.3875,0.4625,0.0110485 0.3875,0.4375,0.0110485 0.3875,0.4125,0.0110485 0.3875,0.3875,0.0110485 0.3875,0.3625,0.0110485 0.3875,0.3375,0.0110485 0.3875,0.3125,0.0110485 0.3875,0.2875,0.0110485 0.3875,0.2625,0.0110485 0.3875,0.2375,0.0110485 0.3875,0.2125,0.0110485 |
|
57 |
+output 0,4 = 0.4125,0.5125,0.0110485 0.4125,0.5375,0.0110485 0.4125,0.5625,0.0110485 0.4125,0.5875,0.0110485 0.4125,0.6125,0.0110485 0.4125,0.6375,0.0110485 0.4125,0.6625,0.0110485 0.4125,0.6875,0.0110485 0.4125,0.7125,0.0110485 0.4125,0.7375,0.0110485 0.4125,0.7625,0.0110485 0.4125,0.7875,0.0110485 0.4375,0.7875,0.0110485 0.4375,0.7625,0.0110485 0.4375,0.7375,0.0110485 0.4375,0.7125,0.0110485 0.4375,0.6875,0.0110485 0.4375,0.6625,0.0110485 0.4375,0.6375,0.0110485 0.4375,0.6125,0.0110485 0.4375,0.5875,0.0110485 0.4375,0.5625,0.0110485 0.4375,0.5375,0.0110485 0.4375,0.5125,0.0110485 0.4625,0.5125,0.0110485 0.4625,0.5375,0.0110485 0.4625,0.5625,0.0110485 0.4625,0.5875,0.0110485 0.4625,0.6125,0.0110485 0.4625,0.6375,0.0110485 0.4625,0.6625,0.0110485 0.4625,0.6875,0.0110485 0.4625,0.7125,0.0110485 0.4625,0.7375,0.0110485 0.4625,0.7625,0.0110485 0.4625,0.7875,0.0110485 0.4875,0.7875,0.0110485 0.4875,0.7625,0.0110485 0.4875,0.7375,0.0110485 0.4875,0.7125,0.0110485 0.4875,0.6875,0.0110485 0.4875,0.6625,0.0110485 0.4875,0.6375,0.0110485 0.4875,0.6125,0.0110485 0.4875,0.5875,0.0110485 0.4875,0.5625,0.0110485 0.4875,0.5375,0.0110485 0.4875,0.5125,0.0110485 0.5125,0.5125,0.0110485 0.5125,0.5375,0.0110485 0.5125,0.5625,0.0110485 0.5125,0.5875,0.0110485 0.5125,0.6125,0.0110485 0.5125,0.6375,0.0110485 0.5125,0.6625,0.0110485 0.5125,0.6875,0.0110485 0.5125,0.7125,0.0110485 0.5125,0.7375,0.0110485 0.5125,0.7625,0.0110485 0.5125,0.7875,0.0110485 0.5375,0.7875,0.0110485 0.5375,0.7625,0.0110485 0.5375,0.7375,0.0110485 0.5375,0.7125,0.0110485 0.5375,0.6875,0.0110485 0.5375,0.6625,0.0110485 0.5375,0.6375,0.0110485 0.5375,0.6125,0.0110485 0.5375,0.5875,0.0110485 0.5375,0.5625,0.0110485 0.5375,0.5375,0.0110485 0.5375,0.5125,0.0110485 0.5625,0.5125,0.0110485 0.5625,0.5375,0.0110485 0.5625,0.5625,0.0110485 0.5625,0.5875,0.0110485 0.5625,0.6125,0.0110485 0.5625,0.6375,0.0110485 0.5625,0.6625,0.0110485 0.5625,0.6875,0.0110485 0.5625,0.7125,0.0110485 0.5625,0.7375,0.0110485 0.5625,0.7625,0.0110485 0.5625,0.7875,0.0110485 0.5875,0.7875,0.0110485 0.5875,0.7625,0.0110485 0.5875,0.7375,0.0110485 0.5875,0.7125,0.0110485 0.5875,0.6875,0.0110485 0.5875,0.6625,0.0110485 0.5875,0.6375,0.0110485 0.5875,0.6125,0.0110485 0.5875,0.5875,0.0110485 0.5875,0.5625,0.0110485 0.5875,0.5375,0.0110485 0.5875,0.5125,0.0110485 |
|
58 |
+output 0,5 = 0.4125,0.2125,0.0110485 0.4125,0.2375,0.0110485 0.4125,0.2625,0.0110485 0.4125,0.2875,0.0110485 0.4125,0.3125,0.0110485 0.4125,0.3375,0.0110485 0.4125,0.3625,0.0110485 0.4125,0.3875,0.0110485 0.4125,0.4125,0.0110485 0.4125,0.4375,0.0110485 0.4125,0.4625,0.0110485 0.4125,0.4875,0.0110485 0.4375,0.4875,0.0110485 0.4375,0.4625,0.0110485 0.4375,0.4375,0.0110485 0.4375,0.4125,0.0110485 0.4375,0.3875,0.0110485 0.4375,0.3625,0.0110485 0.4375,0.3375,0.0110485 0.4375,0.3125,0.0110485 0.4375,0.2875,0.0110485 0.4375,0.2625,0.0110485 0.4375,0.2375,0.0110485 0.4375,0.2125,0.0110485 0.4625,0.2125,0.0110485 0.4625,0.2375,0.0110485 0.4625,0.2625,0.0110485 0.4625,0.2875,0.0110485 0.4625,0.3125,0.0110485 0.4625,0.3375,0.0110485 0.4625,0.3625,0.0110485 0.4625,0.3875,0.0110485 0.4625,0.4125,0.0110485 0.4625,0.4375,0.0110485 0.4625,0.4625,0.0110485 0.4625,0.4875,0.0110485 0.4875,0.4875,0.0110485 0.4875,0.4625,0.0110485 0.4875,0.4375,0.0110485 0.4875,0.4125,0.0110485 0.4875,0.3875,0.0110485 0.4875,0.3625,0.0110485 0.4875,0.3375,0.0110485 0.4875,0.3125,0.0110485 0.4875,0.2875,0.0110485 0.4875,0.2625,0.0110485 0.4875,0.2375,0.0110485 0.4875,0.2125,0.0110485 0.5125,0.2125,0.0110485 0.5125,0.2375,0.0110485 0.5125,0.2625,0.0110485 0.5125,0.2875,0.0110485 0.5125,0.3125,0.0110485 0.5125,0.3375,0.0110485 0.5125,0.3625,0.0110485 0.5125,0.3875,0.0110485 0.5125,0.4125,0.0110485 0.5125,0.4375,0.0110485 0.5125,0.4625,0.0110485 0.5125,0.4875,0.0110485 0.5375,0.4875,0.0110485 0.5375,0.4625,0.0110485 0.5375,0.4375,0.0110485 0.5375,0.4125,0.0110485 0.5375,0.3875,0.0110485 0.5375,0.3625,0.0110485 0.5375,0.3375,0.0110485 0.5375,0.3125,0.0110485 0.5375,0.2875,0.0110485 0.5375,0.2625,0.0110485 0.5375,0.2375,0.0110485 0.5375,0.2125,0.0110485 0.5625,0.2125,0.0110485 0.5625,0.2375,0.0110485 0.5625,0.2625,0.0110485 0.5625,0.2875,0.0110485 0.5625,0.3125,0.0110485 0.5625,0.3375,0.0110485 0.5625,0.3625,0.0110485 0.5625,0.3875,0.0110485 0.5625,0.4125,0.0110485 0.5625,0.4375,0.0110485 0.5625,0.4625,0.0110485 0.5625,0.4875,0.0110485 0.5875,0.4875,0.0110485 0.5875,0.4625,0.0110485 0.5875,0.4375,0.0110485 0.5875,0.4125,0.0110485 0.5875,0.3875,0.0110485 0.5875,0.3625,0.0110485 0.5875,0.3375,0.0110485 0.5875,0.3125,0.0110485 0.5875,0.2875,0.0110485 0.5875,0.2625,0.0110485 0.5875,0.2375,0.0110485 0.5875,0.2125,0.0110485 |
|
59 |
+output 0,6 = 0.6125,0.5125,0.0110485 0.6125,0.5375,0.0110485 0.6125,0.5625,0.0110485 0.6125,0.5875,0.0110485 0.6125,0.6125,0.0110485 0.6125,0.6375,0.0110485 0.6125,0.6625,0.0110485 0.6125,0.6875,0.0110485 0.6125,0.7125,0.0110485 0.6125,0.7375,0.0110485 0.6125,0.7625,0.0110485 0.6125,0.7875,0.0110485 0.6375,0.7875,0.0110485 0.6375,0.7625,0.0110485 0.6375,0.7375,0.0110485 0.6375,0.7125,0.0110485 0.6375,0.6875,0.0110485 0.6375,0.6625,0.0110485 0.6375,0.6375,0.0110485 0.6375,0.6125,0.0110485 0.6375,0.5875,0.0110485 0.6375,0.5625,0.0110485 0.6375,0.5375,0.0110485 0.6375,0.5125,0.0110485 0.6625,0.5125,0.0110485 0.6625,0.5375,0.0110485 0.6625,0.5625,0.0110485 0.6625,0.5875,0.0110485 0.6625,0.6125,0.0110485 0.6625,0.6375,0.0110485 0.6625,0.6625,0.0110485 0.6625,0.6875,0.0110485 0.6625,0.7125,0.0110485 0.6625,0.7375,0.0110485 0.6625,0.7625,0.0110485 0.6625,0.7875,0.0110485 0.6875,0.7875,0.0110485 0.6875,0.7625,0.0110485 0.6875,0.7375,0.0110485 0.6875,0.7125,0.0110485 0.6875,0.6875,0.0110485 0.6875,0.6625,0.0110485 0.6875,0.6375,0.0110485 0.6875,0.6125,0.0110485 0.6875,0.5875,0.0110485 0.6875,0.5625,0.0110485 0.6875,0.5375,0.0110485 0.6875,0.5125,0.0110485 0.7125,0.5125,0.0110485 0.7125,0.5375,0.0110485 0.7125,0.5625,0.0110485 0.7125,0.5875,0.0110485 0.7125,0.6125,0.0110485 0.7125,0.6375,0.0110485 0.7125,0.6625,0.0110485 0.7125,0.6875,0.0110485 0.7125,0.7125,0.0110485 0.7125,0.7375,0.0110485 0.7125,0.7625,0.0110485 0.7125,0.7875,0.0110485 0.7375,0.7875,0.0110485 0.7375,0.7625,0.0110485 0.7375,0.7375,0.0110485 0.7375,0.7125,0.0110485 0.7375,0.6875,0.0110485 0.7375,0.6625,0.0110485 0.7375,0.6375,0.0110485 0.7375,0.6125,0.0110485 0.7375,0.5875,0.0110485 0.7375,0.5625,0.0110485 0.7375,0.5375,0.0110485 0.7375,0.5125,0.0110485 0.7625,0.5125,0.0110485 0.7625,0.5375,0.0110485 0.7625,0.5625,0.0110485 0.7625,0.5875,0.0110485 0.7625,0.6125,0.0110485 0.7625,0.6375,0.0110485 0.7625,0.6625,0.0110485 0.7625,0.6875,0.0110485 0.7625,0.7125,0.0110485 0.7625,0.7375,0.0110485 0.7625,0.7625,0.0110485 0.7625,0.7875,0.0110485 0.7875,0.7875,0.0110485 0.7875,0.7625,0.0110485 0.7875,0.7375,0.0110485 0.7875,0.7125,0.0110485 0.7875,0.6875,0.0110485 0.7875,0.6625,0.0110485 0.7875,0.6375,0.0110485 0.7875,0.6125,0.0110485 0.7875,0.5875,0.0110485 0.7875,0.5625,0.0110485 0.7875,0.5375,0.0110485 0.7875,0.5125,0.0110485 |
|
60 |
+output 0,7 = 0.6125,0.2125,0.0110485 0.6125,0.2375,0.0110485 0.6125,0.2625,0.0110485 0.6125,0.2875,0.0110485 0.6125,0.3125,0.0110485 0.6125,0.3375,0.0110485 0.6125,0.3625,0.0110485 0.6125,0.3875,0.0110485 0.6125,0.4125,0.0110485 0.6125,0.4375,0.0110485 0.6125,0.4625,0.0110485 0.6125,0.4875,0.0110485 0.6375,0.4875,0.0110485 0.6375,0.4625,0.0110485 0.6375,0.4375,0.0110485 0.6375,0.4125,0.0110485 0.6375,0.3875,0.0110485 0.6375,0.3625,0.0110485 0.6375,0.3375,0.0110485 0.6375,0.3125,0.0110485 0.6375,0.2875,0.0110485 0.6375,0.2625,0.0110485 0.6375,0.2375,0.0110485 0.6375,0.2125,0.0110485 0.6625,0.2125,0.0110485 0.6625,0.2375,0.0110485 0.6625,0.2625,0.0110485 0.6625,0.2875,0.0110485 0.6625,0.3125,0.0110485 0.6625,0.3375,0.0110485 0.6625,0.3625,0.0110485 0.6625,0.3875,0.0110485 0.6625,0.4125,0.0110485 0.6625,0.4375,0.0110485 0.6625,0.4625,0.0110485 0.6625,0.4875,0.0110485 0.6875,0.4875,0.0110485 0.6875,0.4625,0.0110485 0.6875,0.4375,0.0110485 0.6875,0.4125,0.0110485 0.6875,0.3875,0.0110485 0.6875,0.3625,0.0110485 0.6875,0.3375,0.0110485 0.6875,0.3125,0.0110485 0.6875,0.2875,0.0110485 0.6875,0.2625,0.0110485 0.6875,0.2375,0.0110485 0.6875,0.2125,0.0110485 0.7125,0.2125,0.0110485 0.7125,0.2375,0.0110485 0.7125,0.2625,0.0110485 0.7125,0.2875,0.0110485 0.7125,0.3125,0.0110485 0.7125,0.3375,0.0110485 0.7125,0.3625,0.0110485 0.7125,0.3875,0.0110485 0.7125,0.4125,0.0110485 0.7125,0.4375,0.0110485 0.7125,0.4625,0.0110485 0.7125,0.4875,0.0110485 0.7375,0.4875,0.0110485 0.7375,0.4625,0.0110485 0.7375,0.4375,0.0110485 0.7375,0.4125,0.0110485 0.7375,0.3875,0.0110485 0.7375,0.3625,0.0110485 0.7375,0.3375,0.0110485 0.7375,0.3125,0.0110485 0.7375,0.2875,0.0110485 0.7375,0.2625,0.0110485 0.7375,0.2375,0.0110485 0.7375,0.2125,0.0110485 0.7625,0.2125,0.0110485 0.7625,0.2375,0.0110485 0.7625,0.2625,0.0110485 0.7625,0.2875,0.0110485 0.7625,0.3125,0.0110485 0.7625,0.3375,0.0110485 0.7625,0.3625,0.0110485 0.7625,0.3875,0.0110485 0.7625,0.4125,0.0110485 0.7625,0.4375,0.0110485 0.7625,0.4625,0.0110485 0.7625,0.4875,0.0110485 0.7875,0.4875,0.0110485 0.7875,0.4625,0.0110485 0.7875,0.4375,0.0110485 0.7875,0.4125,0.0110485 0.7875,0.3875,0.0110485 0.7875,0.3625,0.0110485 0.7875,0.3375,0.0110485 0.7875,0.3125,0.0110485 0.7875,0.2875,0.0110485 0.7875,0.2625,0.0110485 0.7875,0.2375,0.0110485 0.7875,0.2125,0.0110485 |
|
61 |
+output 0,8 = 0.8125,0.5125,0.0110485 0.8125,0.5375,0.0110485 0.8125,0.5625,0.0110485 0.8125,0.5875,0.0110485 0.8125,0.6125,0.0110485 0.8125,0.6375,0.0110485 0.8125,0.6625,0.0110485 0.8125,0.6875,0.0110485 0.8125,0.7125,0.0110485 0.8125,0.7375,0.0110485 0.8125,0.7625,0.0110485 0.8125,0.7875,0.0110485 0.8375,0.7875,0.0110485 0.8375,0.7625,0.0110485 0.8375,0.7375,0.0110485 0.8375,0.7125,0.0110485 0.8375,0.6875,0.0110485 0.8375,0.6625,0.0110485 0.8375,0.6375,0.0110485 0.8375,0.6125,0.0110485 0.8375,0.5875,0.0110485 0.8375,0.5625,0.0110485 0.8375,0.5375,0.0110485 0.8375,0.5125,0.0110485 0.8625,0.5125,0.0110485 0.8625,0.5375,0.0110485 0.8625,0.5625,0.0110485 0.8625,0.5875,0.0110485 0.8625,0.6125,0.0110485 0.8625,0.6375,0.0110485 0.8625,0.6625,0.0110485 0.8625,0.6875,0.0110485 0.8625,0.7125,0.0110485 0.8625,0.7375,0.0110485 0.8625,0.7625,0.0110485 0.8625,0.7875,0.0110485 0.8875,0.7875,0.0110485 0.8875,0.7625,0.0110485 0.8875,0.7375,0.0110485 0.8875,0.7125,0.0110485 0.8875,0.6875,0.0110485 0.8875,0.6625,0.0110485 0.8875,0.6375,0.0110485 0.8875,0.6125,0.0110485 0.8875,0.5875,0.0110485 0.8875,0.5625,0.0110485 0.8875,0.5375,0.0110485 0.8875,0.5125,0.0110485 0.9125,0.5125,0.0110485 0.9125,0.5375,0.0110485 0.9125,0.5625,0.0110485 0.9125,0.5875,0.0110485 0.9125,0.6125,0.0110485 0.9125,0.6375,0.0110485 0.9125,0.6625,0.0110485 0.9125,0.6875,0.0110485 0.9125,0.7125,0.0110485 0.9125,0.7375,0.0110485 0.9125,0.7625,0.0110485 0.9125,0.7875,0.0110485 0.9375,0.7875,0.0110485 0.9375,0.7625,0.0110485 0.9375,0.7375,0.0110485 0.9375,0.7125,0.0110485 0.9375,0.6875,0.0110485 0.9375,0.6625,0.0110485 0.9375,0.6375,0.0110485 0.9375,0.6125,0.0110485 0.9375,0.5875,0.0110485 0.9375,0.5625,0.0110485 0.9375,0.5375,0.0110485 0.9375,0.5125,0.0110485 0.9625,0.5125,0.0110485 0.9625,0.5375,0.0110485 0.9625,0.5625,0.0110485 0.9625,0.5875,0.0110485 0.9625,0.6125,0.0110485 0.9625,0.6375,0.0110485 0.9625,0.6625,0.0110485 0.9625,0.6875,0.0110485 0.9625,0.7125,0.0110485 0.9625,0.7375,0.0110485 0.9625,0.7625,0.0110485 0.9625,0.7875,0.0110485 0.9875,0.7875,0.0110485 0.9875,0.7625,0.0110485 0.9875,0.7375,0.0110485 0.9875,0.7125,0.0110485 0.9875,0.6875,0.0110485 0.9875,0.6625,0.0110485 0.9875,0.6375,0.0110485 0.9875,0.6125,0.0110485 0.9875,0.5875,0.0110485 0.9875,0.5625,0.0110485 0.9875,0.5375,0.0110485 0.9875,0.5125,0.0110485 |
|
62 |
+output 0,9 = 0.8125,0.2125,0.0110485 0.8125,0.2375,0.0110485 0.8125,0.2625,0.0110485 0.8125,0.2875,0.0110485 0.8125,0.3125,0.0110485 0.8125,0.3375,0.0110485 0.8125,0.3625,0.0110485 0.8125,0.3875,0.0110485 0.8125,0.4125,0.0110485 0.8125,0.4375,0.0110485 0.8125,0.4625,0.0110485 0.8125,0.4875,0.0110485 0.8375,0.4875,0.0110485 0.8375,0.4625,0.0110485 0.8375,0.4375,0.0110485 0.8375,0.4125,0.0110485 0.8375,0.3875,0.0110485 0.8375,0.3625,0.0110485 0.8375,0.3375,0.0110485 0.8375,0.3125,0.0110485 0.8375,0.2875,0.0110485 0.8375,0.2625,0.0110485 0.8375,0.2375,0.0110485 0.8375,0.2125,0.0110485 0.8625,0.2125,0.0110485 0.8625,0.2375,0.0110485 0.8625,0.2625,0.0110485 0.8625,0.2875,0.0110485 0.8625,0.3125,0.0110485 0.8625,0.3375,0.0110485 0.8625,0.3625,0.0110485 0.8625,0.3875,0.0110485 0.8625,0.4125,0.0110485 0.8625,0.4375,0.0110485 0.8625,0.4625,0.0110485 0.8625,0.4875,0.0110485 0.8875,0.4875,0.0110485 0.8875,0.4625,0.0110485 0.8875,0.4375,0.0110485 0.8875,0.4125,0.0110485 0.8875,0.3875,0.0110485 0.8875,0.3625,0.0110485 0.8875,0.3375,0.0110485 0.8875,0.3125,0.0110485 0.8875,0.2875,0.0110485 0.8875,0.2625,0.0110485 0.8875,0.2375,0.0110485 0.8875,0.2125,0.0110485 0.9125,0.2125,0.0110485 0.9125,0.2375,0.0110485 0.9125,0.2625,0.0110485 0.9125,0.2875,0.0110485 0.9125,0.3125,0.0110485 0.9125,0.3375,0.0110485 0.9125,0.3625,0.0110485 0.9125,0.3875,0.0110485 0.9125,0.4125,0.0110485 0.9125,0.4375,0.0110485 0.9125,0.4625,0.0110485 0.9125,0.4875,0.0110485 0.9375,0.4875,0.0110485 0.9375,0.4625,0.0110485 0.9375,0.4375,0.0110485 0.9375,0.4125,0.0110485 0.9375,0.3875,0.0110485 0.9375,0.3625,0.0110485 0.9375,0.3375,0.0110485 0.9375,0.3125,0.0110485 0.9375,0.2875,0.0110485 0.9375,0.2625,0.0110485 0.9375,0.2375,0.0110485 0.9375,0.2125,0.0110485 0.9625,0.2125,0.0110485 0.9625,0.2375,0.0110485 0.9625,0.2625,0.0110485 0.9625,0.2875,0.0110485 0.9625,0.3125,0.0110485 0.9625,0.3375,0.0110485 0.9625,0.3625,0.0110485 0.9625,0.3875,0.0110485 0.9625,0.4125,0.0110485 0.9625,0.4375,0.0110485 0.9625,0.4625,0.0110485 0.9625,0.4875,0.0110485 0.9875,0.4875,0.0110485 0.9875,0.4625,0.0110485 0.9875,0.4375,0.0110485 0.9875,0.4125,0.0110485 0.9875,0.3875,0.0110485 0.9875,0.3625,0.0110485 0.9875,0.3375,0.0110485 0.9875,0.3125,0.0110485 0.9875,0.2875,0.0110485 0.9875,0.2625,0.0110485 0.9875,0.2375,0.0110485 0.9875,0.2125,0.0110485 |
|
63 |
+ |
|
0 | 64 |