tracksperanto 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/Manifest.txt +37 -0
  2. data/README.txt +56 -0
  3. data/Rakefile +13 -0
  4. data/bin/tracksperanto +74 -0
  5. data/lib/export/base.rb +35 -0
  6. data/lib/export/flame_stabilizer.rb +50 -0
  7. data/lib/export/mux.rb +33 -0
  8. data/lib/export/pftrack.rb +30 -0
  9. data/lib/export/shake_text.rb +29 -0
  10. data/lib/export/syntheyes.rb +32 -0
  11. data/lib/import/base.rb +24 -0
  12. data/lib/import/flame_stabilizer.rb +34 -0
  13. data/lib/import/shake_script.rb +127 -0
  14. data/lib/import/shake_text.rb +29 -0
  15. data/lib/import/syntheyes.rb +32 -0
  16. data/lib/middleware/base.rb +28 -0
  17. data/lib/middleware/scaler.rb +24 -0
  18. data/lib/middleware/slipper.rb +12 -0
  19. data/lib/pipeline.rb +54 -0
  20. data/lib/tracksperanto.rb +131 -0
  21. data/test/.DS_Store +0 -0
  22. data/test/helper.rb +5 -0
  23. data/test/samples/.DS_Store +0 -0
  24. data/test/samples/flyover2DP_syntheyes.txt +12687 -0
  25. data/test/samples/megaTrack.action.3dtrack.stabilizer +29793 -0
  26. data/test/samples/one_shake_tracker.txt +49 -0
  27. data/test/samples/one_shake_tracker_from_first.txt +188 -0
  28. data/test/samples/shake_tracker_nodes.shk +921 -0
  29. data/test/samples/shake_tracker_nodes_to_syntheyes.txt +4091 -0
  30. data/test/samples/three_tracks_in_one_stabilizer.shk +320 -0
  31. data/test/samples/two_shake_trackers.txt +78 -0
  32. data/test/samples/two_tracks_in_one_tracker.shk +319 -0
  33. data/test/test_flame_block.rb +19 -0
  34. data/test/test_keyframe.rb +32 -0
  35. data/test/test_shake_export.rb +58 -0
  36. data/test/test_shake_script_import.rb +50 -0
  37. data/test/test_shake_text_import.rb +44 -0
  38. data/test/test_syntheyes_import.rb +25 -0
  39. metadata +111 -0
@@ -0,0 +1,49 @@
1
+ TrackName track1
2
+ Frame X Y Correlation
3
+ 121.00 379.820 1020.810 1.000
4
+ 122.00 373.746 984.564 0.998
5
+ 123.00 369.968 951.949 0.992
6
+ 124.00 371.588 917.593 0.973
7
+ 125.00 385.142 874.255 0.928
8
+ 126.00 432.047 791.130 0.920
9
+ 127.00 453.500 767.298 0.907
10
+ 128.00 476.837 759.822 0.852
11
+ 129.00 503.175 760.525 0.854
12
+ 130.00 526.059 760.824 0.861
13
+ 131.00 548.814 764.657 0.861
14
+ 132.00 571.768 768.583 0.853
15
+ 133.00 594.106 772.641 0.861
16
+ 134.00 617.330 780.583 0.868
17
+ 135.00 640.872 791.149 0.856
18
+ 136.00 695.948 800.809 0.988
19
+ 137.00 718.099 803.700 0.983
20
+ 138.00 737.427 803.543 0.975
21
+ 139.00 758.708 802.949 0.994
22
+ 140.00 776.001 799.961 0.984
23
+ 141.00 792.751 791.832 0.971
24
+ 142.00 810.747 782.973 0.985
25
+ 143.00 831.812 782.344 0.990
26
+ 144.00 854.527 786.896 0.982
27
+ 145.00 874.548 792.024 0.981
28
+ 146.00 909.680 801.754 0.959
29
+ 147.00 924.119 809.869 0.941
30
+ 148.00 935.439 818.870 0.926
31
+ 149.00 943.033 821.395 0.907
32
+ 150.00 952.150 817.535 0.925
33
+ 151.00 965.305 814.567 0.931
34
+ 152.00 981.381 816.639 0.987
35
+ 153.00 1000.190 820.321 0.988
36
+ 154.00 1022.520 820.389 0.992
37
+ 155.00 1042.200 815.206 0.984
38
+ 156.00 1066.560 803.105 0.977
39
+ 157.00 1073.380 808.681 0.975
40
+ 158.00 1074.020 817.097 0.984
41
+ 159.00 1065.290 817.419 0.992
42
+ 160.00 1056.800 812.105 0.988
43
+ 161.00 1055.110 807.142 0.985
44
+ 162.00 1057.340 804.332 0.984
45
+ 163.00 1063.130 802.843 0.990
46
+ 164.00 1072.800 798.111 0.984
47
+ 165.00 1079.990 787.953 0.953
48
+ 166.00 1079.990 787.953 0.149
49
+
@@ -0,0 +1,188 @@
1
+ TrackName track1
2
+ Frame X Y Correlation
3
+ 1.00 715.839 886.212 1.000
4
+ 2.00 715.620 886.040 0.999
5
+ 3.00 715.292 885.931 0.999
6
+ 4.00 714.792 885.806 0.999
7
+ 5.00 714.152 885.728 0.999
8
+ 6.00 713.339 886.025 0.999
9
+ 7.00 713.245 886.244 0.999
10
+ 8.00 712.995 886.337 0.999
11
+ 9.00 712.886 886.369 0.999
12
+ 10.00 712.808 886.494 0.999
13
+ 11.00 712.370 886.587 0.998
14
+ 12.00 711.855 886.494 0.999
15
+ 13.00 711.464 886.415 0.999
16
+ 14.00 711.089 886.509 0.999
17
+ 15.00 710.449 886.494 0.999
18
+ 16.00 709.370 886.634 0.999
19
+ 17.00 708.839 886.790 0.999
20
+ 18.00 708.370 887.025 0.999
21
+ 19.00 707.808 887.353 0.999
22
+ 20.00 707.370 887.744 0.998
23
+ 21.00 707.183 888.087 0.999
24
+ 22.00 707.105 888.165 0.999
25
+ 23.00 707.042 888.150 0.999
26
+ 24.00 706.917 888.134 0.999
27
+ 25.00 707.089 887.978 0.999
28
+ 26.00 707.167 887.869 0.999
29
+ 27.00 707.324 887.790 0.998
30
+ 28.00 707.542 887.790 0.998
31
+ 29.00 707.652 887.775 0.999
32
+ 30.00 707.620 887.494 0.999
33
+ 31.00 707.808 887.165 0.999
34
+ 32.00 707.839 886.978 0.999
35
+ 33.00 707.730 886.962 0.999
36
+ 34.00 707.699 886.994 0.999
37
+ 35.00 707.808 887.150 0.999
38
+ 36.00 707.808 887.431 0.999
39
+ 37.00 707.839 887.509 0.999
40
+ 38.00 707.839 887.634 0.999
41
+ 39.00 707.839 887.587 0.999
42
+ 40.00 707.855 887.462 0.999
43
+ 41.00 707.980 887.478 0.999
44
+ 42.00 707.949 887.462 0.999
45
+ 43.00 708.089 887.697 0.999
46
+ 44.00 708.402 887.806 0.999
47
+ 45.00 708.855 887.790 0.999
48
+ 46.00 709.152 887.556 0.998
49
+ 47.00 709.558 887.462 0.999
50
+ 48.00 709.964 887.525 0.999
51
+ 49.00 709.839 887.572 0.999
52
+ 50.00 709.855 887.572 0.999
53
+ 51.00 710.074 887.665 0.999
54
+ 52.00 709.792 887.697 0.999
55
+ 53.00 709.542 887.650 0.999
56
+ 54.00 709.839 887.619 0.999
57
+ 55.00 709.980 887.759 0.999
58
+ 56.00 709.964 888.165 0.999
59
+ 57.00 709.980 888.494 0.999
60
+ 58.00 709.933 888.650 0.999
61
+ 59.00 709.995 888.806 0.999
62
+ 60.00 710.089 888.994 0.999
63
+ 61.00 710.058 889.415 0.999
64
+ 62.00 710.214 889.853 0.998
65
+ 63.00 710.699 890.009 0.999
66
+ 64.00 711.245 889.947 0.999
67
+ 65.00 711.636 889.650 0.999
68
+ 66.00 711.667 889.478 0.999
69
+ 67.00 711.792 889.478 0.999
70
+ 68.00 711.683 889.587 0.999
71
+ 69.00 711.870 889.603 0.999
72
+ 70.00 711.917 889.619 0.999
73
+ 71.00 711.839 889.603 0.999
74
+ 72.00 711.730 889.400 0.999
75
+ 73.00 711.495 889.290 0.999
76
+ 74.00 711.120 888.978 0.999
77
+ 75.00 711.136 888.290 0.999
78
+ 76.00 711.167 887.150 0.999
79
+ 77.00 710.933 886.494 0.999
80
+ 78.00 710.870 885.290 0.999
81
+ 79.00 710.511 883.244 0.998
82
+ 80.00 709.870 880.087 0.998
83
+ 81.00 710.167 875.165 0.996
84
+ 82.00 710.839 868.447 0.993
85
+ 83.00 710.870 860.619 0.991
86
+ 84.00 710.683 852.072 0.989
87
+ 85.00 711.167 842.431 0.985
88
+ 86.00 711.902 823.228 0.918
89
+ 87.00 711.542 814.447 0.996
90
+ 88.00 711.417 810.728 0.998
91
+ 89.00 711.480 809.181 0.998
92
+ 90.00 711.652 808.650 0.998
93
+ 91.00 712.433 808.353 0.998
94
+ 92.00 712.949 807.869 0.998
95
+ 93.00 712.792 807.150 0.999
96
+ 94.00 712.042 806.587 0.998
97
+ 95.00 711.558 806.072 0.999
98
+ 96.00 712.214 803.525 0.998
99
+ 97.00 713.089 799.572 0.997
100
+ 98.00 713.574 793.259 0.993
101
+ 99.00 713.808 784.978 0.990
102
+ 100.00 714.902 774.744 0.987
103
+ 101.00 717.839 764.462 0.986
104
+ 102.00 722.714 754.494 0.983
105
+ 103.00 727.089 742.884 0.974
106
+ 104.00 730.324 728.103 0.964
107
+ 105.00 735.683 712.040 0.955
108
+ 106.00 745.136 671.446 0.990
109
+ 107.00 752.995 647.556 0.982
110
+ 108.00 761.949 621.649 0.971
111
+ 109.00 770.339 593.415 0.897
112
+ 110.00 780.995 558.352 0.905
113
+ 111.00 790.277 525.259 0.945
114
+ 112.00 799.933 494.774 0.965
115
+ 113.00 808.558 466.368 0.954
116
+ 114.00 814.199 434.259 0.932
117
+ 115.00 814.542 401.228 0.935
118
+ 116.00 817.464 350.431 0.983
119
+ 117.00 815.027 330.899 0.967
120
+ 118.00 810.355 311.837 0.967
121
+ 119.00 806.855 292.743 0.968
122
+ 120.00 803.808 270.212 0.955
123
+ 121.00 798.386 243.696 0.933
124
+ 122.00 792.839 215.431 0.941
125
+ 123.00 788.370 189.868 0.956
126
+ 124.00 788.074 162.837 0.937
127
+ 125.00 796.370 127.274 0.891
128
+ 126.00 834.120 59.790 0.952
129
+ 127.00 853.402 44.837 0.969
130
+ 128.00 874.636 43.274 0.963
131
+ 129.00 899.980 51.212 0.947
132
+ 130.00 922.245 61.618 0.946
133
+ 131.00 943.339 72.571 0.939
134
+ 132.00 964.980 83.649 0.943
135
+ 133.00 986.464 94.806 0.928
136
+ 134.00 1007.370 108.337 0.913
137
+ 135.00 1029.310 122.743 0.915
138
+ 136.00 1073.670 145.634 0.568
139
+ 137.00 1101.870 157.852 0.917
140
+ 138.00 1121.930 167.806 0.923
141
+ 139.00 1143.450 176.212 0.935
142
+ 140.00 1160.540 180.899 0.948
143
+ 141.00 1176.070 179.634 0.949
144
+ 142.00 1192.000 176.587 0.944
145
+ 143.00 1210.290 180.806 0.914
146
+ 144.00 1229.930 189.884 0.901
147
+ 145.00 1248.040 199.524 0.900
148
+ 146.00 1283.070 220.259 0.874
149
+ 147.00 1299.120 235.774 0.846
150
+ 148.00 1311.180 251.759 0.874
151
+ 149.00 1317.370 259.821 0.884
152
+ 150.00 1324.500 261.556 0.894
153
+ 151.00 1335.170 261.618 0.895
154
+ 152.00 1348.070 266.634 0.873
155
+ 153.00 1363.140 272.759 0.878
156
+ 154.00 1382.180 275.696 0.882
157
+ 155.00 1399.810 274.353 0.884
158
+ 156.00 1424.140 271.321 0.834
159
+ 157.00 1431.980 282.556 0.815
160
+ 158.00 1432.230 296.196 0.835
161
+ 159.00 1422.480 300.556 0.842
162
+ 160.00 1412.230 298.384 0.808
163
+ 161.00 1408.390 295.634 0.783
164
+ 162.00 1408.340 294.665 0.778
165
+ 163.00 1412.100 295.337 0.788
166
+ 164.00 1419.900 292.431 0.797
167
+ 165.00 1425.260 284.540 0.781
168
+ 166.00 1418.140 262.478 0.754
169
+ 167.00 1408.010 249.321 0.747
170
+ 168.00 1393.890 234.618 0.765
171
+ 169.00 1373.600 224.384 0.785
172
+ 170.00 1352.950 220.540 0.799
173
+ 171.00 1336.350 221.712 0.793
174
+ 172.00 1326.030 226.306 0.760
175
+ 173.00 1321.370 232.290 0.745
176
+ 174.00 1316.210 240.649 0.770
177
+ 175.00 1307.930 251.493 0.773
178
+ 176.00 1281.120 272.790 0.802
179
+ 177.00 1265.420 284.759 0.786
180
+ 178.00 1256.290 301.415 0.755
181
+ 179.00 1251.260 324.149 0.740
182
+ 180.00 1248.140 342.353 0.743
183
+ 181.00 1250.170 350.399 0.722
184
+ 182.00 1252.100 349.587 0.719
185
+ 183.00 1251.210 346.728 0.717
186
+ 184.00 1248.320 346.524 0.723
187
+ 185.00 1246.070 347.399 0.719
188
+
@@ -0,0 +1,921 @@
1
+ // Shake v4.10.0606 - (c) Apple Computer, Inc. 1998-2006. All Rights Reserved.
2
+ // Apple, the Apple logo and Shake are trademarks of Apple Computer, Inc., registered in the U.S. and other countries.
3
+
4
+
5
+ SetTimeRange("1-185");
6
+ SetFieldRendering(0);
7
+ SetFps(24);
8
+ SetMotionBlur(1, 1, 0);
9
+ SetQuality(1);
10
+ SetUseProxy("Base");
11
+ SetProxyFilter("default");
12
+ SetPixelScale(1, 1);
13
+ SetUseProxyOnMissing(1);
14
+ SetDefaultWidth(720);
15
+ SetDefaultHeight(486);
16
+ SetDefaultBytes(1);
17
+ SetDefaultAspect(1);
18
+ SetDefaultViewerAspect(1);
19
+ SetMacroCheck(1);
20
+ SetTimecodeMode("24 FPS");
21
+
22
+ DefineProxyPath("No_Precomputed_Proxy", 1, 1, -1, "Auto", -1, 0, 0, "",1);
23
+ DefineProxyPath("No_Precomputed_Proxy", 0.5, 1, 1, "Auto", 0, 0, 1, "");
24
+ DefineProxyPath("No_Precomputed_Proxy", 0.25, 1, 1, "Auto", 0, 0, 2, "");
25
+ DefineProxyPath("No_Precomputed_Proxy", 0.1, 1, 1, "Auto", 0, 0, 3, "");
26
+ SetAudio("100W@E0000qFdsuHW962Dl9BOW0mWa06w7mCJ000000000008");
27
+
28
+ // Input nodes
29
+
30
+ N0266_RSZ_2560 = SFileIn("$HOME/Desktop/KipShot/0266_RSZ_2560.1-185#.tif",
31
+ "Auto", 0, 0, "v1.1", "0", "");
32
+
33
+ // Processing nodes
34
+
35
+ ChromaKey1 = ChromaKey(N0266_RSZ_2560, 0.07565011, 0.022, 0.1,
36
+ 0.5, 0.7833333, 0.4, 0.8, 0.5, 0.7058824, 0.8, 0.1, 0.5,
37
+ 0, 0);
38
+ ChromaKey2 = ChromaKey(N0266_RSZ_2560, 0.07565011, 0.005, 0.171,
39
+ 0.467, 0.7833333, 0.567, 0.8, 0.5, 0.7058824, 0.8, 0.155,
40
+ 0.5, 0, 0);
41
+ LogLin1 = LogLin(N0266_RSZ_2560, 0, 0, 0, 0, 95, rBlack, rBlack,
42
+ 685, rWhite, rWhite, 1.30000007, rNGamma, rNGamma, 1.7, rDGamma,
43
+ rDGamma, 0, rSoftClip, rSoftClip);
44
+ Tracker1 = Tracker(N0266_RSZ_2560, "1-185", "1/64", "luminance",
45
+ 0.75, "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3,
46
+ 0.59, 0.11, 0, 10, "track1", Linear(0,715.839@1,715.62@2,715.292@3,714.792@4,714.152@5,713.339@6,713.245@7,712.995@8,712.886@9,712.808@10,712.37@11,711.855@12,711.464@13,711.089@14,710.449@15,709.37@16,708.839@17,708.37@18,707.808@19,707.37@20,707.183@21,707.105@22,707.042@23,706.917@24,707.089@25,707.167@26,707.324@27,707.542@28,707.652@29,707.62@30,707.808@31,707.839@32,707.73@33,707.699@34,707.808@35,707.808@36,707.839@37,707.839@38,707.839@39,707.855@40,707.98@41,707.949@42,708.089@43,708.402@44,708.855@45,709.152@46,709.558@47,709.964@48,709.839@49,709.855@50,710.074@51,709.792@52,709.542@53,709.839@54,709.98@55,709.964@56,709.98@57,709.933@58,709.995@59,710.089@60,710.058@61,710.214@62,710.699@63,711.245@64,711.636@65,711.667@66,711.792@67,711.683@68,711.87@69,711.917@70,711.839@71,711.73@72,711.495@73,711.12@74,711.136@75,711.167@76,710.933@77,710.87@78,710.511@79,709.87@80,710.167@81,710.839@82,710.87@83,710.683@84,711.167@85,711.902@86,711.542@87,711.417@88,711.48@89,711.652@90,712.433@91,712.949@92,712.792@93,712.042@94,711.558@95,712.214@96,713.089@97,713.574@98,713.808@99,714.902@100,717.839@101,722.714@102,727.089@103,730.324@104,735.683@105,745.136@106,752.995@107,761.949@108,770.339@109,780.995@110,790.277@111,799.933@112,808.558@113,814.199@114,814.542@115,817.464@116,815.027@117,810.355@118,806.855@119,803.808@120,798.386@121,792.839@122,788.37@123,788.074@124,796.37@125,834.12@126,853.402@127,874.636@128,899.98@129,922.245@130,943.339@131,964.98@132,986.464@133,1007.37@134,1029.31@135,1073.67@136,1101.87@137,1121.93@138,1143.45@139,1160.54@140,1176.07@141,1192@142,1210.29@143,1229.93@144,1248.04@145,1283.07@146,1299.12@147,1311.18@148,1317.37@149,1324.5@150,1335.17@151,1348.07@152,1363.14@153,1382.18@154,1399.81@155,1424.14@156,1431.98@157,1432.23@158,1422.48@159,1412.23@160,1408.39@161,1408.34@162,1412.1@163,1419.9@164,1425.26@165,1418.14@166,1408.01@167,1393.89@168,1373.6@169,1352.95@170,1336.35@171,1326.03@172,1321.37@173,1316.21@174,1307.93@175,1281.12@176,1265.42@177,1256.29@178,1251.26@179,1248.14@180,1250.17@181,1252.1@182,1251.21@183,1248.32@184,1246.07@185),
47
+ Linear(0,886.212@1,886.04@2,885.931@3,885.806@4,885.728@5,886.025@6,886.244@7,886.337@8,886.369@9,886.494@10,886.587@11,886.494@12,886.415@13,886.509@14,886.494@15,886.634@16,886.79@17,887.025@18,887.353@19,887.744@20,888.087@21,888.165@22,888.15@23,888.134@24,887.978@25,887.869@26,887.79@27,887.79@28,887.775@29,887.494@30,887.165@31,886.978@32,886.962@33,886.994@34,887.15@35,887.431@36,887.509@37,887.634@38,887.587@39,887.462@40,887.478@41,887.462@42,887.697@43,887.806@44,887.79@45,887.556@46,887.462@47,887.525@48,887.572@49,887.572@50,887.665@51,887.697@52,887.65@53,887.619@54,887.759@55,888.165@56,888.494@57,888.65@58,888.806@59,888.994@60,889.415@61,889.853@62,890.009@63,889.947@64,889.65@65,889.478@66,889.478@67,889.587@68,889.603@69,889.619@70,889.603@71,889.4@72,889.29@73,888.978@74,888.29@75,887.15@76,886.494@77,885.29@78,883.244@79,880.087@80,875.165@81,868.447@82,860.619@83,852.072@84,842.431@85,823.228@86,814.447@87,810.728@88,809.181@89,808.65@90,808.353@91,807.869@92,807.15@93,806.587@94,806.072@95,803.525@96,799.572@97,793.259@98,784.978@99,774.744@100,764.462@101,754.494@102,742.884@103,728.103@104,712.04@105,671.446@106,647.556@107,621.649@108,593.415@109,558.352@110,525.259@111,494.774@112,466.368@113,434.259@114,401.228@115,350.431@116,330.899@117,311.837@118,292.743@119,270.212@120,243.696@121,215.431@122,189.868@123,162.837@124,127.274@125,59.79@126,44.8369@127,43.2744@128,51.2119@129,61.6181@130,72.5712@131,83.6494@132,94.8056@133,108.337@134,122.743@135,145.634@136,157.852@137,167.806@138,176.212@139,180.899@140,179.634@141,176.587@142,180.806@143,189.884@144,199.524@145,220.259@146,235.774@147,251.759@148,259.821@149,261.556@150,261.618@151,266.634@152,272.759@153,275.696@154,274.353@155,271.321@156,282.556@157,296.196@158,300.556@159,298.384@160,295.634@161,294.665@162,295.337@163,292.431@164,284.54@165,262.478@166,249.321@167,234.618@168,224.384@169,220.54@170,221.712@171,226.306@172,232.29@173,240.649@174,251.493@175,272.79@176,284.759@177,301.415@178,324.149@179,342.353@180,350.399@181,349.587@182,346.728@183,346.524@184,347.399@185),
48
+ Linear(0,1@1,0.9987@2,0.9986@3,0.9987@4,0.9986@5,0.9986@6,0.9988@7,0.9988@8,0.9989@9,0.9987@10,0.9983@11,0.9989@12,0.9986@13,0.9988@14,0.9986@15,0.9986@16,0.9987@17,0.9986@18,0.9987@19,0.9985@20,0.9986@21,0.9987@22,0.9987@23,0.9987@24,0.9986@25,0.9987@26,0.9985@27,0.9985@28,0.9987@29,0.9988@30,0.9989@31,0.9988@32,0.9987@33,0.9988@34,0.9989@35,0.9988@36,0.9989@37,0.9988@38,0.9988@39,0.9988@40,0.9987@41,0.9987@42,0.9986@43,0.9986@44,0.9988@45,0.9985@46,0.9986@47,0.9988@48,0.9989@49,0.9987@50,0.9986@51,0.9987@52,0.9987@53,0.9987@54,0.9987@55,0.9987@56,0.9987@57,0.9986@58,0.9988@59,0.9987@60,0.9988@61,0.9985@62,0.9986@63,0.9986@64,0.9987@65,0.9987@66,0.9988@67,0.9986@68,0.9988@69,0.9987@70,0.9988@71,0.9989@72,0.9987@73,0.9987@74,0.9986@75,0.9986@76,0.9987@77,0.9987@78,0.9984@79,0.9978@80,0.9957@81,0.9934@82,0.9911@83,0.9887@84,0.985@85,0.9181@86,0.9962@87,0.9982@88,0.9985@89,0.9985@90,0.9985@91,0.9985@92,0.9986@93,0.9985@94,0.9986@95,0.9981@96,0.9968@97,0.9933@98,0.9903@99,0.9866@100,0.9861@101,0.983@102,0.9741@103,0.9641@104,0.9549@105,0.9901@106,0.9816@107,0.9715@108,0.8972@109,0.9054@110,0.9451@111,0.965@112,0.9541@113,0.9321@114,0.9351@115,0.9833@116,0.9668@117,0.9673@118,0.9683@119,0.9548@120,0.933@121,0.9405@122,0.9561@123,0.9369@124,0.8912@125,0.952@126,0.9686@127,0.9627@128,0.9475@129,0.9458@130,0.9392@131,0.9434@132,0.9279@133,0.9129@134,0.9155@135,0.5682@136,0.9174@137,0.9231@138,0.9349@139,0.9482@140,0.9488@141,0.9441@142,0.9145@143,0.9012@144,0.9002@145,0.8743@146,0.8465@147,0.874@148,0.8841@149,0.8939@150,0.8952@151,0.8725@152,0.8777@153,0.8818@154,0.8839@155,0.8338@156,0.8151@157,0.8345@158,0.8423@159,0.8083@160,0.7826@161,0.7776@162,0.7882@163,0.7973@164,0.7807@165,0.7543@166,0.7467@167,0.7652@168,0.7845@169,0.7991@170,0.7927@171,0.76@172,0.7447@173,0.7702@174,0.7734@175,0.8024@176,0.7857@177,0.755@178,0.7404@179,0.7435@180,0.7217@181,0.7189@182,0.7175@183,0.7225@184,0.7187@185),
49
+ 1229.00879, 1260.66968, 330.381836, 362.042847, 1185.25122,
50
+ 1304.42725, 263.868958, 428.555725, Linear(0,715.839@1,715.62@2,715.292@3,714.792@4,714.152@5,713.339@6,713.245@7,712.995@8,712.886@9,712.808@10,712.37@11,711.855@12,711.464@13,711.089@14,710.449@15,709.37@16,708.839@17,708.37@18,707.808@19,707.37@20,707.183@21,707.105@22,707.042@23,706.917@24,707.089@25,707.167@26,707.324@27,707.542@28,707.652@29,707.62@30,707.808@31,707.839@32,707.73@33,707.699@34,707.808@35,707.808@36,707.839@37,707.839@38,707.839@39,707.855@40,707.98@41,707.949@42,708.089@43,708.402@44,708.855@45,709.152@46,709.558@47,709.964@48,709.839@49,709.855@50,710.074@51,709.792@52,709.542@53,709.839@54,709.98@55,709.964@56,709.98@57,709.933@58,709.995@59,710.089@60,710.058@61,710.214@62,710.699@63,711.245@64,711.636@65,711.667@66,711.792@67,711.683@68,711.87@69,711.917@70,711.839@71,711.73@72,711.495@73,711.12@74,711.136@75,711.167@76,710.933@77,710.87@78,710.511@79,709.87@80,710.167@81,710.839@82,710.87@83,710.683@84,711.167@85,711.902@86,711.542@87,711.417@88,711.48@89,711.652@90,712.433@91,712.949@92,712.792@93,712.042@94,711.558@95,712.214@96,713.089@97,713.574@98,713.808@99,714.902@100,717.839@101,722.714@102,727.089@103,730.324@104,735.683@105,745.136@106,752.995@107,761.949@108,770.339@109,780.995@110,790.277@111,799.933@112,808.558@113,814.199@114,814.542@115,817.464@116,815.027@117,810.355@118,806.855@119,803.808@120,798.386@121,792.839@122,788.37@123,788.074@124,796.37@125,834.12@126,853.402@127,874.636@128,899.98@129,922.245@130,943.339@131,964.98@132,986.464@133,1007.37@134,1029.31@135,1073.67@136,1101.87@137,1121.93@138,1143.45@139,1160.54@140,1176.07@141,1192@142,1210.29@143,1229.93@144,1248.04@145,1283.07@146,1299.12@147,1311.18@148,1317.37@149,1324.5@150,1335.17@151,1348.07@152,1363.14@153,1382.18@154,1399.81@155,1424.14@156,1431.98@157,1432.23@158,1422.48@159,1412.23@160,1408.39@161,1408.34@162,1412.1@163,1419.9@164,1425.26@165,1418.14@166,1408.01@167,1393.89@168,1373.6@169,1352.95@170,1336.35@171,1326.03@172,1321.37@173,1316.21@174,1307.93@175,1281.12@176,1265.42@177,1256.29@178,1251.26@179,1248.14@180,1250.17@181,1252.1@182,1251.21@183,1248.32@184,1246.07@185),
51
+ Linear(0,886.212@1,886.04@2,885.931@3,885.806@4,885.728@5,886.025@6,886.244@7,886.337@8,886.369@9,886.494@10,886.587@11,886.494@12,886.415@13,886.509@14,886.494@15,886.634@16,886.79@17,887.025@18,887.353@19,887.744@20,888.087@21,888.165@22,888.15@23,888.134@24,887.978@25,887.869@26,887.79@27,887.79@28,887.775@29,887.494@30,887.165@31,886.978@32,886.962@33,886.994@34,887.15@35,887.431@36,887.509@37,887.634@38,887.587@39,887.462@40,887.478@41,887.462@42,887.697@43,887.806@44,887.79@45,887.556@46,887.462@47,887.525@48,887.572@49,887.572@50,887.665@51,887.697@52,887.65@53,887.619@54,887.759@55,888.165@56,888.494@57,888.65@58,888.806@59,888.994@60,889.415@61,889.853@62,890.009@63,889.947@64,889.65@65,889.478@66,889.478@67,889.587@68,889.603@69,889.619@70,889.603@71,889.4@72,889.29@73,888.978@74,888.29@75,887.15@76,886.494@77,885.29@78,883.244@79,880.087@80,875.165@81,868.447@82,860.619@83,852.072@84,842.431@85,823.228@86,814.447@87,810.728@88,809.181@89,808.65@90,808.353@91,807.869@92,807.15@93,806.587@94,806.072@95,803.525@96,799.572@97,793.259@98,784.978@99,774.744@100,764.462@101,754.494@102,742.884@103,728.103@104,712.04@105,671.446@106,647.556@107,621.649@108,593.415@109,558.352@110,525.259@111,494.774@112,466.368@113,434.259@114,401.228@115,350.431@116,330.899@117,311.837@118,292.743@119,270.212@120,243.696@121,215.431@122,189.868@123,162.837@124,127.274@125,59.79@126,44.8369@127,43.2744@128,51.2119@129,61.6181@130,72.5712@131,83.6494@132,94.8056@133,108.337@134,122.743@135,145.634@136,157.852@137,167.806@138,176.212@139,180.899@140,179.634@141,176.587@142,180.806@143,189.884@144,199.524@145,220.259@146,235.774@147,251.759@148,259.821@149,261.556@150,261.618@151,266.634@152,272.759@153,275.696@154,274.353@155,271.321@156,282.556@157,296.196@158,300.556@159,298.384@160,295.634@161,294.665@162,295.337@163,292.431@164,284.54@165,262.478@166,249.321@167,234.618@168,224.384@169,220.54@170,221.712@171,226.306@172,232.29@173,240.649@174,251.493@175,272.79@176,284.759@177,301.415@178,324.149@179,342.353@180,350.399@181,349.587@182,346.728@183,346.524@184,347.399@185),
52
+ 1, 1);
53
+ Reorder1 = Reorder(ChromaKey1, "aaa");
54
+ Reorder2 = Reorder(ChromaKey2, "aaa");
55
+ Tracker14 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
56
+ "use start frame", 0.5, "stop", 1, 113, "v2.0", 0.3, 0.59,
57
+ 0.11, 0, 10, "track1", Linear(0,726.848@108,738.838@109,751.303@110,755.996@111,774.922@112,786.059@113,793.061@114,794@115,798.782@116,797.592@117,792.379@118,791.577@119,789.093@120,784.296@121,779.124@122,774.577@123,775.722@124,786.38@125,828.293@126,847.881@127,870.643@128,895.87@129,917.903@130,939.831@131,961.076@132,984.075@133,1006.64@134,1029@135,1082.13@136,1102.54@137,1121.84@138,1142.64@139,1159.49@140,1175.01@141,1191.12@142,1211.08@143,1232.29@144,1251.4@145,1287.04@146,1302.35@147,1312.75@148,1319.45@149,1325.99@150,1337.33@151,1353.22@152,1370.21@153,1388.09@154,1408.08@155,1431.6@156,1438.38@157,1437.85@158,1428.31@159,1418.42@160,1415.5@161,1416.42@162,1420.53@163,1428.72@164,1434.66@165,1426.77@166,1416.44@167,1402.45@168,1382.77@169,1361.96@170,1345.65@171,1335.41@172,1269.52@177,1261.52@178,1255.76@179,1255.76@183,1253.52@184),
58
+ Linear(0,1079.99@108,1047.26@109,1010.49@110,981.86@111,935.688@112,901.115@113,871.504@114,834.212@115,778.009@116,757.848@117,733.527@118,714.129@119,688.895@120,659.817@121,628.66@122,598.255@123,569.211@124,530.826@125,456.282@126,437.103@127,430.481@128,435.071@129,441.586@130,447.371@131,454.807@132,461.973@133,472.924@134,482.452@135,499.44@136,506.082@137,511.95@138,517.259@139,518.277@140,514.227@141,506.771@142,508.075@143,514.465@144,520.677@145,535.731@146,549.027@147,561.808@148,566.528@149,566.089@150,563.995@151,564.983@152,571.429@153,571.634@154,566.544@155,559.247@156,568.372@157,579.856@158,582.122@159,577.95@160,573.731@161,571.06@162,570.044@163,565.888@164,556.763@165,532.169@166,517.903@167,502.716@168,491.965@169,486.849@170,488.129@171,491.008@172,549.228@177,563.623@178,584.736@179,609.048@183,608.408@184),
59
+ Linear(0,1@108,0@109,0@110,0@111,0@112,0@113,0@114,0.9406@115,0.8887@116,0.8619@117,0.8464@118,0.842@119,0.9832@120,0.9614@121,0.9441@122,0.9331@123,0.9067@124,0.855@125,0.8764@126,0.8696@127,0.8538@128,0.8476@129,0.8399@130,0.8308@131,0.8192@132,0.8113@133,0.802@134,0.7882@135,0.7625@136,0.7458@137,0.7359@138,0.7199@139,0.6923@140,0.6663@141,0.6802@142,0.6786@143,0.6651@144,0.6557@145,0.6237@146,0.5858@147,0.5339@148,0.5312@149,0.5482@150,0.5606@151,0.5662@152,0.5638@153,0.5596@154,0.5404@155,0.9676@156,0.9405@157,0.9562@158,0.9727@159,0.9455@160,0.9287@161,0.9241@162,0.925@163,0.8862@164,0.8426@165,0.8236@166,0.8085@167,0.8419@168,0.8413@169,0.6289@170,0.4912@171,0.4912@172,0.4912@177,0.4912@178,0.4912@179,0.4912@183,0.4912@184),
60
+ 749.2252, 821.2252, 864.4905, 936.4903, 674.6633, 895.787,
61
+ 780.927551, 1001.97858, Linear(0,726.848@108,738.838@109,751.303@110,755.997@111,774.922@112,786.059@113,793.061@114,794@115,798.782@116,797.592@117,792.379@118,791.577@119,789.093@120,784.296@121,779.124@122,774.577@123,775.722@124,786.38@125,828.293@126,847.881@127,870.643@128,895.87@129,917.903@130,939.831@131,961.076@132,984.075@133,1006.64@134,1029@135,1082.13@136,1102.54@137,1121.84@138,1142.64@139,1159.49@140,1175.01@141,1191.12@142,1211.08@143,1232.29@144,1251.4@145,1287.04@146,1302.35@147,1312.75@148,1319.45@149,1325.99@150,1337.33@151,1353.22@152,1370.21@153,1388.09@154,1408.08@155,1431.6@156,1438.38@157,1437.85@158,1428.31@159,1418.42@160,1415.5@161,1416.42@162,1420.53@163,1428.72@164,1434.66@165,1426.77@166,1416.44@167,1402.45@168,1382.77@169,1361.96@170,1345.65@171,1335.41@172,1269.51@177,1261.51@178,1255.75@179,1255.75@183,1253.51@184),
62
+ Linear(0,1079.99@108,1047.26@109,1010.49@110,981.859@111,935.687@112,901.115@113,871.504@114,834.212@115,778.009@116,757.848@117,733.527@118,714.129@119,688.895@120,659.817@121,628.66@122,598.255@123,569.211@124,530.826@125,456.282@126,437.103@127,430.481@128,435.071@129,441.586@130,447.371@131,454.807@132,461.973@133,472.924@134,482.452@135,499.44@136,506.082@137,511.95@138,517.259@139,518.277@140,514.227@141,506.771@142,508.075@143,514.465@144,520.677@145,535.731@146,549.027@147,561.808@148,566.528@149,566.089@150,563.995@151,564.983@152,571.429@153,571.634@154,566.544@155,559.247@156,568.372@157,579.856@158,582.122@159,577.95@160,573.731@161,571.06@162,570.044@163,565.888@164,556.763@165,532.169@166,517.903@167,502.716@168,491.965@169,486.849@170,488.129@171,491.008@172,549.228@177,563.623@178,584.736@179,609.048@183,608.408@184),
63
+ 1, 1);
64
+ Tracker15 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
65
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
66
+ 0.11, 0, 10, "track1", Linear(0,1358.37@1,1358.2@2,1357.93@3,1357.45@4,1356.9@5,1356.15@6,1356.1@7,1355.82@8,1355.78@9,1355.67@10,1355.26@11,1354.81@12,1354.46@13,1354.12@14,1353.54@15,1352.6@16,1352.17@17,1351.84@18,1351.29@19,1350.93@20,1350.82@21,1350.67@22,1350.68@23,1350.56@24,1350.78@25,1350.76@26,1350.95@27,1351.1@28,1351.15@29,1351.15@30,1351.32@31,1351.29@32,1351.26@33,1351.23@34,1351.29@35,1351.32@36,1351.42@37,1351.43@38,1351.39@39,1351.43@40,1351.54@41,1351.46@42,1351.57@43,1351.9@44,1352.26@45,1352.37@46,1352.71@47,1353.14@48,1353.04@49,1353.03@50,1353.28@51,1353.03@52,1352.73@53,1352.96@54,1353.06@55,1353.15@56,1353.37@57,1353.37@58,1355.44@70,1355.24@71,1355.24@72,1355.24@73,1354.66@74,1353.93@75,1354.52@76,1354.45@77,1354.45@78,1353.72@79,1353.1@80,1353.19@81,1353.44@82,1353.13@83,1352.41@84,1352.39@85,1351.84@86,1351.23@87,1350.78@88,1350.58@89,1350.56@90,1350.8@91,1351.08@92,1350.75@93,1349.94@94,1349.8@95,1350.14@96,1350.52@97,1350.64@98,1350.16@99,1350.61@100,1352.48@101,1352.48@102,1352.48@103,1360.17@104,1363.47@105,1368.31@106,1372.73@107,1378.3@108,1383.8@109,1390.31@110,1396.06@111,1401.61@112,1406.31@113,1407.98@114,1405.03@115,1401.61@116,1395.58@117,1386.81@118,1379.34@119,1371.21@120,1362.3@121,1686.73@146,1696.59@147,1704.96@148,1707.09@149,1710.12@150,1716.24@151,1724.4@152,1734.57@153,1749.62@154,1763.76@155,1782.23@156,1787.82@157,1782.67@158,1768.54@159,1754.87@160,1747.93@161,1744.1@162,1744.99@163,1750.02@164,1754.01@165,1743.12@166,1731.98@167,1715.07@168,1693.21@169,1671.15@170,1653.16@171,1641.1@172,1638.03@173,1632.29@174,1623.46@175,1596.82@176,1579.31@177,1571.46@178,1565.44@179,1561.6@180,1562.99@181,1564.85@182,1564.16@183,1561.51@184,1558.9@185),
67
+ Linear(0,605.919@1,605.825@2,605.731@3,605.669@4,605.669@5,605.981@6,606.184@7,606.263@8,606.309@9,606.45@10,606.591@11,606.513@12,606.544@13,606.606@14,606.622@15,606.747@16,606.95@17,607.231@18,607.575@19,607.966@20,608.341@21,608.45@22,608.466@23,608.45@24,608.263@25,608.2@26,608.075@27,608.059@28,608.013@29,607.778@30,607.528@31,607.341@32,607.325@33,607.419@34,607.497@35,607.7@36,607.716@37,607.825@38,607.747@39,607.7@40,607.7@41,607.653@42,607.841@43,607.903@44,607.825@45,607.622@46,607.513@47,607.575@48,607.606@49,607.606@50,607.669@51,607.716@52,607.669@53,607.591@54,607.716@55,607.95@56,608.606@57,608.841@58,608.737@70,608.708@71,608.708@72,608.708@73,608.505@74,607.26@75,606.601@76,606.088@77,605.21@78,603.16@79,600.16@80,595.441@81,589.144@82,581.66@83,573.379@84,564.16@85,544.238@86,537.519@87,533.738@88,532.535@89,531.754@90,531.597@91,530.879@92,530.629@93,530.426@94,529.816@95,526.957@96,523.644@97,517.644@98,509.582@99,499.957@100,489.848@101,489.848@102,489.848@103,455.44@104,440.206@105,401.018@106,377.862@107,352.862@108,324.018@109,292.815@110,260.94@111,232.815@112,205.002@113,174.956@114,141.956@115,96.0025@116,78.8463@117,62.1431@118,43.7256@119,23.8819@120,-0.4059@121,17.9292@146,36.0077@147,54.4608@148,64.4139@149,67.4139@150,67.5389@151,71.0702@152,77.4296@153,79.6014@154,78.5546@155,77.9452@156,92.5546@157,109.634@158,113.579@159,112.407@160,110.079@161,109.095@162,109.47@163,106.391@164,99.0321@165,78.0946@166,67.079@167,52.1728@168,42.8915@169,40.0946@170,42.204@171,47.079@172,54.6739@173,65.4424@174,78.9424@175,103.942@176,115.516@177,132.058@178,156.042@179,172.23@180,179.589@181,178.953@182,176.687@183,176.552@184,177.86@185),
68
+ Linear(0,1@1,0.9915@2,0.9882@3,0.9899@4,0.9864@5,0.9915@6,0.9863@7,0.9834@8,0.9841@9,0.984@10,0.9853@11,0.9838@12,0.9843@13,0.9863@14,0.9881@15,0.9904@16,0.9915@17,0.9836@18,0.9859@19,0.9901@20,0.9824@21,0.9824@22,0.9836@23,0.9841@24,0.9839@25,0.9847@26,0.9899@27,0.9895@28,0.9912@29,0.9916@30,0.9837@31,0.9828@32,0.9825@33,0.9821@34,0.9832@35,0.9876@36,0.9884@37,0.9904@38,0.9895@39,0.9868@40,0.9875@41,0.9819@42,0.9795@43,0.9856@44,0.9827@45,0.9458@46,0.9166@47,0.9291@48,0.9512@49,0.9509@50,0.9609@51,0.9539@52,0.9423@53,0.9163@54,0.8836@55,0.7722@56,0.6186@57,0.5897@58,0.5897@70,0.7401@71,0.2892@72,0.2892@73,0.6116@74,0.3378@75,0.3378@76,0.3378@77,0.3378@78,0.3378@79,0.9862@80,0.9651@81,0.9609@82,0.9474@83,0.9373@84,0.9152@85,0.9865@86,0.9652@87,0.9305@88,0.9258@89,0.924@90,0.8601@91,0.7836@92,0.7486@93,0.7728@94,0.915@95,0.7823@96,0.9652@97,0.9817@98,0.9921@99,0.9925@100,0.9841@101,0.4185@102,0.4185@103,0.2986@104,0.9881@105,0.9221@106,0.8851@107,0.8623@108,0.8068@109,0.7714@110,0.7999@111,0.8495@112,0.8186@113,0.7602@114,0.7636@115,0.9287@116,0.8483@117,0.8367@118,0.8514@119,0.8089@120,0.4927@121,0.3658@146,0.7982@147,0.7969@148,0.9021@149,0.8545@150,0.9067@151,0.6817@152,0.9061@153,0.8109@154,0.7332@155,0.9396@156,0.7045@157,0.7329@158,0.4996@159,0.8983@160,0.8104@161,0.787@162,0.8212@163,0.7401@164,0.6193@165,0.6276@166,0.5508@167,0.6126@168,0.7325@169,0.8896@170,0.8884@171,0.7524@172,0.6634@173,0.5998@174,0.9284@175,0.7737@176,0.6771@177,0.5915@178,0.6027@179,0.7651@180,0.9289@181,0.9342@182,0.7814@183,0.7814@184,0.94@185),
69
+ 1533.23364, 1582.32422, 155.406982, 196.1588, 1493.389, 1622.16882,
70
+ 95.71023, 255.855576, Linear(0,1358.37@1,1358.2@2,1357.93@3,1357.45@4,1356.9@5,1356.15@6,1356.1@7,1355.82@8,1355.78@9,1355.67@10,1355.26@11,1354.81@12,1354.46@13,1354.12@14,1353.54@15,1352.6@16,1352.17@17,1351.84@18,1351.29@19,1350.93@20,1350.82@21,1350.67@22,1350.68@23,1350.56@24,1350.78@25,1350.76@26,1350.95@27,1351.1@28,1351.15@29,1351.15@30,1351.32@31,1351.29@32,1351.26@33,1351.23@34,1351.29@35,1351.32@36,1351.42@37,1351.43@38,1351.39@39,1351.43@40,1351.54@41,1351.46@42,1351.57@43,1351.9@44,1352.26@45,1352.37@46,1352.71@47,1353.14@48,1353.04@49,1353.03@50,1353.28@51,1353.03@52,1352.73@53,1352.96@54,1353.06@55,1353.15@56,1353.37@57,1353.37@58,1355.44@70,1355.24@71,1355.24@72,1355.24@73,1354.66@74,1353.93@75,1354.52@76,1354.45@77,1354.45@78,1353.72@79,1353.1@80,1353.19@81,1353.44@82,1353.13@83,1352.41@84,1352.39@85,1351.84@86,1351.23@87,1350.78@88,1350.58@89,1350.56@90,1350.8@91,1351.08@92,1350.75@93,1349.94@94,1349.8@95,1350.14@96,1350.52@97,1350.64@98,1350.16@99,1350.61@100,1352.48@101,1352.48@102,1352.48@103,1360.17@104,1363.47@105,1368.31@106,1372.73@107,1378.3@108,1383.8@109,1390.31@110,1396.06@111,1401.61@112,1406.31@113,1407.98@114,1405.03@115,1401.61@116,1395.58@117,1386.81@118,1379.34@119,1371.21@120,1362.3@121,1686.73@146,1696.59@147,1704.96@148,1707.09@149,1710.12@150,1716.24@151,1724.4@152,1734.57@153,1749.62@154,1763.76@155,1782.23@156,1787.82@157,1782.67@158,1768.54@159,1754.87@160,1747.93@161,1744.1@162,1744.99@163,1750.02@164,1754.01@165,1743.12@166,1731.98@167,1715.07@168,1693.21@169,1671.15@170,1653.16@171,1641.1@172,1638.03@173,1632.29@174,1623.46@175,1596.82@176,1579.31@177,1571.46@178,1565.44@179,1561.6@180,1562.99@181,1564.85@182,1564.16@183,1561.51@184,1558.9@185),
71
+ Linear(0,605.919@1,605.825@2,605.731@3,605.669@4,605.669@5,605.981@6,606.184@7,606.263@8,606.309@9,606.45@10,606.591@11,606.513@12,606.544@13,606.606@14,606.622@15,606.747@16,606.95@17,607.231@18,607.575@19,607.966@20,608.341@21,608.45@22,608.466@23,608.45@24,608.263@25,608.2@26,608.075@27,608.059@28,608.013@29,607.778@30,607.528@31,607.341@32,607.325@33,607.419@34,607.497@35,607.7@36,607.716@37,607.825@38,607.747@39,607.7@40,607.7@41,607.653@42,607.841@43,607.903@44,607.825@45,607.622@46,607.513@47,607.575@48,607.606@49,607.606@50,607.669@51,607.716@52,607.669@53,607.591@54,607.716@55,607.95@56,608.606@57,608.841@58,608.737@70,608.708@71,608.708@72,608.708@73,608.505@74,607.26@75,606.601@76,606.088@77,605.21@78,603.16@79,600.16@80,595.441@81,589.144@82,581.66@83,573.379@84,564.16@85,544.238@86,537.519@87,533.738@88,532.535@89,531.754@90,531.597@91,530.879@92,530.629@93,530.426@94,529.816@95,526.957@96,523.644@97,517.644@98,509.582@99,499.957@100,489.848@101,489.848@102,489.848@103,455.44@104,440.206@105,401.018@106,377.862@107,352.862@108,324.018@109,292.815@110,260.94@111,232.815@112,205.002@113,174.956@114,141.956@115,96.0025@116,78.8463@117,62.1431@118,43.7256@119,23.8819@120,-0.4059@121,17.9292@146,36.0077@147,54.4608@148,64.4139@149,67.4139@150,67.5389@151,71.0702@152,77.4296@153,79.6014@154,78.5546@155,77.9452@156,92.5546@157,109.634@158,113.579@159,112.407@160,110.079@161,109.095@162,109.47@163,106.391@164,99.0321@165,78.0946@166,67.079@167,52.1728@168,42.8915@169,40.0946@170,42.204@171,47.079@172,54.6739@173,65.4424@174,78.9424@175,103.942@176,115.516@177,132.058@178,156.042@179,172.23@180,179.589@181,178.953@182,176.687@183,176.552@184,177.86@185),
72
+ 1, 1);
73
+ Tracker16 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
74
+ "use start frame", 0.5, "stop", 1, 143, "v2.0", 0.3, 0.59,
75
+ 0.11, 0, 10, "track1", Linear(0,2460@113,2448.12@114,2429.56@115,2397.17@116,2375.59@117,2351.52@118,2328.52@119,2305.27@120,2278.47@121,2250.75@122,2224.61@123,2202.7@124,2191.5@125,2192.53@126,2195.6@127,2197.72@128,2206.3@129,2211.44@130,2215.5@131,2220.58@132,2225.96@133,2230.52@134,2236.46@135,2256.58@136,2263.37@137,2268.04@138,2274.66@139,2276.55@140,2277.41@141,2279.91@142,2282.88@143),
76
+ Linear(0,1047.77@113,1011.16@114,974.286@115,918.239@116,895.301@117,871.379@118,848.223@119,823.301@120,795.254@121,765.27@122,736.254@123,702.364@124,659.379@125,581.317@126,563.021@127,557.17@128,557.927@129,562.333@130,566.615@131,570.365@132,574.036@133,579.708@134,585.318@135,593.411@136,601.467@137,608.717@138,614.932@139,617.135@140,611.432@141,602.291@142,598.113@143),
77
+ Linear(0,1@113,0.9641@114,0.9236@115,0.8813@116,0.8168@117,0.82@118,0.8367@119,0.8282@120,0.8089@121,0.8142@122,0.844@123,0.9306@124,0.9029@125,0.866@126,0.8512@127,0.784@128,0.7871@129,0.9671@130,0.9685@131,0.9682@132,0.97@133,0.9649@134,0.9728@135,0.9711@136,0.9551@137,0.7313@138,0.4076@139,0.9761@140,0.9396@141,0.8192@142,0.611@143,0.6528@144,0.6633@145,0.6945@146,0.6863@147,0.6479@148,0.6242@149,0.5982@150,0.6002@151,0.5527@152,0.4998@153),
78
+ 2271.85034, 2293.30249, 581.6916, 613.5024, 2233.36377, 2331.789,
79
+ 555.66095, 643.2619, Linear(0,2460@113,2448.12@114,2429.56@115,2397.17@116,2375.59@117,2351.52@118,2328.52@119,2305.27@120,2278.47@121,2250.75@122,2224.61@123,2202.7@124,2191.5@125,2192.53@126,2195.6@127,2197.72@128,2206.3@129,2211.44@130,2215.5@131,2220.58@132,2225.96@133,2230.52@134,2236.46@135,2256.58@136,2263.37@137,2268.04@138,2274.66@139,2276.55@140,2277.41@141,2279.91@142,2282.87@143,2256@144,2267.72@145,2280.13@146,2281.72@147,2278.97@148,2251.22@149,2252.97@150,2279.5@151,2297.96@152,2297.96@153),
80
+ Linear(0,1047.77@113,1011.16@114,974.286@115,918.239@116,895.301@117,871.379@118,848.223@119,823.301@120,795.254@121,765.27@122,736.254@123,702.364@124,659.379@125,581.317@126,563.021@127,557.17@128,557.927@129,562.333@130,566.615@131,570.365@132,574.036@133,579.708@134,585.318@135,593.411@136,601.467@137,608.717@138,614.932@139,617.135@140,611.432@141,602.291@142,598.113@143,640.041@144,649.651@145,675.932@146,696.635@147,715.745@148,712.541@149,707.401@150,680.01@151,675.448@152,675.448@153),
81
+ 1, 1);
82
+ Tracker17 = Tracker(LogLin1, "1-185", "1/512", "luminance", 0.75,
83
+ "use start frame", 0.5, "stop", 1, 161, "v2.0", 0.3, 0.59,
84
+ 0.11, 0, 10, "track1", Linear(0,15.5659@115,38.9736@116,43.41@117,46.387@118,842.296@144,871.046@145,919.718@146,945.935@147,965.839@148,978.63@149,992.786@150,1010.18@151,1029.72@152,1051.27@153,1077.79@154,1101.16@155,1136.09@156,1149.49@157,1155.3@158,1150.22@159,1143.6@160,1143.35@161),
85
+ Linear(0,92.5471@115,40.2552@116,23.7209@117,3.1088@118,15.2713@144,29.9747@145,57.2073@146,76.5617@147,93.9784@148,104.386@149,109.827@150,113.302@151,122.55@152,133.04@153,139.728@154,142.091@155,142.529@156,154.263@157,169.624@158,174.436@159,173.702@160,173.376@161),
86
+ Linear(0,1@115,0.842@116,0.7644@117,0.8126@118,0.8126@144,0.7068@145,0.75@146,0.7744@147,0.7779@148,0.7805@149,0.9916@150,0.9872@151,0.985@152,0.9705@153,0.9523@154,0.9847@155,0.9508@156,0.9026@157,0.8844@158,0.8534@159,0.7469@160,0.5663@161),
87
+ 1106.94116, 1178.94116, 136.863541, 208.863541, 893.2547,
88
+ 1392.62744, -90.7046661, 436.4318, Linear(0,15.5659@115,38.9736@116,43.41@117,46.387@118,842.296@144,871.046@145,919.718@146,945.935@147,965.839@148,978.63@149,992.786@150,1010.18@151,1029.72@152,1051.27@153,1077.79@154,1101.16@155,1136.09@156,1149.49@157,1155.3@158,1150.22@159,1143.6@160,1143.35@161),
89
+ Linear(0,92.5471@115,40.2552@116,23.7209@117,3.1088@118,15.2713@144,29.9747@145,57.2073@146,76.5617@147,93.9784@148,104.386@149,109.827@150,113.302@151,122.55@152,133.04@153,139.728@154,142.091@155,142.529@156,154.263@157,169.624@158,174.436@159,173.702@160,173.376@161),
90
+ 1, 1);
91
+ Tracker18 = Tracker(LogLin1, "1-185", "1/512", "luminance", 0.75,
92
+ "use start frame", 0.5, "stop", 1, 166, "v2.0", 0.3, 0.59,
93
+ 0.11, 0, 10, "track1", Linear(0,10.9661@111,27.7679@112,39.3167@113,50.0823@114,52.7503@115,57.5661@116,54.5588@117,50.9978@118,46.1744@119,44.3282@120,39.777@121,33.0022@122,29.1368@123,34.428@124,45.4182@125,97.5925@126,123.897@127,150.419@128,182.878@129,210.275@130,237.435@131,265.14@132,292.474@133,318.308@134,346.478@135,410.71@136,437.867@137,463.542@138,490.458@139,512.495@140,532.662@141,553.55@142,576.867@143,601.773@144,624.87@145,668.654@146,688.58@147,703.802@148,713.759@149,724.749@150,738.876@151,755.925@152,775.863@153,799.56@154,818.089@155,848.605@156,858.769@157,862.495@158,855.427@159,847.609@160,846.653@161,849.571@162,855.747@163,866.37@164,874.495@165,870.073@166),
94
+ Linear(0,895.677@111,861.189@112,829.574@113,793.305@114,756.191@115,697.826@116,675.706@117,651.823@118,629.894@119,602.969@120,572.143@121,538.698@122,508.253@123,480.724@124,437.813@125,364.416@126,345.877@127,339.998@128,343.787@129,352.489@130,359.538@131,366.683@132,376.436@133,389.447@134,402.191@135,421.01@136,427.162@137,432.021@138,434.859@139,434.838@140,429.849@141,424.877@142,427.963@143,436.881@144,444.924@145,458.955@146,469.906@147,480.898@148,484.925@149,484.916@150,483.941@151,489.925@152,496.935@153,499.955@154,498.831@155,490.323@156,497.202@157,506.675@158,508.552@159,505.413@160,503.077@161,502.272@162,502.524@163,500.069@164,491.421@165,468.503@166),
95
+ Linear(0,0.4306@111,0.9636@112,1@113,0.9622@114,0.9463@115,0.9937@116,0.9925@117,0.9924@118,0.9939@119,0.9767@120,0.9333@121,0.9012@122,0.8751@123,0.8731@124,0.9262@125,0.9262@126,0.9856@127,0.951@128,0.9417@129,0.9409@130,0.9349@131,0.9338@132,0.9312@133,0.919@134,0.993@135,0.9755@136,0.9726@137,0.9599@138,0.9451@139,0.9301@140,0.9165@141,0.9236@142,0.9428@143,0.9368@144,0.9258@145,0.9046@146,0.9103@147,0.8462@148,0.8079@149,0.8232@150,0.8393@151,0.8546@152,0.8617@153,0.8528@154,0.8318@155,0.9724@156,0.94@157,0.9313@158,0.9579@159,0.9329@160,0.9168@161,0.9275@162,0.9495@163,0.964@164,0.9257@165,0.9257@166),
96
+ 846.840149, 892.310852, 443.5072, 492.515228, 754.2444, 984.9067,
97
+ 287.2412, 648.7811, Linear(0,10.9661@111,27.7679@112,39.3167@113,50.0823@114,52.7503@115,57.5661@116,54.5588@117,50.9978@118,46.1744@119,44.3282@120,39.777@121,33.0022@122,29.1368@123,34.428@124,45.4182@125,97.5925@126,123.897@127,150.419@128,182.878@129,210.275@130,237.435@131,265.14@132,292.474@133,318.308@134,346.478@135,410.71@136,437.867@137,463.542@138,490.458@139,512.495@140,532.662@141,553.55@142,576.867@143,601.773@144,624.87@145,668.654@146,688.58@147,703.802@148,713.759@149,724.749@150,738.876@151,755.925@152,775.863@153,799.56@154,818.089@155,848.605@156,858.769@157,862.495@158,855.427@159,847.609@160,846.653@161,849.571@162,855.747@163,866.37@164,874.495@165,870.073@166),
98
+ Linear(0,895.677@111,861.189@112,829.574@113,793.305@114,756.191@115,697.826@116,675.706@117,651.823@118,629.894@119,602.969@120,572.143@121,538.698@122,508.253@123,480.724@124,437.813@125,364.416@126,345.877@127,339.998@128,343.787@129,352.489@130,359.538@131,366.683@132,376.436@133,389.447@134,402.191@135,421.01@136,427.162@137,432.021@138,434.859@139,434.838@140,429.849@141,424.877@142,427.963@143,436.881@144,444.924@145,458.955@146,469.906@147,480.898@148,484.925@149,484.916@150,483.941@151,489.925@152,496.935@153,499.955@154,498.831@155,490.323@156,497.202@157,506.675@158,508.552@159,505.413@160,503.077@161,502.272@162,502.524@163,500.069@164,491.421@165,468.503@166),
99
+ 1, 1);
100
+ Tracker19 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
101
+ "use start frame", 0.5, "stop", 1, 147, "v2.0", 0.3, 0.59,
102
+ 0.11, 0, 10, "track1", Linear(0,773.744@114,770.441@115,769.178@116,762.281@117,754.618@118,749.077@119,741.557@120,732.518@121,723.112@122,715.221@123,712.049@124,721.325@125,753.321@126,768.68@127,780.477@128,802.034@129,821.157@130,838.595@131,856.782@132,874.938@133,892.548@134,911.47@135,956.313@136,974.657@137,991.813@138,1009.97@139,1024.05@140,1036.98@141,1051.55@142,1067.86@143,1085.77@144,1102.55@145,1133.72@146,1147.39@147,1159@148,1164.04@149,1170.16@150,1179.43@151,1190.8@152,1205.09@153,1222.99@154,1241.59@155,1263.12@156,1269.73@157,1271.08@158,1258.42@159,1248.72@160,1245@161,1245.42@162,1248.7@163,1256.75@164,1260.95@165,1252.86@166,1242.12@167,1228.06@168,1206.84@169,1185.89@170,1171.55@171,1162.24@172,1157.57@173,1152.78@174,1143.97@175,1116.69@176,1099.81@177,1089.44@178,1083.69@179,1080.79@180,1083.04@181,1084.87@182,1083.94@183,1081@184,1078.31@185),
103
+ Linear(0,829.719@114,794.973@115,740.664@116,718.088@117,696.135@118,674.729@119,646.641@120,617.079@121,585.798@122,557.423@123,526.298@124,486.702@125,415.131@126,396.787@127,393.212@128,394.682@129,400.387@130,406.434@131,412.981@132,419.793@133,429.684@134,439.95@135,455.09@136,461.434@137,466.777@138,470.168@139,470.746@140,465.684@141,459.527@142,460.731@143,466.809@144,473.387@145,487.184@146,499.278@147,512.321@148,517.721@149,517.05@150,514.94@151,517.698@152,522.339@153,524.207@154,521.506@155,512.003@156,519.415@157,530.792@158,533.637@159,529.604@160,524.634@161,524.332@162,523.23@163,519.177@164,508.571@165,483.977@166,469.618@167,454.555@168,444.246@169,441.592@170,442.302@171,445.279@172,450.394@173,458.353@174,467.845@175,487.024@176,498.008@177,513.554@178,537.415@179,555.259@180,562.899@181,562.384@182,559.353@183,558.524@184,558.962@185),
104
+ Linear(0,1@114,0.5661@115,0.3059@116,0.9622@117,0.9166@118,0.8743@119,0.8129@120,0.7489@121,0.9974@122,0.9969@123,0.9852@124,0.9523@125,0.3908@126,0.9757@127,0.858@128,0.8157@129,0.8299@130,0.9954@131,0.991@132,0.9879@133,0.9805@134,0.9859@135,0.9755@136,0.9851@137,0.9883@138,0.9795@139,0.9359@140,0.8899@141,0.9276@142,0.9708@143,0.959@144,0.9515@145,0.92@146,0.8977@147,0.8461@148,0.9569@149,0.9674@150,0.9628@151,0.9576@152,0.9258@153,0.9247@154,0.9422@155,0.9448@156,0.958@157,0.9287@158,0.9351@159,0.867@160,0.6268@161,0.6544@162,0.7503@163,0.9144@164,0.9048@165,0.9535@166,0.9498@167,0.9376@168,0.8937@169,0.9025@170,0.9193@171,0.8844@172,0.8796@173,0.9233@174,0.9085@175,0.8478@176,0.869@177,0.8362@178,0.8227@179,0.9046@180,0.9847@181,0.9803@182,0.9822@183,0.9821@184,0.8396@185),
105
+ 1123.89844, 1170.23438, 473.929016, 523.852, 1068.647, 1225.48584,
106
+ 359.485718, 638.295349, Linear(0,773.744@114,770.441@115,769.178@116,762.281@117,754.618@118,749.077@119,741.557@120,732.518@121,723.112@122,715.221@123,712.049@124,721.325@125,753.321@126,768.68@127,780.477@128,802.034@129,821.157@130,838.595@131,856.782@132,874.938@133,892.548@134,911.47@135,956.313@136,974.657@137,991.813@138,1009.97@139,1024.05@140,1036.98@141,1051.55@142,1067.86@143,1085.77@144,1102.55@145,1133.72@146,1147.39@147,1159@148,1164.04@149,1170.16@150,1179.43@151,1190.8@152,1205.09@153,1222.99@154,1241.59@155,1263.12@156,1269.73@157,1271.08@158,1258.42@159,1248.72@160,1245@161,1245.42@162,1248.7@163,1256.75@164,1260.95@165,1252.86@166,1242.12@167,1228.06@168,1206.84@169,1185.89@170,1171.55@171,1162.24@172,1157.57@173,1152.78@174,1143.97@175,1116.69@176,1099.81@177,1089.43@178,1083.69@179,1080.79@180,1083.04@181,1084.87@182,1083.94@183,1081@184,1078.31@185),
107
+ Linear(0,829.719@114,794.973@115,740.664@116,718.088@117,696.135@118,674.729@119,646.641@120,617.079@121,585.798@122,557.423@123,526.298@124,486.702@125,415.131@126,396.787@127,393.212@128,394.682@129,400.387@130,406.434@131,412.981@132,419.793@133,429.684@134,439.95@135,455.09@136,461.434@137,466.777@138,470.168@139,470.746@140,465.684@141,459.527@142,460.731@143,466.809@144,473.387@145,487.184@146,499.278@147,512.321@148,517.721@149,517.05@150,514.94@151,517.698@152,522.339@153,524.207@154,521.506@155,512.003@156,519.415@157,530.792@158,533.637@159,529.604@160,524.634@161,524.332@162,523.23@163,519.177@164,508.571@165,483.977@166,469.618@167,454.555@168,444.246@169,441.592@170,442.302@171,445.279@172,450.394@173,458.353@174,467.845@175,487.024@176,498.008@177,513.554@178,537.415@179,555.259@180,562.899@181,562.384@182,559.353@183,558.524@184,558.962@185),
108
+ 1, 1);
109
+ Tracker21 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
110
+ "use start frame", 0.5, "stop", 1, 117, "v2.0", 0.3, 0.59,
111
+ 0.11, 0, 10, "track1", Linear(0,140.976@1,140.789@2,140.382@3,139.898@4,139.195@5,138.304@6,138.164@7,137.898@8,137.773@9,137.695@10,137.179@11,136.695@12,136.195@13,135.882@14,135.148@15,133.992@16,133.351@17,132.898@18,132.289@19,131.851@20,131.617@21,131.539@22,131.398@23,131.257@24,131.539@25,131.679@26,131.914@27,132.039@28,132.148@29,132.132@30,132.336@31,132.398@32,132.304@33,132.226@34,132.367@35,132.304@36,132.367@37,132.304@38,132.257@39,132.304@40,132.539@41,132.476@42,132.617@43,132.976@44,133.414@45,133.757@46,134.211@47,134.679@48,134.586@49,134.554@50,134.789@51,134.445@52,134.101@53,134.461@54,134.679@55,134.664@56,134.726@57,134.679@58,134.742@59,134.82@60,134.773@61,134.992@62,135.586@63,136.164@64,136.57@65,136.601@66,136.711@67,136.617@68,136.757@69,136.836@70,136.836@71,136.726@72,136.492@73,136.054@74,136.07@75,136.039@76,135.851@77,135.757@78,135.304@79,134.507@80,134.586@81,135.164@82,134.945@83,134.414@84,134.648@85,134.523@86,133.992@87,133.726@88,133.82@89,134.07@90,135.054@91,135.851@92,135.836@93,135.117@94,134.695@95,135.226@96,135.976@97,136.351@98,136.179@99,137.32@100,140.351@101,145.507@102,150.382@103,153.773@104,159.851@105,169.585@106,177.663@107,187.288@108,197.148@109,209.07@110,220.054@111,231.523@112,242.179@113,248.726@114),
112
+ Linear(0,460.998@1,460.748@2,460.607@3,460.482@4,460.31@5,460.482@6,460.654@7,460.685@8,460.732@9,460.826@10,460.842@11,460.763@12,460.607@13,460.638@14,460.56@15,460.545@16,460.607@17,460.779@18,461.076@19,461.498@20,461.732@21,461.763@22,461.732@23,461.685@24,461.592@25,461.498@26,461.467@27,461.467@28,461.482@29,461.248@30,460.842@31,460.638@32,460.607@33,460.607@34,460.795@35,461.217@36,461.279@37,461.435@38,461.388@39,461.217@40,461.263@41,461.185@42,461.482@43,461.623@44,461.638@45,461.498@46,461.435@47,461.467@48,461.529@49,461.545@50,461.638@51,461.607@52,461.56@53,461.56@54,461.748@55,462.201@56,462.513@57,462.607@58,462.717@59,462.92@60,463.404@61,463.748@62,464.06@63,464.092@64,463.795@65,463.607@66,463.623@67,463.685@68,463.763@69,463.795@70,463.795@71,463.56@72,463.482@73,463.076@74,462.435@75,461.342@76,460.576@77,459.404@78,457.263@79,453.998@80,448.998@81,442.451@82,434.701@83,426.013@84,416.592@85,395.873@86,388.967@87,385.404@88,383.873@89,383.451@90,383.388@91,382.857@92,382.217@93,381.467@94,380.826@95,378.482@96,374.623@97,368.342@98,359.795@99,349.888@100,340.076@101,330.857@102,319.638@103,305.592@104,289.638@105,250.122@106,227.372@107,203.013@108,174.107@109,140.076@110,107.091@111,78.1693@112,49.9193@113,17.2318@114),
113
+ Linear(0,1@1,0.9891@2,0.9867@3,0.9891@4,0.9898@5,0.987@6,0.9905@7,0.9902@8,0.9879@9,0.9889@10,0.9906@11,0.9882@12,0.9887@13,0.9887@14,0.9893@15,0.99@16,0.9866@17,0.9896@18,0.9885@19,0.9878@20,0.9864@21,0.9861@22,0.9868@23,0.988@24,0.985@25,0.9858@26,0.9888@27,0.9891@28,0.9887@29,0.9905@30,0.9889@31,0.9861@32,0.9879@33,0.9896@34,0.986@35,0.9887@36,0.9861@37,0.9863@38,0.9876@39,0.9886@40,0.9861@41,0.9879@42,0.9864@43,0.9905@44,0.9871@45,0.9878@46,0.9877@47,0.9874@48,0.9858@49,0.9856@50,0.9876@51,0.9868@52,0.9901@53,0.9861@54,0.9872@55,0.9888@56,0.9871@57,0.9859@58,0.9888@59,0.9917@60,0.9886@61,0.9904@62,0.9887@63,0.9904@64,0.9868@65,0.9864@66,0.9876@67,0.9884@68,0.9897@69,0.9908@70,0.9908@71,0.9863@72,0.9838@73,0.9929@74,0.9883@75,0.9896@76,0.9877@77,0.9849@78,0.9838@79,0.984@80,0.9769@81,0.9631@82,0.9575@83,0.9512@84,0.9367@85,0.9528@86,0.9826@87,0.9854@88,0.9908@89,0.9882@90,0.9885@91,0.9893@92,0.989@93,0.9884@94,0.9877@95,0.9867@96,0.9815@97,0.956@98,0.9384@99,0.9234@100,0.9281@101,0.9168@102,0.889@103,0.8561@104,0.8147@105,0.9724@106,0.942@107,0.9152@108,0.8343@109,0.8052@110,0.8282@111,0.8781@112,0.8564@113,0.7784@114),
114
+ 189.667755, 214.3472, 4.219494, 30.79176, 77.11737, 326.897583,
115
+ -93.76701, 128.778275, Linear(0,140.976@1,140.789@2,140.382@3,139.898@4,139.195@5,138.304@6,138.164@7,137.898@8,137.773@9,137.695@10,137.179@11,136.695@12,136.195@13,135.882@14,135.148@15,133.992@16,133.351@17,132.898@18,132.289@19,131.851@20,131.617@21,131.539@22,131.398@23,131.257@24,131.539@25,131.679@26,131.914@27,132.039@28,132.148@29,132.132@30,132.336@31,132.398@32,132.304@33,132.226@34,132.367@35,132.304@36,132.367@37,132.304@38,132.257@39,132.304@40,132.539@41,132.476@42,132.617@43,132.976@44,133.414@45,133.757@46,134.211@47,134.679@48,134.586@49,134.554@50,134.789@51,134.445@52,134.101@53,134.461@54,134.679@55,134.664@56,134.726@57,134.679@58,134.742@59,134.82@60,134.773@61,134.992@62,135.586@63,136.164@64,136.57@65,136.601@66,136.711@67,136.617@68,136.757@69,136.836@70,136.836@71,136.726@72,136.492@73,136.054@74,136.07@75,136.039@76,135.851@77,135.757@78,135.304@79,134.507@80,134.586@81,135.164@82,134.945@83,134.414@84,134.648@85,134.523@86,133.992@87,133.726@88,133.82@89,134.07@90,135.054@91,135.851@92,135.836@93,135.117@94,134.695@95,135.226@96,135.976@97,136.351@98,136.179@99,137.32@100,140.351@101,145.507@102,150.382@103,153.773@104,159.851@105,169.585@106,177.663@107,187.288@108,197.148@109,209.07@110,220.054@111,231.523@112,242.179@113,248.726@114),
116
+ Linear(0,460.998@1,460.748@2,460.607@3,460.482@4,460.31@5,460.482@6,460.654@7,460.685@8,460.732@9,460.826@10,460.842@11,460.763@12,460.607@13,460.638@14,460.56@15,460.545@16,460.607@17,460.779@18,461.076@19,461.498@20,461.732@21,461.763@22,461.732@23,461.685@24,461.592@25,461.498@26,461.467@27,461.467@28,461.482@29,461.248@30,460.842@31,460.638@32,460.607@33,460.607@34,460.795@35,461.217@36,461.279@37,461.435@38,461.388@39,461.217@40,461.263@41,461.185@42,461.482@43,461.623@44,461.638@45,461.498@46,461.435@47,461.467@48,461.529@49,461.545@50,461.638@51,461.607@52,461.56@53,461.56@54,461.748@55,462.201@56,462.513@57,462.607@58,462.717@59,462.92@60,463.404@61,463.748@62,464.06@63,464.092@64,463.795@65,463.607@66,463.623@67,463.685@68,463.763@69,463.795@70,463.795@71,463.56@72,463.482@73,463.076@74,462.435@75,461.342@76,460.576@77,459.404@78,457.263@79,453.998@80,448.998@81,442.451@82,434.701@83,426.013@84,416.592@85,395.873@86,388.967@87,385.404@88,383.873@89,383.451@90,383.388@91,382.857@92,382.217@93,381.467@94,380.826@95,378.482@96,374.623@97,368.342@98,359.795@99,349.888@100,340.076@101,330.857@102,319.638@103,305.592@104,289.638@105,250.122@106,227.372@107,203.013@108,174.107@109,140.076@110,107.091@111,78.1693@112,49.9193@113,17.2318@114),
117
+ 1, 1);
118
+ Tracker22 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
119
+ "use start frame", 0.5, "stop", 1, 117, "v2.0", 0.3, 0.59,
120
+ 0.11, 0, 10, "track1", Linear(0,81.6863@1,81.4675@2,81.0457@3,80.5144@4,79.8738@5,78.8582@6,78.8113@7,78.4832@8,78.4363@9,78.2332@10,77.7644@11,77.2175@12,76.7957@13,76.4519@14,75.6082@15,74.4363@16,73.78@17,73.3113@18,72.5925@19,72.1082@20,71.8738@21,71.7957@22,71.7957@23,71.7332@24,71.8113@25,71.8894@26,72.1394@27,72.3894@28,72.5457@29,72.4519@30,72.7332@31,72.8113@32,72.6238@33,72.6394@34,72.7644@35,72.5925@36,72.7644@37,72.5769@38,72.5613@39,72.5925@40,72.8738@41,72.8738@42,72.9363@43,73.4207@44,73.8738@45,74.2488@46,74.6238@47,75.2019@48,74.9519@49,74.9207@50,75.2019@51,74.8425@52,74.6238@53,74.8894@54,75.1394@55,75.03@56,75.0769@57,75.03@58,75.1863@59,75.3113@60,75.2332@61,75.5925@62,75.9519@63,76.6394@64,77.0144@65,77.0457@66,77.2488@67,77.0925@68,77.4207@69,77.4675@70,77.3737@71,77.2175@72,76.9206@73,76.6081@74,76.6394@75,76.6237@76,76.4362@77,76.2487@78,75.8894@79,75.1237@80,75.5456@81,76.1862@82,76.0925@83,75.6862@84,76.1081@85,76.2487@86,75.905@87,75.6706@88,75.655@89,75.8425@90,76.7175@91,77.5456@92,77.5456@93,76.6706@94,76.155@95,76.7487@96,77.6237@97,77.9675@98,77.8581@99,79.0144@100,82.1237@101,87.28@102,92.2175@103,95.78@104,101.671@105,110.811@106,119.093@107,129.811@108,139.054@109,150.351@110,161.351@111,172.507@112,182.429@113,188.476@114,188.476@115,191.71@116,189.273@117,182.084@118),
121
+ Linear(0,578.27@1,578.098@2,577.801@3,577.614@4,577.504@5,577.676@6,577.957@7,578.082@8,578.129@9,578.192@10,578.239@11,578.067@12,577.895@13,577.942@14,577.817@15,577.864@16,577.926@17,578.176@18,578.348@19,578.676@20,579.082@21,579.145@22,579.129@23,579.098@24,578.864@25,578.739@26,578.676@27,578.692@28,578.692@29,578.473@30,578.223@31,578.036@32,577.895@33,577.957@34,578.207@35,578.442@36,578.582@37,578.661@38,578.598@39,578.52@40,578.536@41,578.489@42,578.692@43,578.895@44,578.942@45,578.692@46,578.676@47,578.707@48,578.739@49,578.801@50,578.942@51,578.911@52,578.817@53,578.832@54,579.114@55,579.457@56,579.692@57,579.848@58,580.098@59,580.317@60,580.645@61,581.145@62,581.332@63,581.317@64,581.145@65,580.832@66,580.895@67,581.067@68,581.145@69,581.145@70,581.114@71,580.832@72,580.692@73,580.379@74,579.676@75,578.536@76,577.786@77,576.567@78,574.473@79,571.254@80,566.332@81,559.895@82,552.145@83,543.629@84,533.864@85,513.223@86,506.207@87,502.567@88,501.082@89,500.536@90,500.348@91,499.926@92,499.129@93,498.332@94,497.692@95,495.332@96,491.52@97,485.332@98,476.77@99,466.817@100,456.692@101,447.504@102,436.676@103,421.754@104,406.614@105,367.629@106,343.832@107,315.739@108,287.497@109,254.028@110,219.997@111,189.122@112,160.935@113,128.013@114,92.997@115,39.9814@116,17.7577@117,-4.8356@118),
122
+ Linear(0,1@1,0.972@2,0.9578@3,0.9634@4,0.9668@5,0.9596@6,0.963@7,0.9681@8,0.9713@9,0.975@10,0.9837@11,0.9653@12,0.9597@13,0.9607@14,0.958@15,0.9583@16,0.9607@17,0.974@18,0.9805@19,0.9598@20,0.9732@21,0.979@22,0.9767@23,0.9735@24,0.9598@25,0.96@26,0.9592@27,0.9582@28,0.9581@29,0.9727@30,0.9822@31,0.9674@32,0.9613@33,0.9633@34,0.9821@35,0.9736@36,0.962@37,0.9589@38,0.962@39,0.9662@40,0.9694@41,0.9702@42,0.9581@43,0.9572@44,0.9612@45,0.9581@46,0.958@47,0.9551@48,0.9575@49,0.9581@50,0.9609@51,0.9622@52,0.9581@53,0.9598@54,0.9676@55,0.972@56,0.958@57,0.958@58,0.9694@59,0.9795@60,0.9608@61,0.9752@62,0.9792@63,0.9843@64,0.9752@65,0.9583@66,0.9601@67,0.9671@68,0.9766@69,0.9771@70,0.9865@71,0.9706@72,0.9644@73,0.9743@74,0.9644@75,0.9659@76,0.966@77,0.9661@78,0.9649@79,0.9637@80,0.9351@81,0.9105@82,0.8989@83,0.8752@84,0.8343@85,0.8804@86,0.9496@87,0.9624@88,0.9815@89,0.9638@90,0.9728@91,0.9744@92,0.9828@93,0.975@94,0.9626@95,0.9735@96,0.9439@97,0.9096@98,0.8707@99,0.8326@100,0.8352@101,0.8319@102,0.7359@103,0.6991@104,0.634@105,0.5623@106,0.5333@107,0.5263@108,0.4823@109,0.9215@110,0.9231@111,0.9061@112,0.9195@113,0.8203@114,0.7358@115,0.7468@116,0.8976@117,0.2796@118),
123
+ 170.955078, 202.903351, -1.02663994, 31.9485779, 138.549484,
124
+ 235.308945, -91.96945, 122.891388, Linear(0,81.6863@1,81.4675@2,81.0457@3,80.5144@4,79.8738@5,78.8582@6,78.8113@7,78.4832@8,78.4363@9,78.2332@10,77.7644@11,77.2175@12,76.7957@13,76.4519@14,75.6082@15,74.4363@16,73.78@17,73.3113@18,72.5925@19,72.1082@20,71.8738@21,71.7957@22,71.7957@23,71.7332@24,71.8113@25,71.8894@26,72.1394@27,72.3894@28,72.5457@29,72.4519@30,72.7332@31,72.8113@32,72.6238@33,72.6394@34,72.7644@35,72.5925@36,72.7644@37,72.5769@38,72.5613@39,72.5925@40,72.8738@41,72.8738@42,72.9363@43,73.4207@44,73.8738@45,74.2488@46,74.6238@47,75.2019@48,74.9519@49,74.9207@50,75.2019@51,74.8425@52,74.6238@53,74.8894@54,75.1394@55,75.03@56,75.0769@57,75.03@58,75.1863@59,75.3113@60,75.2332@61,75.5925@62,75.9519@63,76.6394@64,77.0144@65,77.0457@66,77.2488@67,77.0925@68,77.4207@69,77.4675@70,77.3737@71,77.2175@72,76.9206@73,76.6081@74,76.6394@75,76.6237@76,76.4362@77,76.2487@78,75.8894@79,75.1237@80,75.5456@81,76.1862@82,76.0925@83,75.6862@84,76.1081@85,76.2487@86,75.905@87,75.6706@88,75.655@89,75.8425@90,76.7175@91,77.5456@92,77.5456@93,76.6706@94,76.155@95,76.7487@96,77.6237@97,77.9675@98,77.8581@99,79.0144@100,82.1237@101,87.28@102,92.2175@103,95.78@104,101.671@105,110.811@106,119.093@107,129.811@108,139.054@109,150.351@110,161.351@111,172.507@112,182.429@113,188.476@114,188.476@115,191.71@116,189.273@117,182.084@118),
125
+ Linear(0,578.27@1,578.098@2,577.801@3,577.614@4,577.504@5,577.676@6,577.957@7,578.082@8,578.129@9,578.192@10,578.239@11,578.067@12,577.895@13,577.942@14,577.817@15,577.864@16,577.926@17,578.176@18,578.348@19,578.676@20,579.082@21,579.145@22,579.129@23,579.098@24,578.864@25,578.739@26,578.676@27,578.692@28,578.692@29,578.473@30,578.223@31,578.036@32,577.895@33,577.957@34,578.207@35,578.442@36,578.582@37,578.661@38,578.598@39,578.52@40,578.536@41,578.489@42,578.692@43,578.895@44,578.942@45,578.692@46,578.676@47,578.707@48,578.739@49,578.801@50,578.942@51,578.911@52,578.817@53,578.832@54,579.114@55,579.457@56,579.692@57,579.848@58,580.098@59,580.317@60,580.645@61,581.145@62,581.332@63,581.317@64,581.145@65,580.832@66,580.895@67,581.067@68,581.145@69,581.145@70,581.114@71,580.832@72,580.692@73,580.379@74,579.676@75,578.536@76,577.786@77,576.567@78,574.473@79,571.254@80,566.332@81,559.895@82,552.145@83,543.629@84,533.864@85,513.223@86,506.207@87,502.567@88,501.082@89,500.536@90,500.348@91,499.926@92,499.129@93,498.332@94,497.692@95,495.332@96,491.52@97,485.332@98,476.77@99,466.817@100,456.692@101,447.504@102,436.676@103,421.754@104,406.614@105,367.629@106,343.832@107,315.739@108,287.497@109,254.028@110,219.997@111,189.122@112,160.935@113,128.013@114,92.997@115,39.9814@116,17.7577@117,-4.8356@118),
126
+ 1, 1);
127
+ Tracker23 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
128
+ "use start frame", 0.5, "stop", 1, 118, "v2.0", 0.3, 0.59,
129
+ 0.11, 0, 10, "track1", Linear(0,348.214@1,347.964@2,347.605@3,347.136@4,346.542@5,345.652@6,345.527@7,345.277@8,345.199@9,345.027@10,344.621@11,344.121@12,343.636@13,343.371@14,342.683@15,341.511@16,340.949@17,340.48@18,339.886@19,339.496@20,339.308@21,339.183@22,339.136@23,339.042@24,339.246@25,339.386@26,339.511@27,339.667@28,339.792@29,339.777@30,339.996@31,340.074@32,339.949@33,339.871@34,340.027@35,339.902@36,339.949@37,339.964@38,339.917@39,339.964@40,340.105@41,340.074@42,340.355@43,340.558@44,340.996@45,341.464@46,341.761@47,342.308@48,342.167@49,342.167@50,342.402@51,342.027@52,341.761@53,342.074@54,342.167@55,342.261@56,342.292@57,342.261@58,342.308@59,342.324@60,342.371@61,342.542@62,343.058@63,343.621@64,343.964@65,344.027@66,344.246@67,343.996@68,344.308@69,344.324@70,344.183@71,344.074@72,343.839@73,343.449@74,343.527@75,343.511@76,343.355@77,343.277@78,342.761@79,342.074@80,342.402@81,342.886@82,342.839@83,342.433@84,342.73@85,342.824@86,342.496@87,342.261@88,342.167@89,342.371@90,343.058@91,343.714@92,343.699@93,342.949@94,342.511@95,342.964@96,343.667@97,343.964@98,343.855@99,344.98@100,347.699@101,352.761@102,356.886@103,359.839@104,365.547@105,374.199@106,381.09@107,389.668@108,398.058@109,408.418@110,417.808@111,427.98@112,436.683@113,441.824@114,441.73@115,443.965@116,440.902@117,435.73@118),
130
+ Linear(0,587.58@1,587.424@2,587.361@3,587.174@4,587.096@5,587.299@6,587.439@7,587.439@8,587.517@9,587.658@10,587.705@11,587.517@12,587.455@13,587.486@14,587.439@15,587.455@16,587.533@17,587.799@18,588.158@19,588.439@20,588.783@21,588.83@22,588.814@23,588.83@24,588.658@25,588.471@26,588.408@27,588.424@28,588.424@29,588.314@30,587.924@31,587.752@32,587.658@33,587.721@34,587.939@35,588.283@36,588.283@37,588.377@38,588.346@39,588.252@40,588.283@41,588.236@42,588.439@43,588.517@44,588.627@45,588.408@46,588.377@47,588.408@48,588.424@49,588.455@50,588.486@51,588.517@52,588.471@53,588.471@54,588.627@55,589.142@56,589.361@57,589.471@58,589.674@59,589.892@60,590.299@61,590.689@62,590.908@63,590.924@64,590.642@65,590.439@66,590.439@67,590.486@68,590.517@69,590.517@70,590.502@71,590.346@72,590.314@73,589.986@74,589.33@75,588.252@76,587.439@77,586.283@78,584.299@79,581.127@80,576.299@81,569.83@82,562.017@83,553.783@84,545.033@85,523.736@86,516.814@87,513.33@88,511.721@89,511.299@90,511.064@91,510.486@92,509.846@93,509.189@94,508.486@95,506.314@96,502.471@97,496.236@98,488.142@99,478.017@100,468.236@101,458.252@102,447.017@103,433.441@104,417.776@105,378.158@106,355.689@107,330.658@108,302.658@109,268.627@110,235.658@111,204.658@112,176.627@113,144.627@114,110.627@115,57.6267@116,36.5955@117,18.1268@118),
131
+ Linear(0,1@1,0.967@2,0.963@3,0.9611@4,0.9535@5,0.9594@6,0.9695@7,0.9743@8,0.9747@9,0.9729@10,0.9653@11,0.973@12,0.9675@13,0.9718@14,0.9665@15,0.9688@16,0.9708@17,0.9614@18,0.961@19,0.9683@20,0.9668@21,0.9658@22,0.9689@23,0.9678@24,0.971@25,0.9707@26,0.9704@27,0.9675@28,0.9676@29,0.9631@30,0.9652@31,0.9717@32,0.9735@33,0.9671@34,0.9616@35,0.9622@36,0.9661@37,0.9673@38,0.9639@39,0.9622@40,0.9659@41,0.9652@42,0.9716@43,0.9679@44,0.971@45,0.9719@46,0.9663@47,0.9727@48,0.9719@49,0.9726@50,0.9697@51,0.9725@52,0.9683@53,0.9734@54,0.9732@55,0.9629@56,0.9646@57,0.973@58,0.9686@59,0.9627@60,0.9593@61,0.9668@62,0.9672@63,0.9577@64,0.9734@65,0.9735@66,0.9732@67,0.9714@68,0.9737@69,0.9738@70,0.9737@71,0.9663@72,0.9649@73,0.9586@74,0.9668@75,0.9613@76,0.9684@77,0.9645@78,0.9571@79,0.9341@80,0.9159@81,0.8562@82,0.8625@83,0.8142@84,0.7405@85,0.8321@86,0.933@87,0.9625@88,0.9704@89,0.9604@90,0.9633@91,0.9687@92,0.9578@93,0.9632@94,0.9713@95,0.9618@96,0.9424@97,0.8615@98,0.8062@99,0.7963@100,0.7449@101,0.7517@102,0.6908@103,0.6101@104,0.5558@105,0.4897@106,0.8014@107,0.7748@108,0.7021@109,0.6497@110,0.6802@111,0.7141@112,0.7674@113,0.6844@114,0.62@115,0.748@116,0.5987@117,0.829@118),
132
+ 419.775879, 447.778137, 3.42504883, 29.76709, 321.907867,
133
+ 545.6461, -101.324005, 134.516144, Linear(0,348.214@1,347.964@2,347.605@3,347.136@4,346.542@5,345.652@6,345.527@7,345.277@8,345.199@9,345.027@10,344.621@11,344.121@12,343.636@13,343.371@14,342.683@15,341.511@16,340.949@17,340.48@18,339.886@19,339.496@20,339.308@21,339.183@22,339.136@23,339.042@24,339.246@25,339.386@26,339.511@27,339.667@28,339.792@29,339.777@30,339.996@31,340.074@32,339.949@33,339.871@34,340.027@35,339.902@36,339.949@37,339.964@38,339.917@39,339.964@40,340.105@41,340.074@42,340.355@43,340.558@44,340.996@45,341.464@46,341.761@47,342.308@48,342.167@49,342.167@50,342.402@51,342.027@52,341.761@53,342.074@54,342.167@55,342.261@56,342.292@57,342.261@58,342.308@59,342.324@60,342.371@61,342.542@62,343.058@63,343.621@64,343.964@65,344.027@66,344.246@67,343.996@68,344.308@69,344.324@70,344.183@71,344.074@72,343.839@73,343.449@74,343.527@75,343.511@76,343.355@77,343.277@78,342.761@79,342.074@80,342.402@81,342.886@82,342.839@83,342.433@84,342.73@85,342.824@86,342.496@87,342.261@88,342.167@89,342.371@90,343.058@91,343.714@92,343.699@93,342.949@94,342.511@95,342.964@96,343.667@97,343.964@98,343.855@99,344.98@100,347.699@101,352.761@102,356.886@103,359.839@104,365.547@105,374.199@106,381.09@107,389.668@108,398.058@109,408.418@110,417.808@111,427.98@112,436.683@113,441.824@114,441.73@115,443.965@116,440.902@117,435.73@118),
134
+ Linear(0,587.58@1,587.424@2,587.361@3,587.174@4,587.096@5,587.299@6,587.439@7,587.439@8,587.517@9,587.658@10,587.705@11,587.517@12,587.455@13,587.486@14,587.439@15,587.455@16,587.533@17,587.799@18,588.158@19,588.439@20,588.783@21,588.83@22,588.814@23,588.83@24,588.658@25,588.471@26,588.408@27,588.424@28,588.424@29,588.314@30,587.924@31,587.752@32,587.658@33,587.721@34,587.939@35,588.283@36,588.283@37,588.377@38,588.346@39,588.252@40,588.283@41,588.236@42,588.439@43,588.517@44,588.627@45,588.408@46,588.377@47,588.408@48,588.424@49,588.455@50,588.486@51,588.517@52,588.471@53,588.471@54,588.627@55,589.142@56,589.361@57,589.471@58,589.674@59,589.892@60,590.299@61,590.689@62,590.908@63,590.924@64,590.642@65,590.439@66,590.439@67,590.486@68,590.517@69,590.517@70,590.502@71,590.346@72,590.314@73,589.986@74,589.33@75,588.252@76,587.439@77,586.283@78,584.299@79,581.127@80,576.299@81,569.83@82,562.017@83,553.783@84,545.033@85,523.736@86,516.814@87,513.33@88,511.721@89,511.299@90,511.064@91,510.486@92,509.846@93,509.189@94,508.486@95,506.314@96,502.471@97,496.236@98,488.142@99,478.017@100,468.236@101,458.252@102,447.017@103,433.441@104,417.776@105,378.158@106,355.689@107,330.658@108,302.658@109,268.627@110,235.658@111,204.658@112,176.627@113,144.627@114,110.627@115,57.6267@116,36.5955@117,18.1268@118),
135
+ 1, 1);
136
+ Tracker24 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
137
+ "use start frame", 0.5, "stop", 1, 123, "v2.0", 0.3, 0.59,
138
+ 0.11, 0, 10, "track1", Linear(0,792.862@1,792.628@2,792.409@3,791.987@4,791.394@5,790.503@6,790.44@7,790.284@8,790.206@9,790.144@10,789.581@11,789.253@12,788.706@13,788.425@14,787.956@15,786.753@16,786.378@17,785.987@18,785.44@19,785.034@20,784.737@21,784.69@22,784.628@23,784.534@24,784.644@25,784.956@26,785.144@27,785.284@28,785.347@29,785.315@30,785.394@31,785.503@32,785.394@33,785.378@34,785.44@35,785.409@36,785.409@37,785.44@38,785.425@39,785.394@40,785.534@41,785.503@42,785.628@43,786.081@44,786.425@45,786.628@46,787.175@47,787.44@48,787.394@49,787.378@50,787.519@51,787.362@52,787.175@53,787.331@54,787.44@55,787.394@56,787.425@57,787.456@58,787.456@59,787.597@60,787.487@61,787.675@62,788.269@63,788.612@64,789.159@65,789.175@66,789.222@67,789.112@68,789.315@69,789.362@70,789.315@71,789.19@72,788.987@73,788.534@74,788.55@75,788.534@76,788.409@77,788.331@78,788.019@79,787.315@80,787.425@81,788.05@82,787.737@83,787.315@84,787.534@85,787.409@86,787.097@87,786.597@88,786.55@89,786.519@90,787.315@91,787.659@92,787.55@93,786.737@94,786.3@95,786.612@96,787.3@97,787.472@98,787.331@99,788.112@100,790.284@101,794.331@102,797.487@103,800.128@104,804.144@105,810.034@106,815.721@107,822.425@108,829.346@109,837.362@110,844.706@111,852.331@112,858.3@113,861.44@114,859.55@115,858.518@116,853.705@117,847.877@118,843.174@119,834.496@120,827.355@121,819.484@122),
139
+ Linear(0,679.52@1,679.348@2,679.302@3,679.255@4,679.177@5,679.333@6,679.614@7,679.661@8,679.692@9,679.786@10,679.973@11,679.833@12,679.739@13,679.786@14,679.817@15,679.958@16,680.114@17,680.286@18,680.614@19,681.02@20,681.286@21,681.333@22,681.317@23,681.333@24,681.239@25,681.223@26,681.145@27,681.114@28,681.067@29,680.802@30,680.395@31,680.286@32,680.286@33,680.317@34,680.395@35,680.677@36,680.786@37,680.989@38,680.833@39,680.755@40,680.739@41,680.723@42,681.02@43,681.145@44,681.13@45,680.848@46,680.802@47,680.802@48,680.88@49,680.895@50,681.005@51,681.052@52,680.973@53,680.911@54,681.13@55,681.364@56,681.739@57,681.911@58,682.067@59,682.239@60,682.692@61,683.13@62,683.302@63,683.223@64,682.958@65,682.755@66,682.786@67,682.864@68,682.88@69,682.911@70,682.895@71,682.708@72,682.395@73,682.223@74,681.442@75,680.411@76,679.864@77,678.739@78,676.739@79,673.739@80,668.973@81,662.755@82,655.036@83,646.864@84,637.114@85,616.958@86,610.239@87,606.63@88,605.161@89,604.614@90,604.333@91,603.911@92,603.255@93,602.692@94,602.223@95,599.802@96,595.88@97,589.895@98,581.833@99,571.989@100,561.927@101,552.036@102,540.942@103,526.02@104,511.052@105,470.475@106,446.959@107,421.959@108,392.991@109,359.991@110,325.975@111,295.991@112,269.006@113,235.975@114,202.006@115,154.959@116,134.902@117,118.402@118,102.355@119,72.4402@120,47.0175@121,16.6419@122),
140
+ Linear(0,1@1,0.9226@2,0.926@3,0.9114@4,0.9104@5,0.9251@6,0.9246@7,0.9159@8,0.9133@9,0.9106@10,0.9091@11,0.9092@12,0.915@13,0.9133@14,0.9103@15,0.9075@16,0.9086@17,0.9122@18,0.9191@19,0.9072@20,0.9157@21,0.9223@22,0.9191@23,0.9228@24,0.915@25,0.9093@26,0.9087@27,0.9098@28,0.9054@29,0.9119@30,0.9209@31,0.9164@32,0.9215@33,0.9202@34,0.9232@35,0.9201@36,0.9131@37,0.9114@38,0.9129@39,0.9146@40,0.9205@41,0.9203@42,0.911@43,0.9065@44,0.9122@45,0.9154@46,0.9085@47,0.9146@48,0.9108@49,0.9116@50,0.9094@51,0.9083@52,0.9123@53,0.9082@54,0.908@55,0.9212@56,0.9156@57,0.9122@58,0.9116@59,0.9171@60,0.9192@61,0.9135@62,0.92@63,0.9201@64,0.9082@65,0.9074@66,0.9097@67,0.906@68,0.9131@69,0.9064@70,0.9125@71,0.912@72,0.9138@73,0.9156@74,0.9185@75,0.9182@76,0.9132@77,0.9194@78,0.907@79,0.9016@80,0.8755@81,0.8048@82,0.7824@83,0.7762@84,0.7176@85,0.8041@86,0.8886@87,0.9128@88,0.9142@89,0.9138@90,0.9234@91,0.9121@92,0.9232@93,0.9161@94,0.9166@95,0.9109@96,0.885@97,0.8066@98,0.7555@99,0.7161@100,0.7287@101,0.71@102,0.6209@103,0.5859@104,0.5589@105,0.484@106,0.6528@107,0.6237@108,0.5985@109,0.5521@110,0.5799@111,0.6241@112,0.6095@113,0.5698@114,0.5182@115,0.6198@116,0.4398@117,0.8172@118,0.7083@119,0.6485@120,0.6416@121,0.6438@122),
141
+ 793.7141, 843.4385, -16.4027634, 46.68709, 674.0396, 963.113,
142
+ -187.539139, 217.823471, Linear(0,792.862@1,792.628@2,792.409@3,791.987@4,791.394@5,790.503@6,790.44@7,790.284@8,790.206@9,790.144@10,789.581@11,789.253@12,788.706@13,788.425@14,787.956@15,786.753@16,786.378@17,785.987@18,785.44@19,785.034@20,784.737@21,784.69@22,784.628@23,784.534@24,784.644@25,784.956@26,785.144@27,785.284@28,785.347@29,785.315@30,785.394@31,785.503@32,785.394@33,785.378@34,785.44@35,785.409@36,785.409@37,785.44@38,785.425@39,785.394@40,785.534@41,785.503@42,785.628@43,786.081@44,786.425@45,786.628@46,787.175@47,787.44@48,787.394@49,787.378@50,787.519@51,787.362@52,787.175@53,787.331@54,787.44@55,787.394@56,787.425@57,787.456@58,787.456@59,787.597@60,787.487@61,787.675@62,788.269@63,788.612@64,789.159@65,789.175@66,789.222@67,789.112@68,789.315@69,789.362@70,789.315@71,789.19@72,788.987@73,788.534@74,788.55@75,788.534@76,788.409@77,788.331@78,788.019@79,787.315@80,787.425@81,788.05@82,787.737@83,787.315@84,787.534@85,787.409@86,787.097@87,786.597@88,786.55@89,786.519@90,787.315@91,787.659@92,787.55@93,786.737@94,786.3@95,786.612@96,787.3@97,787.472@98,787.331@99,788.112@100,790.284@101,794.331@102,797.487@103,800.128@104,804.144@105,810.034@106,815.721@107,822.425@108,829.346@109,837.362@110,844.706@111,852.331@112,858.3@113,861.44@114,859.55@115,858.518@116,853.704@117,847.877@118,843.174@119,834.496@120,827.355@121,819.484@122),
143
+ Linear(0,679.52@1,679.348@2,679.302@3,679.255@4,679.177@5,679.333@6,679.614@7,679.661@8,679.692@9,679.786@10,679.973@11,679.833@12,679.739@13,679.786@14,679.817@15,679.958@16,680.114@17,680.286@18,680.614@19,681.02@20,681.286@21,681.333@22,681.317@23,681.333@24,681.239@25,681.223@26,681.145@27,681.114@28,681.067@29,680.802@30,680.395@31,680.286@32,680.286@33,680.317@34,680.395@35,680.677@36,680.786@37,680.989@38,680.833@39,680.755@40,680.739@41,680.723@42,681.02@43,681.145@44,681.13@45,680.848@46,680.802@47,680.802@48,680.88@49,680.895@50,681.005@51,681.052@52,680.973@53,680.911@54,681.13@55,681.364@56,681.739@57,681.911@58,682.067@59,682.239@60,682.692@61,683.13@62,683.302@63,683.223@64,682.958@65,682.755@66,682.786@67,682.864@68,682.88@69,682.911@70,682.895@71,682.708@72,682.395@73,682.223@74,681.442@75,680.411@76,679.864@77,678.739@78,676.739@79,673.739@80,668.973@81,662.755@82,655.036@83,646.864@84,637.114@85,616.958@86,610.239@87,606.63@88,605.161@89,604.614@90,604.333@91,603.911@92,603.255@93,602.692@94,602.223@95,599.802@96,595.88@97,589.895@98,581.833@99,571.989@100,561.927@101,552.036@102,540.942@103,526.02@104,511.052@105,470.476@106,446.959@107,421.959@108,392.991@109,359.991@110,325.975@111,295.991@112,269.006@113,235.975@114,202.006@115,154.959@116,134.902@117,118.402@118,102.355@119,72.4402@120,47.0173@121,16.6419@122),
144
+ 1, 1);
145
+ Tracker25 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
146
+ "use start frame", 0.5, "stop", 1, 179, "v2.0", 0.3, 0.59,
147
+ 0.11, 0, 10, "track1", Linear(0,1237.01@1,1236.84@2,1236.6@3,1236.12@4,1235.73@5,1235.01@6,1234.98@7,1234.73@8,1234.63@9,1234.48@10,1234.01@11,1233.67@12,1233.01@13,1233.01@14,1232.01@15,1231.15@16,1230.79@17,1230.65@18,1230.32@19,1229.6@20,1229.15@21,1229.1@22,1229.65@23,1232.48@24,1229.16@26,1229.19@27,1229.78@28,1229.41@29,1229.69@30,1230.18@31,1230.03@37,1229.98@38,1229.95@39,1230.11@40,1230.15@41,1230.17@42,1230.25@43,1230.56@44,1230.92@45,1231.15@46,1231.53@47,1231.87@48,1231.84@49,1231.78@50,1231.92@51,1231.73@52,1231.5@53,1231.75@54,1231.87@55,1231.87@56,1231.85@57,1231.83@58,1231.88@59,1231.94@60,1231.96@61,1232.1@62,1232.66@63,1233.1@64,1233.4@65,1233.37@66,1233.54@67,1233.54@68,1233.01@74,1232.98@75,1232.92@76,1232.71@77,1232.49@78,1231.82@79,1230.04@91,1230.18@93,1229.03@94,1229.4@95,1229.4@96,1229.82@97,1229.69@98,1229.33@99,1229.8@100,1237.22@101,1238.22@103,1239.89@104,1243.52@105,1249.11@106,1254.28@107,1260.09@108,1266.08@109,1272.97@110,1279.12@111,1285.01@112,1289.76@113,1291.8@114,1287.3@115,1284.71@116,1277.85@117,1270.55@118,1264.69@119,1259.53@120,1248.6@121,1598.58@146,1611.72@147,1618.27@148,1621.34@149,1624.07@150,1633.07@151,1642.26@152,1653.97@153,1669.49@154,1683.53@155,1701.83@156,1706.1@157,1702.68@158,1688.17@159,1676.87@160,1672.21@161,1669.65@162,1670.67@163,1676.88@164,1680.35@165,1667.71@166,1655.46@167,1638.69@168,1617.3@169,1594.88@170,1577.77@171,1568.91@172,1564.14@173,1558.49@174,1550.05@175,1522.54@176,1507.41@177,1498.72@178,1493.37@179,1490.2@180,1491.56@181,1492.63@182,1492.34@183,1489.61@184,1487.86@185),
148
+ Linear(0,611.361@1,611.22@2,611.158@3,611.08@4,611.095@5,611.33@6,611.361@7,611.361@8,611.361@9,611.486@10,611.861@11,611.58@12,611.548@13,611.861@14,611.908@15,612.33@16,612.455@17,612.564@18,612.939@19,613.408@20,613.814@21,613.861@22,613.689@23,610.721@24,613.549@26,613.335@27,613.433@28,612.971@29,613.033@30,612.396@31,612.982@37,613.091@38,613.06@39,612.888@40,612.873@41,612.888@42,613.185@43,613.248@44,613.216@45,613.091@46,612.873@47,612.888@48,613.06@49,613.029@50,613.044@51,613.107@52,613.091@53,613.06@54,613.185@55,613.451@56,613.735@57,613.86@58,613.969@59,614.079@60,614.548@61,614.923@62,615.094@63,614.923@64,614.735@65,614.61@66,614.735@67,614.735@68,614.433@74,613.667@75,612.605@76,612.136@77,611.074@78,609.433@79,537.4@91,536.406@93,536.089@94,532.851@95,532.851@96,529.413@97,523.386@98,515.323@99,506.292@100,509.902@101,474.886@103,461.011@104,445.62@105,402.367@106,375.914@107,350.945@108,322.289@109,289.07@110,258.336@111,230.117@112,201.164@113,172.304@114,140.218@115,94.2349@116,77.405@117,60.5613@118,42.1724@119,23.6325@120,-1.7774@121,18.9275@146,38.4275@147,55.1185@148,63.75@149,65.6452@150,65.9707@151,73.3307@152,77.5341@153,79.1831@154,76.9576@155,78.9568@156,95.4658@157,110.552@158,113.683@159,111.947@160,110.097@161,108.916@162,108.904@163,105.966@164,97.2426@165,76.4819@166,62.1355@167,48.9488@168,40.8669@169,38.4919@170,41.2732@171,47.5302@172,55.2646@173,64.9052@174,75.9833@175,101.108@176,113.999@177,130.03@178,156.557@179,172.757@180,178.306@181,178.404@182,176.453@183,176.225@184,177.19@185),
149
+ Linear(0,1@1,0.9945@2,0.9813@3,0.9813@4,0.9529@5,0.8862@6,0.8747@7,0.8587@8,0.8302@9,0.7744@10,0.7553@11,0.7171@12,0.726@13,0.709@14,0.7101@15,0.7229@16,0.992@17,0.9793@18,0.9718@19,0.99@20,0.9911@21,0.9897@22,0.9627@23,0.8366@24,0.8316@25,0.8324@26,0.6562@27,0.6647@28,0.66@29,0.6604@30,0.6558@31,0.6558@37,0.833@38,0.8303@39,0.8308@40,0.8293@41,0.8265@42,0.8256@43,0.8218@44,0.827@45,0.8262@46,0.8179@47,0.8238@48,0.8298@49,0.8266@50,0.8253@51,0.825@52,0.8213@53,0.825@54,0.8281@55,0.8156@56,0.8275@57,0.995@58,0.9882@59,0.9844@60,0.9866@61,0.9858@62,0.9823@63,0.9842@64,0.9808@65,0.9526@66,0.7066@67,0.4678@68,0.4678@74,0.9908@75,0.993@76,0.964@77,0.9317@78,0.7956@79,0.5231@91,0.4777@93,0.455@94,0.4323@95,0.7965@96,0.9879@97,0.7956@98,0.984@99,0.9753@100,0.6312@101,0.6312@103,0.9838@104,0.9666@105,0.7081@106,0.6683@107,0.6933@108,0.6688@109,0.6815@110,0.6966@111,0.6798@112,0.7274@113,0.8192@114,0.9068@115,0.9375@116,0.9614@117,0.9392@118,0.9706@119,0.7231@120,0.6231@121,0.6231@146,0.8488@147,0.7821@148,0.6774@149,0.6@150,0.6464@151,0.7766@152,0.6873@153,0.5348@154,0.4978@155,0.6403@156,0.4611@157,0.4611@158,0.4611@159,0.8211@160,0.7481@161,0.715@162,0.7437@163,0.7088@164,0.5792@165,0.6501@166,0.5974@167,0.517@168,0.4662@169,0.7155@170,0.572@171,0.4735@172,0.9002@173,0.8339@174,0.7857@175,0.6837@176,0.7326@177,0.6084@178,0.5724@179,0.7379@180,0.811@181,0.8542@182,0.8305@183,0.8674@184,0.8427@185),
150
+ 1471.95288, 1514.30664, 141.983551, 170.727264, 1434.76514,
151
+ 1551.65967, 93.06005, 214.153656, Linear(0,1237.01@1,1236.84@2,1236.6@3,1236.12@4,1235.73@5,1235.01@6,1234.98@7,1234.73@8,1234.63@9,1234.48@10,1234.01@11,1233.67@12,1233.01@13,1233.01@14,1232.01@15,1231.15@16,1230.79@17,1230.65@18,1230.32@19,1229.6@20,1229.15@21,1229.1@22,1229.65@23,1232.48@24,1229.16@26,1229.19@27,1229.78@28,1229.41@29,1229.69@30,1230.18@31,1230.03@37,1229.98@38,1229.95@39,1230.11@40,1230.15@41,1230.17@42,1230.25@43,1230.56@44,1230.92@45,1231.15@46,1231.53@47,1231.87@48,1231.84@49,1231.78@50,1231.92@51,1231.73@52,1231.5@53,1231.75@54,1231.87@55,1231.87@56,1231.85@57,1231.83@58,1231.88@59,1231.94@60,1231.96@61,1232.1@62,1232.66@63,1233.1@64,1233.4@65,1233.37@66,1233.54@67,1233.54@68,1233.01@74,1232.98@75,1232.92@76,1232.71@77,1232.49@78,1231.82@79,1230.04@91,1230.18@93,1229.03@94,1229.4@95,1229.4@96,1229.82@97,1229.69@98,1229.33@99,1229.8@100,1237.22@101,1238.22@103,1239.89@104,1243.52@105,1249.11@106,1254.28@107,1260.09@108,1266.08@109,1272.97@110,1279.12@111,1285.01@112,1289.76@113,1291.8@114,1287.3@115,1284.71@116,1277.85@117,1270.55@118,1264.69@119,1259.53@120,1248.6@121,1598.58@146,1611.72@147,1618.27@148,1621.34@149,1624.07@150,1633.07@151,1642.26@152,1653.97@153,1669.49@154,1683.53@155,1701.83@156,1706.1@157,1702.68@158,1688.17@159,1676.87@160,1672.21@161,1669.65@162,1670.67@163,1676.88@164,1680.35@165,1667.71@166,1655.46@167,1638.69@168,1617.3@169,1594.88@170,1577.77@171,1568.91@172,1564.14@173,1558.49@174,1550.05@175,1522.54@176,1507.41@177,1498.72@178,1493.38@179,1490.2@180,1491.56@181,1492.62@182,1492.34@183,1489.61@184,1487.86@185),
152
+ Linear(0,611.361@1,611.22@2,611.158@3,611.08@4,611.095@5,611.33@6,611.361@7,611.361@8,611.361@9,611.486@10,611.861@11,611.58@12,611.548@13,611.861@14,611.908@15,612.33@16,612.455@17,612.564@18,612.939@19,613.408@20,613.814@21,613.861@22,613.689@23,610.721@24,613.549@26,613.335@27,613.433@28,612.971@29,613.033@30,612.396@31,612.982@37,613.091@38,613.06@39,612.888@40,612.873@41,612.888@42,613.185@43,613.248@44,613.216@45,613.091@46,612.873@47,612.888@48,613.06@49,613.029@50,613.044@51,613.107@52,613.091@53,613.06@54,613.185@55,613.451@56,613.735@57,613.86@58,613.969@59,614.079@60,614.548@61,614.923@62,615.094@63,614.923@64,614.735@65,614.61@66,614.735@67,614.735@68,614.433@74,613.667@75,612.605@76,612.136@77,611.074@78,609.433@79,537.4@91,536.406@93,536.089@94,532.851@95,532.851@96,529.413@97,523.386@98,515.323@99,506.292@100,509.902@101,474.886@103,461.011@104,445.62@105,402.367@106,375.914@107,350.945@108,322.289@109,289.07@110,258.336@111,230.117@112,201.164@113,172.304@114,140.218@115,94.2349@116,77.405@117,60.5613@118,42.1724@119,23.6325@120,-1.7774@121,18.9275@146,38.4275@147,55.1185@148,63.75@149,65.6452@150,65.9707@151,73.3307@152,77.5341@153,79.1831@154,76.9576@155,78.9568@156,95.4658@157,110.552@158,113.683@159,111.947@160,110.097@161,108.916@162,108.904@163,105.966@164,97.2426@165,76.4819@166,62.1355@167,48.9488@168,40.8669@169,38.4919@170,41.2732@171,47.5302@172,55.2646@173,64.9052@174,75.9833@175,101.108@176,113.999@177,130.03@178,156.558@179,172.757@180,178.306@181,178.404@182,176.453@183,176.225@184,177.19@185),
153
+ 1, 1);
154
+ Tracker26 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
155
+ "use start frame", 0.5, "stop", 1, 142, "v2.0", 0.3, 0.59,
156
+ 0.11, 0, 10, "track1", Linear(0,1498.86@1,1498.65@2,1498.29@3,1497.87@4,1497.21@5,1496.54@6,1496.37@7,1496.15@8,1496.06@9,1495.92@10,1495.56@11,1495.11@12,1494.76@13,1494.43@14,1493.87@15,1492.79@16,1492.34@17,1491.96@18,1491.51@19,1491.07@20,1490.93@21,1490.9@22,1490.87@23,1490.75@24,1490.89@25,1490.92@26,1491.04@27,1491.26@28,1491.4@29,1491.2@30,1491.53@31,1491.5@32,1491.36@33,1491.28@34,1491.4@35,1491.5@36,1491.51@37,1491.5@38,1491.48@39,1491.54@40,1491.73@41,1491.7@42,1491.79@43,1492.03@44,1492.51@45,1492.76@46,1493.12@47,1493.54@48,1493.34@49,1493.36@50,1493.67@51,1493.23@52,1493.12@53,1493.29@54,1493.48@55,1493.5@56,1493.57@57,1493.53@58,1493.67@59,1493.73@60,1493.76@61,1493.93@62,1494.4@63,1494.89@64,1495.23@65,1495.25@66,1495.36@67,1495.2@68,1495.43@69,1495.46@70,1495.4@71,1495.29@72,1495.09@73,1494.82@75,1494.8@76,1494.46@77,1494.34@78,1493.94@79,1493.18@80,1493.13@81,1493.29@82,1492.73@83,1492.05@84,1491.76@85,1490.68@86,1490.01@87,1489.26@88,1489.05@89,1488.98@90,1489.26@91,1489.51@92,1489.15@93,1488.21@94,1487.57@95,1487.57@96,1438.77@122,1426.22@123,1416.68@124,1415.27@125,1435.21@126,1445.49@127,1457.02@128,1472.41@129,1483.69@130,1495.64@131,1507.43@132,1519.57@133,1530.44@134,1541.68@135,1573.43@136,1585.52@137,1597.66@138,1612.43@139,1621.58@140,1630.46@141,1638.56@142),
157
+ Linear(0,849.621@1,849.465@2,849.387@3,849.324@4,849.309@5,849.809@6,849.903@7,849.981@8,849.996@9,850.074@10,850.246@11,850.153@12,850.09@13,850.262@14,850.293@15,850.465@16,850.809@17,851.028@18,851.356@19,851.84@20,852.074@21,852.199@22,852.184@23,852.262@24,852.043@25,852.012@26,851.934@27,851.903@28,851.903@29,851.699@30,851.278@31,851.059@32,851.106@33,851.121@34,851.293@35,851.465@36,851.512@37,851.762@38,851.699@39,851.496@40,851.481@41,851.496@42,851.824@43,851.887@44,851.824@45,851.496@46,851.403@47,851.403@48,851.403@49,851.418@50,851.481@51,851.543@52,851.465@53,851.434@54,851.684@55,851.965@56,852.262@57,852.434@58,852.731@59,852.887@60,853.215@61,853.731@62,853.871@63,853.731@64,853.324@65,853.184@66,853.231@67,853.262@68,853.278@69,853.246@70,853.246@71,853.074@72,853.059@73,852.489@75,851.333@76,850.817@77,849.739@78,847.77@79,844.848@80,840.02@81,833.723@82,825.973@83,817.88@84,807.958@85,787.739@86,781.161@87,777.427@88,775.958@89,775.348@90,774.989@91,774.552@92,774.083@93,773.583@94,773.177@95,773.177@96,193.077@122,168.561@123,139.927@124,102.634@125,31.9064@126,15.3929@127,12.5887@128,19.9481@129,28.1356@130,37.9949@131,46.2137@132,56.0262@133,67.1043@134,79.0262@135,97.1668@136,106.932@137,117.057@138,125.87@139,130.432@140,128.948@141,123.651@142),
158
+ Linear(0,1@1,0.9698@2,0.9642@3,0.9654@4,0.9626@5,0.9674@6,0.9654@7,0.9627@8,0.9672@9,0.9675@10,0.9605@11,0.9613@12,0.9663@13,0.9585@14,0.9721@15,0.9706@16,0.9632@17,0.9684@18,0.964@19,0.9747@20,0.9651@21,0.968@22,0.9681@23,0.962@24,0.9653@25,0.9667@26,0.9688@27,0.9625@28,0.9637@29,0.9626@30,0.9586@31,0.958@32,0.9583@33,0.9595@34,0.963@35,0.9651@36,0.9651@37,0.9721@38,0.9688@39,0.9646@40,0.9729@41,0.9727@42,0.975@43,0.9713@44,0.967@45,0.9706@46,0.9676@47,0.963@48,0.9654@49,0.9637@50,0.9669@51,0.9679@52,0.9706@53,0.9705@54,0.9643@55,0.9636@56,0.9621@57,0.9667@58,0.9742@59,0.9699@60,0.9682@61,0.9714@62,0.9699@63,0.9736@64,0.9601@65,0.9639@66,0.9576@67,0.9613@68,0.9595@69,0.962@70,0.9597@71,0.9577@72,0.6074@73,0.6074@75,0.9685@76,0.9547@77,0.9585@78,0.9501@79,0.9451@80,0.8938@81,0.8549@82,0.8367@83,0.8107@84,0.7343@85,0.793@86,0.9072@87,0.9618@88,0.9566@89,0.9681@90,0.9505@91,0.9599@92,0.9726@93,0.9625@94,0.9641@95,0.3229@96,0.3229@122,0.6217@123,0.4008@124,0.3488@125,0.4942@126,0.4942@127,0.4942@128,0.7438@129,0.6545@130,0.6644@131,0.7229@132,0.6306@133,0.5917@134,0.6444@135,0.7044@136,0.6431@137,0.6643@138,0.7882@139,0.7773@140,0.6332@141,0.3323@142),
159
+ 1622.148, 1654.094, 115.162094, 131.421753, 1572.84973, 1703.39221,
160
+ 51.2231827, 195.360657, Linear(0,1498.86@1,1498.65@2,1498.29@3,1497.87@4,1497.21@5,1496.54@6,1496.37@7,1496.15@8,1496.06@9,1495.92@10,1495.56@11,1495.11@12,1494.76@13,1494.43@14,1493.87@15,1492.79@16,1492.34@17,1491.96@18,1491.51@19,1491.07@20,1490.93@21,1490.9@22,1490.87@23,1490.75@24,1490.89@25,1490.92@26,1491.04@27,1491.26@28,1491.4@29,1491.2@30,1491.53@31,1491.5@32,1491.36@33,1491.28@34,1491.4@35,1491.5@36,1491.51@37,1491.5@38,1491.48@39,1491.54@40,1491.73@41,1491.7@42,1491.79@43,1492.03@44,1492.51@45,1492.76@46,1493.12@47,1493.54@48,1493.34@49,1493.36@50,1493.67@51,1493.23@52,1493.12@53,1493.29@54,1493.48@55,1493.5@56,1493.57@57,1493.53@58,1493.67@59,1493.73@60,1493.76@61,1493.93@62,1494.4@63,1494.89@64,1495.23@65,1495.25@66,1495.36@67,1495.2@68,1495.43@69,1495.46@70,1495.4@71,1495.29@72,1495.09@73,1494.82@75,1494.8@76,1494.46@77,1494.34@78,1493.94@79,1493.18@80,1493.13@81,1493.29@82,1492.73@83,1492.05@84,1491.76@85,1490.68@86,1490.01@87,1489.26@88,1489.05@89,1488.98@90,1489.26@91,1489.51@92,1489.15@93,1488.21@94,1487.57@95,1487.57@96,1438.77@122,1426.22@123,1416.68@124,1415.27@125,1435.21@126,1445.49@127,1457.02@128,1472.41@129,1483.69@130,1495.64@131,1507.43@132,1519.57@133,1530.44@134,1541.68@135,1573.43@136,1585.52@137,1597.66@138,1612.43@139,1621.58@140,1630.46@141,1638.56@142),
161
+ Linear(0,849.621@1,849.465@2,849.387@3,849.324@4,849.309@5,849.809@6,849.903@7,849.981@8,849.996@9,850.074@10,850.246@11,850.153@12,850.09@13,850.262@14,850.293@15,850.465@16,850.809@17,851.028@18,851.356@19,851.84@20,852.074@21,852.199@22,852.184@23,852.262@24,852.043@25,852.012@26,851.934@27,851.903@28,851.903@29,851.699@30,851.278@31,851.059@32,851.106@33,851.121@34,851.293@35,851.465@36,851.512@37,851.762@38,851.699@39,851.496@40,851.481@41,851.496@42,851.824@43,851.887@44,851.824@45,851.496@46,851.403@47,851.403@48,851.403@49,851.418@50,851.481@51,851.543@52,851.465@53,851.434@54,851.684@55,851.965@56,852.262@57,852.434@58,852.731@59,852.887@60,853.215@61,853.731@62,853.871@63,853.731@64,853.324@65,853.184@66,853.231@67,853.262@68,853.278@69,853.246@70,853.246@71,853.074@72,853.059@73,852.489@75,851.333@76,850.817@77,849.739@78,847.77@79,844.848@80,840.02@81,833.723@82,825.973@83,817.88@84,807.958@85,787.739@86,781.161@87,777.427@88,775.958@89,775.348@90,774.989@91,774.552@92,774.083@93,773.583@94,773.177@95,773.177@96,193.077@122,168.561@123,139.927@124,102.634@125,31.9064@126,15.3929@127,12.5887@128,19.9481@129,28.1356@130,37.9949@131,46.2137@132,56.0262@133,67.1043@134,79.0262@135,97.1668@136,106.932@137,117.057@138,125.87@139,130.432@140,128.948@141,123.651@142),
162
+ 1, 1);
163
+ Tracker27 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
164
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
165
+ 0.11, 0, 10, "track1", Linear(0,2410.6@125,2402.85@126,2400.86@127,2402.32@128,2408.73@129,2413.43@130,2416.35@131,2420.8@132,2425.62@133,2429.93@134,2435.98@135,2455.82@136,2459.99@137,2462.63@138,2467.01@139,2466.76@140,2465.09@141,2465.42@142,2470.97@143,2479.22@144,2485.56@145,2495.72@146,2499.15@147,2497.84@148,2489.43@149,2482.15@150,2480.88@151,2484.2@152,2491.87@153,2504.23@154,2513.43@155,2517.26@156,2514.06@157,2503.23@158,2479.62@159,2455.76@160,2441.62@161,2433.09@162,2430.79@163,2433.16@164,2432.65@165,2408.82@166,2389.46@167,2366.65@168,2337.26@169,2308.09@170,2287.08@171,2271.74@172,2264@173,2255.27@174,2241.36@175,2205.55@176,2186.47@177,2175.55@178,2170.51@179,2167.86@180,2170.36@181,2171.74@182,2169.53@183,2165.47@184,2162.13@185),
166
+ Linear(0,1061.81@125,978.232@126,955.896@127,948.003@128,947.663@129,950.352@130,952.743@131,954.477@132,955.868@133,959.618@134,962.774@135,967.055@136,972.446@137,977.649@138,982.524@139,983.008@140,974.946@141,962.665@142,956.618@143,955.259@144,955.462@145,966.337@146,980.727@147,995.149@148,998.384@149,992.254@150,983.598@151,978.02@152,973.567@153,967.52@154,959.504@155,949.645@156,960.754@157,972.832@158,971.785@159,961.848@160,951.785@161,943.035@162,937.573@163,929.698@164,917.807@165,888.307@166,871.901@167,854.01@168,838.964@169,831.057@170,829.959@171,832.677@172,837.927@173,847.318@174,860.1@175,886.225@176,899.115@177,916.271@178,938.146@179,954.365@180,960.787@181,959.818@182,957.803@183,957.974@184,958.974@185),
167
+ Linear(0,1@125,0.9677@126,0.9453@127,0.8903@128,0.8918@129,0.9003@130,0.9839@131,0.9853@132,0.9826@133,0.9812@134,0.9754@135,0.9779@136,0.9771@137,0.9748@138,0.9784@139,0.9757@140,0.9604@141,0.9849@142,0.9588@143,0.9613@144,0.9671@145,0.986@146,0.9725@147,0.9697@148,0.9575@149,0.9775@150,0.9787@151,0.9664@152,0.9426@153,0.9333@154,0.9539@155,0.976@156,0.9338@157,0.8962@158,0.8373@159,0.9173@160,0.9642@161,0.9712@162,0.9656@163,0.9709@164,0.9609@165,0.8483@166,0.8154@167,0.7444@168,0.7023@169,0.7656@170,0.8998@171,0.9574@172,0.9675@173,0.8905@174,0.866@175,0.7829@176,0.838@177,0.8504@178,0.8685@179,0.9425@180,0.9534@181,0.9554@182,0.951@183,0.9551@184,0.9584@185),
168
+ 2140.15918, 2181.71533, 936.258, 978.128, 2091.75146, 2230.123,
169
+ 851.555969, 1062.83008, Linear(0,2410.6@125,2402.85@126,2400.86@127,2402.32@128,2408.73@129,2413.43@130,2416.35@131,2420.8@132,2425.62@133,2429.93@134,2435.98@135,2455.82@136,2459.99@137,2462.63@138,2467.01@139,2466.76@140,2465.09@141,2465.42@142,2470.97@143,2479.22@144,2485.56@145,2495.72@146,2499.15@147,2497.84@148,2489.43@149,2482.15@150,2480.88@151,2484.2@152,2491.87@153,2504.23@154,2513.43@155,2517.26@156,2514.06@157,2503.23@158,2479.62@159,2455.76@160,2441.62@161,2433.09@162,2430.79@163,2433.16@164,2432.65@165,2408.82@166,2389.46@167,2366.65@168,2337.26@169,2308.09@170,2287.08@171,2271.74@172,2264@173,2255.27@174,2241.36@175,2205.55@176,2186.47@177,2175.55@178,2170.51@179,2167.86@180,2170.36@181,2171.74@182,2169.53@183,2165.47@184,2162.13@185),
170
+ Linear(0,1061.81@125,978.232@126,955.896@127,948.003@128,947.663@129,950.352@130,952.743@131,954.477@132,955.868@133,959.618@134,962.774@135,967.055@136,972.446@137,977.649@138,982.524@139,983.008@140,974.946@141,962.665@142,956.618@143,955.259@144,955.462@145,966.337@146,980.727@147,995.149@148,998.384@149,992.254@150,983.598@151,978.02@152,973.567@153,967.52@154,959.504@155,949.645@156,960.754@157,972.832@158,971.785@159,961.848@160,951.785@161,943.035@162,937.573@163,929.698@164,917.807@165,888.307@166,871.901@167,854.01@168,838.964@169,831.057@170,829.959@171,832.677@172,837.927@173,847.318@174,860.1@175,886.225@176,899.115@177,916.271@178,938.146@179,954.365@180,960.787@181,959.818@182,957.803@183,957.974@184,958.974@185),
171
+ 1, 1);
172
+ Tracker28 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
173
+ "use start frame", 0.5, "stop", 1, 175, "v2.0", 0.3, 0.59,
174
+ 0.11, 0, 10, "track1", Linear(0,1738.37@109,1739.49@110,1739.33@111,1739.08@112,1737.93@113,1733.18@114,1724.01@115,1755.49@142,1764.94@143,1776.05@144,1785.85@145,1804.24@146,1812.12@147,1816.08@148,1814.72@149,1814.08@150,1817.6@151,1823.99@152,1833.25@153,1846.55@154,1858.6@155,1871.3@156,1873.11@157,1867.64@158,1851.58@159,1835.91@160,1827.55@161,1822.04@162,1821.81@163,1826.06@164,1828.63@165,1814.76@166,1800.2@167,1786.52@168,1717.44@171,1707.28@172,1687.42@175,1660.84@176,1641.83@177,1632.29@178,1625.09@182,1620.04@184,1616.91@185),
175
+ Linear(0,1071.61@109,1035.85@110,999.35@111,965.553@112,933.209@113,898.084@114,862.522@115,519.169@142,517.716@143,520.685@144,524.763@145,538.403@146,551.794@147,565.825@148,570.731@149,568.825@150,564.466@151,564.247@152,564.606@153,563.028@154,558.013@155,550.669@156,561.091@157,573.106@158,575.216@159,570.106@160,564.231@161,559.736@162,557.189@163,551.955@164,542.173@165,518.173@166,502.283@167,488.205@168,474.429@171,477.345@172,503.003@175,525.622@176,537.875@177,552.695@178,601.014@182,598.572@184,598.356@185),
176
+ Linear(0,0.2789@109,1@110,0.9929@111,0.9873@112,0.9063@113,0.8271@114,0.9235@115,0.9235@142,0.953@143,0.9597@144,0.956@145,0.9511@146,0.9188@147,0.9552@148,0.9341@149,0.948@150,0.9733@151,0.9584@152,0.9099@153,0.8963@154,0.9486@155,0.9786@156,0.9622@157,0.9407@158,0.8368@159,0.9142@160,0.9641@161,0.9599@162,0.9779@163,0.9732@164,0.9427@165,0.6288@166,0.601@167,0.4175@168,0.4175@171,0.4175@172,0.4175@175,0.7823@176,0.8123@177,0.8218@178,0.7619@182,0.6772@184,0.6348@185),
177
+ 1665.0697, 1709.75525, 478.077759, 527.0193, 1616.27808,
178
+ 1758.54688, 437.6716, 567.4254, Linear(0,1738.37@109,1739.49@110,1739.33@111,1739.08@112,1737.93@113,1733.18@114,1724.01@115,1755.49@142,1764.94@143,1776.05@144,1785.85@145,1804.24@146,1812.12@147,1816.08@148,1814.72@149,1814.08@150,1817.6@151,1823.99@152,1833.25@153,1846.55@154,1858.6@155,1871.3@156,1873.11@157,1867.64@158,1851.58@159,1835.91@160,1827.55@161,1822.04@162,1821.81@163,1826.06@164,1828.63@165,1814.76@166,1800.2@167,1786.52@168,1717.44@171,1707.28@172,1687.42@175,1660.84@176,1641.83@177,1632.29@178,1625.09@182,1620.04@184,1616.91@185),
179
+ Linear(0,1071.61@109,1035.85@110,999.35@111,965.553@112,933.209@113,898.084@114,862.522@115,519.169@142,517.716@143,520.685@144,524.763@145,538.403@146,551.794@147,565.825@148,570.731@149,568.825@150,564.466@151,564.247@152,564.606@153,563.028@154,558.013@155,550.669@156,561.091@157,573.106@158,575.216@159,570.106@160,564.231@161,559.736@162,557.189@163,551.955@164,542.173@165,518.173@166,502.283@167,488.205@168,474.429@171,477.345@172,503.003@175,525.622@176,537.875@177,552.695@178,601.014@182,598.571@184,598.356@185),
180
+ 1, 1);
181
+ Tracker29 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
182
+ "use start frame", 0.5, "stop", 1, 184, "v2.0", 0.3, 0.59,
183
+ 0.11, 0, 10, "track1", Linear(0,1437.89@75,1438.02@76,1437.6@77,1437.57@78,1437.21@79,1436.54@80,1436.63@81,1436.93@82,1436.68@83,1435.58@84,1435.43@85,1435.88@86,1435.3@87,1435.25@88,1435.11@89,1435.23@90,1435.86@91,1436.27@92,1436.05@93,1435.41@94,1435.02@95,1435.52@96,1436.11@97,1436.28@98,1436.52@99,1436.77@100,1439.07@101,1443.32@102,1447.4@103,1449.92@104,1455.35@105,1926.13@148,1929.1@149,1930.81@150,1980.22@155,1991.76@156,1993.45@157,1993.43@158,1977.28@159,1962.99@160,1954.62@161,1755.45@179,1751.81@180,1753.55@181,1755.49@182,1754.35@183,1752.06@184,1749.62@185),
184
+ Linear(0,197.49@75,196.271@76,195.912@77,194.818@78,192.834@79,190.022@80,185.193@81,178.443@82,171.162@83,165.088@84,155.106@85,134.834@86,127.808@87,124.627@88,122.727@89,122.383@90,122.29@91,122.18@92,121.977@93,121.665@94,121.399@95,119.024@96,115.149@97,109.165@98,100.899@99,90.7455@100,81.0424@101,71.2469@102,60.9433@103,46.2798@104,33.6776@105,11.2071@148,21.4475@149,25.1088@150,35.248@155,36.6678@156,50.62@157,70.2716@158,78.193@159,77.0211@160,74.7555@161,15.679@179,33.3634@180,41.6042@181,41.5151@182,39.1502@183,39.2246@184,40.1714@185),
185
+ Linear(0,1@75,0.9699@76,0.9602@77,0.9465@78,0.9143@79,0.9835@80,0.9728@81,0.9693@82,0.9654@83,0.9529@84,0.9463@85,0.9322@86,0.9386@87,0.9422@88,0.943@89,0.9916@90,0.9908@91,0.9895@92,0.9833@93,0.972@94,0.9641@95,0.922@96,0.9109@97,0.8837@98,0.9571@99,0.9584@100,0.9913@101,0.9912@102,0.5775@103,0.6229@104,0.389@105,0.4777@148,0.4798@149,0.4818@150,0.4921@155,0.4942@156,0.5035@157,0.5345@158,0.6772@159,0.9421@160,0.389@161,0.389@179,0.9305@180,0.9793@181,0.9807@182,0.9761@183,0.9816@184,0.7332@185),
186
+ 1740.7478, 1762.92969, 28.404007, 49.763958, 1683.21753,
187
+ 1820.46, -29.2524, 107.420334, Linear(0,1437.89@75,1438.02@76,1437.6@77,1437.57@78,1437.21@79,1436.54@80,1436.63@81,1436.93@82,1436.68@83,1435.58@84,1435.43@85,1435.88@86,1435.3@87,1435.25@88,1435.11@89,1435.23@90,1435.86@91,1436.27@92,1436.05@93,1435.41@94,1435.02@95,1435.52@96,1436.11@97,1436.28@98,1436.52@99,1436.77@100,1439.07@101,1443.32@102,1447.4@103,1449.92@104,1455.35@105,1926.13@148,1929.1@149,1930.81@150,1980.22@155,1991.76@156,1993.45@157,1993.43@158,1977.28@159,1962.99@160,1954.62@161,1755.45@179,1751.81@180,1753.55@181,1755.49@182,1754.35@183,1752.06@184,1749.62@185),
188
+ Linear(0,197.49@75,196.271@76,195.912@77,194.818@78,192.834@79,190.022@80,185.193@81,178.443@82,171.162@83,165.088@84,155.106@85,134.834@86,127.808@87,124.627@88,122.727@89,122.383@90,122.29@91,122.18@92,121.977@93,121.665@94,121.399@95,119.024@96,115.149@97,109.165@98,100.899@99,90.7455@100,81.0424@101,71.2469@102,60.9433@103,46.2798@104,33.6776@105,11.2071@148,21.4475@149,25.1088@150,35.248@155,36.6678@156,50.62@157,70.2716@158,78.193@159,77.0211@160,74.7555@161,15.679@179,33.3634@180,41.6042@181,41.5151@182,39.1502@183,39.2246@184,40.1714@185),
189
+ 1, 1);
190
+ Tracker30 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
191
+ "use start frame", 0.5, "stop", 1, 120, "v2.0", 0.3, 0.59,
192
+ 0.11, 0, 10, "track1", Linear(0,2267.7@1,2267.5@2,2267.23@3,2266.59@4,2266@5,2265.2@6,2265.15@7,2264.89@8,2264.79@9,2264.62@10,2264.07@11,2263.53@12,2263.15@13,2262.86@14,2262.23@15,2261.01@16,2260.48@17,2259.98@18,2259.5@19,2259.14@20,2259.01@21,2258.87@22,2258.93@23,2258.79@24,2258.9@25,2259.03@26,2259.2@27,2259.47@28,2259.56@29,2259.28@30,2259.5@31,2259.53@32,2259.5@33,2259.37@34,2259.53@35,2259.43@36,2259.43@37,2259.62@38,2259.54@39,2259.61@40,2259.78@41,2259.75@42,2259.97@43,2260.22@44,2260.82@45,2261.06@46,2261.53@47,2262@48,2261.9@49,2261.87@50,2262.15@51,2261.78@52,2261.53@53,2261.76@54,2261.89@55,2261.86@56,2261.98@57,2262.03@58,2262.06@59,2262.11@60,2262.15@61,2262.42@62,2262.95@63,2263.43@64,2263.84@65,2263.89@66,2263.98@67,2263.79@68,2263.95@69,2264.04@70,2263.97@71,2263.84@72,2263.84@73,2259.39@85,2253.44@97,2253.18@98,2252.35@99,2252.08@100,2253.28@101,2255.99@102,2257.71@103,2257.9@104,2260.22@105,2261.14@106,2264.23@107,2267.15@108,2270.8@109,2230.56@118,2215.97@119,2199.81@120),
193
+ Linear(0,560.972@1,560.91@2,560.847@3,560.91@4,561.019@5,561.316@6,561.41@7,561.488@8,561.535@9,561.722@10,562.097@11,562.082@12,562.097@13,562.207@14,562.269@15,562.566@16,562.894@17,563.254@18,563.597@19,564.129@20,564.41@21,564.457@22,564.519@23,564.582@24,564.426@25,564.379@26,564.316@27,564.207@28,564.222@29,563.91@30,563.551@31,563.426@32,563.441@33,563.519@34,563.551@35,563.738@36,563.816@37,564.082@38,563.816@39,563.707@40,563.754@41,563.769@42,564.113@43,564.097@44,563.832@45,563.551@46,563.394@47,563.41@48,563.457@49,563.379@50,563.426@51,563.551@52,563.488@53,563.41@54,563.519@55,564.066@56,564.301@57,564.394@58,564.582@59,564.863@60,565.301@61,565.613@62,565.66@63,565.488@64,565.254@65,565.207@66,565.144@67,565.222@68,565.191@69,565.129@70,565.222@71,565.113@72,565.113@73,520.066@85,479.444@97,473.784@98,467.262@99,456.098@100,445.832@101,435.754@102,424.582@103,408.744@104,395.803@105,356.995@106,331.9@107,307.341@108,279.235@109,31.1198@118,17.4479@119,-1.7025@120),
194
+ Linear(0,1@1,0.9445@2,0.9378@3,0.9403@4,0.9401@5,0.9326@6,0.93@7,0.9272@8,0.924@9,0.9308@10,0.9392@11,0.9428@12,0.9422@13,0.9415@14,0.9299@15,0.9272@16,0.9405@17,0.9363@18,0.9284@19,0.934@20,0.9305@21,0.9245@22,0.9289@23,0.925@24,0.9218@25,0.9292@26,0.9353@27,0.9402@28,0.9323@29,0.9286@30,0.9306@31,0.9238@32,0.9311@33,0.9277@34,0.9237@35,0.9352@36,0.9384@37,0.9461@38,0.9329@39,0.9263@40,0.931@41,0.922@42,0.9366@43,0.9335@44,0.9224@45,0.9277@46,0.9258@47,0.9279@48,0.9294@49,0.9283@50,0.9319@51,0.9321@52,0.9229@53,0.9271@54,0.9318@55,0.9415@56,0.9099@57,0.9286@58,0.9307@59,0.9485@60,0.923@61,0.9134@62,0.9177@63,0.9064@64,0.9263@65,0.9305@66,0.9273@67,0.931@68,0.9321@69,0.9305@70,0.9316@71,0.9382@72,0.3869@73,0.3869@85,0.3869@97,0.3549@98,0.4383@99,0.4383@100,0.9194@101,0.9187@102,0.8908@103,0.2248@104,0.2248@105,0.2956@106,0.4822@107,0.3578@108,0.3578@109,0.3578@118,0.7056@119,0.2485@120),
195
+ 2184.521, 2214.27539, -18.032589, 13.9721718, 2163.83521,
196
+ 2234.96118, -34.4828758, 30.4223976, Linear(0,2267.7@1,2267.5@2,2267.23@3,2266.59@4,2266@5,2265.2@6,2265.15@7,2264.89@8,2264.79@9,2264.62@10,2264.07@11,2263.53@12,2263.15@13,2262.86@14,2262.23@15,2261.01@16,2260.48@17,2259.98@18,2259.5@19,2259.14@20,2259.01@21,2258.87@22,2258.93@23,2258.79@24,2258.9@25,2259.03@26,2259.2@27,2259.47@28,2259.56@29,2259.28@30,2259.5@31,2259.53@32,2259.5@33,2259.37@34,2259.53@35,2259.43@36,2259.43@37,2259.62@38,2259.54@39,2259.61@40,2259.78@41,2259.75@42,2259.97@43,2260.22@44,2260.82@45,2261.06@46,2261.53@47,2262@48,2261.9@49,2261.87@50,2262.15@51,2261.78@52,2261.53@53,2261.76@54,2261.89@55,2261.86@56,2261.98@57,2262.03@58,2262.06@59,2262.11@60,2262.15@61,2262.42@62,2262.95@63,2263.43@64,2263.84@65,2263.89@66,2263.98@67,2263.79@68,2263.95@69,2264.04@70,2263.97@71,2263.84@72,2263.84@73,2259.39@85,2253.44@97,2253.18@98,2252.35@99,2252.08@100,2253.28@101,2255.99@102,2257.71@103,2257.9@104,2260.22@105,2261.14@106,2264.23@107,2267.15@108,2270.8@109,2230.56@118,2215.97@119,2199.81@120),
197
+ Linear(0,560.972@1,560.91@2,560.847@3,560.91@4,561.019@5,561.316@6,561.41@7,561.488@8,561.535@9,561.722@10,562.097@11,562.082@12,562.097@13,562.207@14,562.269@15,562.566@16,562.894@17,563.254@18,563.597@19,564.129@20,564.41@21,564.457@22,564.519@23,564.582@24,564.426@25,564.379@26,564.316@27,564.207@28,564.222@29,563.91@30,563.551@31,563.426@32,563.441@33,563.519@34,563.551@35,563.738@36,563.816@37,564.082@38,563.816@39,563.707@40,563.754@41,563.769@42,564.113@43,564.097@44,563.832@45,563.551@46,563.394@47,563.41@48,563.457@49,563.379@50,563.426@51,563.551@52,563.488@53,563.41@54,563.519@55,564.066@56,564.301@57,564.394@58,564.582@59,564.863@60,565.301@61,565.613@62,565.66@63,565.488@64,565.254@65,565.207@66,565.144@67,565.222@68,565.191@69,565.129@70,565.222@71,565.113@72,565.113@73,520.066@85,479.444@97,473.784@98,467.262@99,456.098@100,445.832@101,435.754@102,424.582@103,408.744@104,395.803@105,356.995@106,331.9@107,307.342@108,279.236@109,31.1208@118,17.4479@119,-1.7025@120),
198
+ 1, 1);
199
+ Tracker31 = Tracker(LogLin1, "1-185", "1/512", "luminance", 0.75,
200
+ "use start frame", 0.5, "stop", 1, 162, "v2.0", 0.3, 0.59,
201
+ 0.11, 0, 10, "track1", Linear(0,80.022@126,108.439@127,137.387@128,169.539@129,198.074@130,225.711@131,254.355@132,283.223@133,311.074@134,340.912@135,407.865@136,434.719@137,459.549@138,484.756@139,506.482@140,527.533@141,550.471@142,573.661@143,600.885@144,625.838@145,667.242@146,684.861@147,698.662@148,707.836@149,719.619@150,736.002@151,755.842@152,778.873@153,805.096@154,828.554@155,856.528@156,864.091@157,865.747@158,858.429@159,851.681@160,852.421@161,852.421@162),
202
+ Linear(0,1069.44@126,1043.71@127,1028.81@128,1026.77@129,1025.63@130,1025.66@131,1027@132,1028.99@133,1034.86@134,1041.25@135,1044.33@136,1044.29@137,1043.49@138,1039.32@139,1033.05@140,1021.69@141,1010.51@142,1009.51@143,1012.78@144,1016.42@145,1020.99@146,1027.26@147,1034.17@148,1034.55@149,1029.55@150,1024.64@151,1026.12@152,1029.51@153,1028.56@154,1021.79@155,1005.44@156,1008.15@157,1014.97@158,1014.24@159,1008.16@160,1002.62@161,1002.62@162),
203
+ Linear(0,0.479@126,1@127,0.9564@128,0.9183@129,0.9912@130,0.9876@131,0.9875@132,0.9765@133,0.9636@134,0.9924@135,0.892@136,0.9102@137,0.9588@138,0.9477@139,0.9285@140,0.9201@141,0.9287@142,0.9331@143,0.9244@144,0.9075@145,0.8719@146,0.9812@147,0.9793@148,0.9677@149,0.9678@150,0.9795@151,0.9825@152,0.9777@153,0.9682@154,0.9495@155,0.9247@156,0.9075@157,0.8859@158,0.9806@159,0.9888@160,0.9827@161,0.4896@162),
204
+ 815.747, 887.747, 965.9697, 1037.97021, 712.1897, 991.3043,
205
+ 904.2335, 1099.7063, Linear(0,80.022@126,108.439@127,137.387@128,169.539@129,198.074@130,225.711@131,254.355@132,283.223@133,311.074@134,340.912@135,407.865@136,434.719@137,459.549@138,484.756@139,506.482@140,527.533@141,550.471@142,573.661@143,600.885@144,625.838@145,667.242@146,684.861@147,698.662@148,707.836@149,719.619@150,736.002@151,755.842@152,778.873@153,805.096@154,828.554@155,856.528@156,864.091@157,865.747@158,858.429@159,851.681@160,852.421@161,852.421@162),
206
+ Linear(0,1069.44@126,1043.71@127,1028.81@128,1026.77@129,1025.63@130,1025.66@131,1027@132,1028.99@133,1034.86@134,1041.25@135,1044.33@136,1044.29@137,1043.49@138,1039.32@139,1033.05@140,1021.69@141,1010.51@142,1009.51@143,1012.78@144,1016.42@145,1020.99@146,1027.26@147,1034.17@148,1034.55@149,1029.55@150,1024.64@151,1026.12@152,1029.51@153,1028.56@154,1021.79@155,1005.44@156,1008.15@157,1014.97@158,1014.24@159,1008.16@160,1002.62@161,1002.62@162),
207
+ 1, 1);
208
+ Tracker32 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
209
+ "use start frame", 0.5, "stop", 1, 178, "v2.0", 0.3, 0.59,
210
+ 0.11, 0, 10, "track1", Linear(0,43.9721@134,77.0659@135,155.55@136,185.145@137,215.535@138,244.629@139,268.022@140,294.566@141,322.082@142,351.396@143,382.802@144,410.115@145,458.033@146,478.284@147,493.039@148,504.759@149,518.822@150,538.165@151,560.197@152,585.165@153,614.259@154,639.384@155,674.337@156,682.745@157,685.656@158,679.672@159,627.854@171,621.808@172,617.258@173,611.457@174,594.519@175,558.894@176,538.782@177,527.922@178),
211
+ Linear(0,1021.72@134,1028.25@135,1033.78@136,1031.58@137,1027.89@138,1021.39@139,1014.04@140,1002.07@141,991.688@142,993.041@143,997.369@144,1000.68@145,1004.13@146,1010.94@147,1016.47@148,1015.51@149,1010.85@150,1006.31@151,1008.88@152,1013.1@153,1012.87@154,1006.9@155,989.447@156,992.229@157,998.846@158,998.393@159,1009.77@171,1012.4@172,1016.68@173,1022.49@174,1033.89@175,1051.52@176,1063.79@177,1082.49@178),
212
+ Linear(0,1@134,0.8231@135,0.8389@136,0.8269@137,0.7798@138,0.6867@139,0.6218@140,0.5329@141,0.6945@142,0.8831@143,0.911@144,0.9136@145,0.8281@146,0.7809@147,0.7093@148,0.6831@149,0.9461@150,0.8649@151,0.7593@152,0.7084@153,0.7775@154,0.8128@155,0.9703@156,0.8709@157,0.903@158,0.7108@159,0.7108@171,0.8901@172,0.8723@173,0.8908@174,0.8891@175,0.8425@176,0.6538@177,0.2216@178),
213
+ 511.271118, 544.416, 1064.26428, 1100.54236, 456.14325, 608.5732,
214
+ 1045.71667, 1137.74219, Linear(0,43.9721@134,77.0659@135,155.55@136,185.145@137,215.535@138,244.629@139,268.022@140,294.566@141,322.082@142,351.396@143,382.802@144,410.115@145,458.033@146,478.284@147,493.039@148,504.759@149,518.822@150,538.165@151,560.197@152,585.165@153,614.259@154,639.384@155,674.337@156,682.745@157,685.656@158,679.672@159,627.854@171,621.808@172,617.258@173,611.457@174,594.519@175,558.894@176,538.782@177,527.922@178),
215
+ Linear(0,1021.72@134,1028.25@135,1033.78@136,1031.58@137,1027.89@138,1021.39@139,1014.04@140,1002.07@141,991.688@142,993.041@143,997.369@144,1000.68@145,1004.13@146,1010.94@147,1016.47@148,1015.51@149,1010.85@150,1006.31@151,1008.88@152,1013.1@153,1012.87@154,1006.9@155,989.447@156,992.229@157,998.846@158,998.393@159,1009.77@171,1012.4@172,1016.68@173,1022.49@174,1033.89@175,1051.52@176,1063.79@177,1082.49@178),
216
+ 1, 1);
217
+ Tracker33 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
218
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
219
+ 0.11, 0, 10, "track1", Linear(0,53.5125@161,61.5603@162,75.2478@163,94.2166@164,110.217@165,115.826@166,108.967@167,96.9509@168,76.4197@169,54.4041@170,37.9041@171,27.7166@172,25.1853@173,17.9041@174),
220
+ Linear(0,804.614@161,805.304@162,806.523@163,803.476@164,793.585@165,765.585@166,749.57@167,733.413@168,723.429@169,720.57@170,721.898@171,725.585@172,729.726@173,735.304@174),
221
+ Linear(0,1@161,0.0948@162,0.9904@163,0.983@164,0.9732@165,0.9711@166,0.9613@167,0.9628@168,0.9765@169,0.9823@170,0.9871@171,0.9895@172,0.9193@173,0.7815@174,0.8183@175,0.523@176,0.5296@177,0.5276@178,0.5276@179,0.5265@180,0.5272@181,0.5306@182,0.5287@183,0.5254@184,0.5268@185),
222
+ -18.58567, 23.7062683, 777.158, 819.45, -52.8381424, 57.95874,
223
+ 744.216248, 852.3918, Linear(0,53.5125@161,61.5603@162,75.2478@163,94.2166@164,110.217@165,115.826@166,108.967@167,96.9509@168,76.4197@169,54.4041@170,37.9041@171,27.7166@172,25.1853@173,17.9041@174,3.8884@175,2.7166@176,2.3884@177,2.4041@178,2.7322@179,2.7166@180,2.7322@181,2.7322@182,2.4041@183,2.7634@184,2.7322@185),
224
+ Linear(0,804.614@161,805.304@162,806.523@163,803.476@164,793.585@165,765.585@166,749.57@167,733.413@168,723.429@169,720.57@170,721.898@171,725.585@172,729.726@173,735.304@174,742.132@175,765.023@176,770.304@177,788.695@178,787.32@179,796.46@180,815.757@181,840.991@182,837.945@183,810.304@184,798.413@185),
225
+ 1, 1);
226
+ Tracker34 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
227
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
228
+ 0.11, 0, 10, "track1", Linear(0,358.698@164,372.182@165,375.229@166,368.354@167,357.245@168,338.885@169,318.463@170,301.557@171,291.198@172,287.057@173,280.01@174,267.948@175,230.838@176,209.416@177,195.588@178,189.036@179,184.984@180,188.578@181,192.13@182,190.984@183,186.666@184,183.573@185),
229
+ Linear(0,1038.97@164,1027.5@165,997.534@166,980.69@167,964.19@168,953.315@169,949.69@170,951.269@171,954.69@172,959.159@173,965.175@174,972.565@175,988.269@176,999.582@177,1016.69@178,1042.06@179,1063.64@180,1071.86@181,1071.31@182,1066.73@183,1064.15@184,1064.57@185),
230
+ Linear(0,1@164,0.9064@165,0.8753@166,0.8731@167,0.8833@168,0.8956@169,0.9054@170,0.9127@171,0.9006@172,0.8926@173,0.9123@174,0.9161@175,0.8935@176,0.9867@177,0.9337@178,0.9103@179,0.5447@180,0.5659@181,0.5587@182,0.5492@183,0.9864@184,0.9877@185),
231
+ 147.572983, 219.573013, 1028.57, 1100.57, 111.572983, 255.572952,
232
+ 992.569946, 1136.57, Linear(0,358.698@164,372.182@165,375.229@166,368.354@167,357.245@168,338.885@169,318.463@170,301.557@171,291.198@172,287.057@173,280.01@174,267.948@175,230.838@176,209.416@177,195.588@178,189.036@179,184.984@180,188.578@181,192.13@182,190.984@183,186.666@184,183.573@185),
233
+ Linear(0,1038.97@164,1027.5@165,997.534@166,980.69@167,964.19@168,953.315@169,949.69@170,951.269@171,954.69@172,959.159@173,965.175@174,972.565@175,988.269@176,999.582@177,1016.69@178,1042.06@179,1063.64@180,1071.86@181,1071.31@182,1066.73@183,1064.15@184,1064.57@185),
234
+ 1, 1);
235
+ Tracker35 = Tracker(LogLin1, "1-185", "1/512", "luminance", 0.75,
236
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
237
+ 0.11, 0, 10, "track1", Linear(0,29.3856@136,63.9168@137,96.0106@138,127.651@139,154.933@140,181.761@141,209.87@142,240.933@143,272.527@144,302.011@145,352.986@146,376.158@147,394.589@148,407.713@149,422.718@150,442.449@151,465.162@152,490.806@153,520.375@154,546.687@155,583.216@156,594.88@157,599.663@158,599.663@159,570.3@170,553.825@171,543.306@172,539.204@173,533.29@174,522.673@175,490.235@176,470.966@177,458.468@178,452.341@179,449.356@180,453.171@181,455.497@182,454.509@183,451.3@184,448.223@185),
238
+ Linear(0,807.573@136,808.979@137,808.401@138,805.307@139,800.37@140,791.432@141,782.963@142,783.916@143,790.682@144,796.041@145,803.633@146,810.461@147,817.873@148,819.383@149,816.365@150,813.926@151,818.084@152,824.352@153,826.182@154,821.903@155,808.065@156,811.637@157,818.696@158,818.696@159,722.446@170,722.781@171,726.297@172,730.779@173,736.84@174,744.717@175,760.386@176,770.804@177,786.992@178,810.906@179,831.183@180,840.396@181,839.721@182,835.726@183,833.832@184,833.871@185),
239
+ Linear(0,1@136,0.9413@137,0.9395@138,0.9378@139,0.9347@140,0.9305@141,0.9852@142,0.9676@143,0.964@144,0.9645@145,0.9943@146,0.9853@147,0.9849@148,0.9734@149,0.9718@150,0.979@151,0.9831@152,0.981@153,0.9663@154,0.95@155,0.9251@156,0.9711@157,0.9639@158,0.499@159,0.499@170,0.499@171,0.9856@172,0.9862@173,0.9814@174,0.9823@175,0.9703@176,0.9556@177,0.9025@178,0.8883@179,0.9264@180,0.9823@181,0.9881@182,0.9874@183,0.9909@184,0.9892@185),
240
+ 433.311462, 462.338562, 815.6822, 851.8798, 372.27, 494.766052,
241
+ 777.477661, 881.52124, Linear(0,29.3856@136,63.9168@137,96.0106@138,127.651@139,154.933@140,181.761@141,209.87@142,240.933@143,272.527@144,302.011@145,352.986@146,376.158@147,394.589@148,407.713@149,422.718@150,442.449@151,465.162@152,490.806@153,520.375@154,546.687@155,583.216@156,594.88@157,599.663@158,599.663@159,570.3@170,553.825@171,543.306@172,539.204@173,533.29@174,522.673@175,490.235@176,470.966@177,458.468@178,452.341@179,449.356@180,453.171@181,455.497@182,454.509@183,451.3@184,448.223@185),
242
+ Linear(0,807.573@136,808.979@137,808.401@138,805.307@139,800.37@140,791.432@141,782.963@142,783.916@143,790.682@144,796.041@145,803.633@146,810.461@147,817.873@148,819.383@149,816.365@150,813.926@151,818.084@152,824.352@153,826.182@154,821.903@155,808.065@156,811.637@157,818.696@158,818.696@159,722.446@170,722.781@171,726.297@172,730.779@173,736.84@174,744.717@175,760.386@176,770.804@177,786.992@178,810.906@179,831.183@180,840.396@181,839.721@182,835.726@183,833.832@184,833.871@185),
243
+ 1, 1);
244
+ Tracker36 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
245
+ "use start frame", 0.5, "stop", 1, 166, "v2.0", 0.3, 0.59,
246
+ 0.11, 0, 10, "track1", Linear(0,19.9032@142,79.5532@143,82.2407@144,196.813@145,296.039@146,340.695@147,379.57@148,411.289@149,443.273@150,479.336@151,517.726@152,558.351@153,601.257@154,639.929@155,691.335@156,720.992@157,735.882@158,739.835@159,742.882@160,752.882@161,765.913@162,781.882@163,800.804@164,816.976@165,816.976@166),
247
+ Linear(0,208@142,219.349@143,230.583@144,256.205@145,284.288@146,301.101@147,317.897@148,327.788@149,332.772@150,337.788@151,349.491@152,362.679@153,370.866@154,372.413@155,370.116@156,381.148@157,394.304@158,399.273@159,399.101@160,399.038@161,401.023@162,403.976@163,403.101@164,396.273@165,396.273@166),
248
+ Linear(0,1@142,0.7831@143,0.5149@144,0.3136@145,0.4627@146,0.9859@147,0.8795@148,0.8559@149,0.9169@150,0.9524@151,0.9458@152,0.9343@153,0.9927@154,0.9761@155,0.7202@156,0.9187@157,0.8739@158,0.8336@159,0.8362@160,0.8451@161,0.8464@162,0.8548@163,0.8426@164,0.7299@165,0.1915@166),
249
+ 768.436768, 863.641235, 349.619446, 440.956543, 717.9339,
250
+ 914.144043, 306.368042, 484.207947, Linear(0,19.9032@142,79.5532@143,82.2407@144,196.813@145,296.039@146,340.695@147,379.57@148,411.289@149,443.273@150,479.336@151,517.726@152,558.351@153,601.257@154,639.929@155,691.335@156,720.992@157,735.882@158,739.835@159,742.882@160,752.882@161,765.913@162,781.882@163,800.804@164,816.976@165,816.976@166),
251
+ Linear(0,208@142,219.349@143,230.583@144,256.205@145,284.288@146,301.101@147,317.897@148,327.788@149,332.772@150,337.788@151,349.491@152,362.679@153,370.866@154,372.413@155,370.116@156,381.148@157,394.304@158,399.273@159,399.101@160,399.038@161,401.023@162,403.976@163,403.101@164,396.273@165,396.273@166),
252
+ 1, 1);
253
+ Tracker37 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
254
+ "use start frame", 0.5, "stop", 1, 103, "v2.0", 0.3, 0.59,
255
+ 0.11, 0, 10, "track1", Linear(0,1655.77@80,1656.2@81,1657.13@82,1657.23@83,1656.73@84,1656.67@85,1656.36@86,1655.84@87,1655.73@88,1655.57@89,1655.61@90,1655.86@91,1656.65@92,1656.56@93,1655.57@94,1654.73@95,1656.19@97,1655.68@98,1655.8@99,1656.81@100,1659.25@101,1662.78@102),
256
+ Linear(0,295.94@80,292.44@81,284.409@82,276.772@83,268.272@84,259.256@85,239.241@86,232.256@87,228.334@88,227.319@89,227.241@90,227.225@91,226.319@92,226.241@93,226.288@94,226.272@95,219.633@97,214.269@98,206.303@99,196.29@100,185.774@101,176.274@102),
257
+ Linear(0,1@80,0.9268@81,0.8809@82,0.9275@83,0.9382@84,0.909@85,0.8968@86,0.9014@87,0.9191@88,0.9249@89,0.9304@90,0.9377@91,0.947@92,0.9482@93,0.9391@94,0.9256@95,0.8573@97,0.8473@98,0.8153@99,0.8153@100,0.8213@101,0.6996@102),
258
+ 1638.28, 1710.28, 132.813019, 204.812988, 1602.28, 1746.28,
259
+ 96.81303, 240.813019, Linear(0,1655.77@80,1656.2@81,1657.13@82,1657.23@83,1656.73@84,1656.67@85,1656.36@86,1655.84@87,1655.73@88,1655.57@89,1655.61@90,1655.86@91,1656.65@92,1656.56@93,1655.57@94,1654.73@95,1656.19@97,1655.68@98,1655.8@99,1656.81@100,1659.25@101,1662.78@102),
260
+ Linear(0,295.94@80,292.44@81,284.409@82,276.772@83,268.272@84,259.256@85,239.241@86,232.256@87,228.334@88,227.319@89,227.241@90,227.225@91,226.319@92,226.241@93,226.288@94,226.272@95,219.633@97,214.269@98,206.303@99,196.29@100,185.774@101,176.274@102),
261
+ 1, 1);
262
+ Tracker38 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
263
+ "use start frame", 0.5, "stop", 1, 122, "v2.0", 0.3, 0.59,
264
+ 0.11, 0, 10, "track1", Linear(0,2408.61@1,2408.33@2,2407.87@3,2407.51@4,2406.7@5,2405.78@6,2405.69@7,2405.48@8,2405.45@9,2405.31@10,2404.7@11,2404.31@12,2403.73@13,2403.37@14,2402.47@15,2401.48@16,2400.76@17,2400.42@18,2399.75@19,2399.5@20,2399.36@21,2399.33@22,2399@23,2398.98@24,2399.06@25,2399.33@26,2399.54@27,2399.67@28,2399.87@29,2399.61@30,2399.76@31,2399.84@32,2399.73@33,2399.67@34,2399.75@35,2399.79@36,2399.81@37,2399.87@38,2399.75@39,2399.79@40,2400.28@41,2400.03@42,2400.34@43,2400.67@44,2401.31@45,2401.47@46,2401.75@47,2402.44@48,2402.34@49,2402.31@50,2402.54@51,2401.98@52,2401.73@53,2401.92@54,2402.36@55,2402.4@56,2402.44@57,2402.47@58,2402.45@59,2402.56@60,2402.64@61,2402.9@62,2403.51@63,2404.03@64,2404.5@65,2404.5@66,2404.65@67,2404.47@68,2404.64@69,2404.65@70,2404.61@71,2404.44@72,2404.34@73,2403.73@74,2403.69@75,2403.7@76,2403.5@77,2403.08@78,2402.5@79,2401.58@80,2401.4@81,2401.5@82,2400.61@83,2399.42@84,2398.81@85,2396.95@86,2395.73@87,2394.84@88,2394.28@89,2393.86@90,2394.34@91,2394.48@92,2393.75@93,2392.5@94,2391.54@95,2391.16@96,2391.37@97,2390.99@98,2390.99@99,2389.04@100,2389.7@101,2392.46@102,2392.46@103,2395.7@104,2397.23@105,2395.37@106,2397.94@107,2400.49@108,2402.49@109,2406.36@110,2408.35@111,2407.24@112,2406.12@113,2405.01@114,2396.32@115,2380.27@116,2364.89@117,2347.51@118,2330.79@119,2313.41@120,2294.69@121,2274.63@122,2274.63@123,2274.63@124,2274.63@125,2274.63@126,2274.63@127,2274.63@128,2274.63@129,2274.63@130,2274.63@131,2274.63@132,2274.63@133,2274.63@134,2274.63@135,2274.63@136,2274.63@137,2274.63@138,2274.63@139,2274.63@140,2274.63@141,2274.63@142,2274.63@143,2274.63@144,2274.63@145,2274.63@146,2274.63@147,2274.63@148,2274.63@149,2274.63@150,2274.63@151,2274.63@152,2274.63@153,2274.63@154,2274.63@155,2274.63@156,2274.63@157,2274.63@158,2274.63@159,2274.63@160,2274.63@161,2274.63@162,2274.63@163,2274.63@164,2274.63@165,2274.63@166,2274.63@167,2274.63@168,2274.63@169,2274.63@170,2274.63@171,2274.63@172,2274.63@173,2274.63@174,2274.63@175,2274.63@176,2274.63@177,2274.63@178,2274.63@179,2274.63@180,2274.63@181,2274.63@182,2274.63@183,2274.63@184,2274.63@185),
265
+ Linear(0,623.495@1,623.464@2,623.433@3,623.449@4,623.511@5,623.855@6,624.011@7,623.964@8,624.386@9,624.449@10,624.527@11,624.495@12,624.542@13,624.777@14,624.855@15,625.37@16,625.495@17,625.777@18,626.402@19,626.605@20,626.964@21,626.964@22,627.417@23,627.402@24,626.98@25,626.933@26,626.886@27,626.886@28,626.777@29,626.527@30,626.433@31,625.964@32,626.37@33,626.402@34,626.433@35,626.464@36,626.48@37,626.558@38,626.495@39,626.48@40,626.464@41,626.495@42,626.558@43,626.558@44,626.464@45,626.417@46,626.402@47,625.964@48,625.995@49,625.949@50,625.98@51,626.433@52,626.402@53,625.964@54,626.402@55,626.542@56,626.917@57,626.964@58,627.402@59,627.495@60,627.87@61,628.449@62,628.433@63,628.402@64,627.745@65,627.605@66,627.589@67,627.652@68,627.605@69,627.574@70,627.605@71,627.527@72,627.527@73,627.433@74,626.605@75,625.558@76,624.964@77,623.964@78,622.402@79,619.355@80,614.699@81,607.808@82,599.792@83,592.636@84,582.652@85,561.667@86,555.558@87,551.87@88,550.511@89,549.964@90,549.605@91,549.464@92,549.402@93,548.98@94,548.886@95,546.136@96,542.105@97,536.277@98,536.277@99,518.388@100,507.919@101,497.904@102,497.904@103,472.639@104,458.108@105,418.186@106,391.453@107,365.969@108,339@109,305.906@110,276.953@111,247.227@112,217.501@113,187.775@114,159.026@115,116.904@116,102.195@117,87.486@118,70.7712@119,54.0564@120,34.6672@121,13.9408@122,13.9408@123,13.9408@124,13.9408@125,13.9408@126,13.9408@127,13.9408@128,13.9408@129,13.9408@130,13.9408@131,13.9408@132,13.9408@133,13.9408@134,13.9408@135,13.9408@136,13.9408@137,13.9408@138,13.9408@139,13.9408@140,13.9408@141,13.9408@142,13.9408@143,13.9408@144,13.9408@145,13.9408@146,13.9408@147,13.9408@148,13.9408@149,13.9408@150,13.9408@151,13.9408@152,13.9408@153,13.9408@154,13.9408@155,13.9408@156,13.9408@157,13.9408@158,13.9408@159,13.9408@160,13.9408@161,13.9408@162,13.9408@163,13.9408@164,13.9408@165,13.9408@166,13.9408@167,13.9408@168,13.9408@169,13.9408@170,13.9408@171,13.9408@172,13.9408@173,13.9408@174,13.9408@175,13.9408@176,13.9408@177,13.9408@178,13.9408@179,13.9408@180,13.9408@181,13.9408@182,13.9408@183,13.9408@184,13.9408@185),
266
+ Linear(0,0.8793@1,0.8651@2,0.876@3,0.8753@4,0.8777@5,0.8756@6,0.8763@7,0.863@8,0.8585@9,0.8727@10,0.8781@11,0.88@12,0.8699@13,0.8735@14,0.8706@15,0.8668@16,0.8806@17,0.87@18,0.8694@19,0.8838@20,0.8705@21,0.8559@22,0.8529@23,0.8595@24,0.8813@25,0.8806@26,0.8761@27,0.8721@28,0.8751@29,0.879@30,0.8673@31,0.8638@32,0.8644@33,0.87@34,0.8728@35,0.8722@36,0.8856@37,0.878@38,0.8758@39,0.8659@40,0.864@41,0.8687@42,0.8771@43,0.8792@44,0.8728@45,0.8645@46,0.8582@47,0.8688@48,0.8678@49,0.8609@50,0.8719@51,0.8606@52,0.8721@53,0.8587@54,0.8627@55,0.8784@56,0.87@57,0.868@58,0.8563@59,0.8837@60,0.8765@61,0.8684@62,0.8715@63,0.8639@64,0.8674@65,0.8664@66,0.8786@67,0.8714@68,0.88@69,0.8774@70,0.8829@71,0.8861@72,0.8713@73,0.8699@74,0.8714@75,0.8839@76,0.8663@77,0.8754@78,0.8557@79,0.8485@80,0.7979@81,0.7574@82,0.7517@83,0.7268@84,0.7145@85,0.7556@86,0.814@87,0.8649@88,0.8653@89,0.8647@90,0.8623@91,0.8827@92,0.873@93,0.8513@94,0.863@95,0.843@96,0.7936@97,0.6729@98,0.1901@99,0.1901@100,0.819@101,0.819@102,0.2069@103,0.2069@104,0.7487@105,0.3701@106,0.3701@107,0.6616@108,0.6356@109,0.6256@110,0.6322@111,0.3289@114,0.3289@115,0.3289@116,0.3289@117,0.3289@118,0.3289@119,0.3289@120,0.3289@121,0.3289@122),
267
+ 2252.865, 2296.39917, -0.9133301, 28.7947845, 2213.61182,
268
+ 2335.65234, -33.6600952, 61.54149, Linear(0,2408.61@1,2408.33@2,2407.87@3,2407.51@4,2406.7@5,2405.78@6,2405.69@7,2405.48@8,2405.45@9,2405.31@10,2404.7@11,2404.31@12,2403.73@13,2403.37@14,2402.47@15,2401.48@16,2400.76@17,2400.42@18,2399.75@19,2399.5@20,2399.36@21,2399.33@22,2399@23,2398.98@24,2399.06@25,2399.33@26,2399.54@27,2399.67@28,2399.87@29,2399.61@30,2399.76@31,2399.84@32,2399.73@33,2399.67@34,2399.75@35,2399.79@36,2399.81@37,2399.87@38,2399.75@39,2399.79@40,2400.28@41,2400.03@42,2400.34@43,2400.67@44,2401.31@45,2401.47@46,2401.75@47,2402.44@48,2402.34@49,2402.31@50,2402.54@51,2401.98@52,2401.73@53,2401.92@54,2402.36@55,2402.4@56,2402.44@57,2402.47@58,2402.45@59,2402.56@60,2402.64@61,2402.9@62,2403.51@63,2404.03@64,2404.5@65,2404.5@66,2404.65@67,2404.47@68,2404.64@69,2404.65@70,2404.61@71,2404.44@72,2404.34@73,2403.73@74,2403.69@75,2403.7@76,2403.5@77,2403.08@78,2402.5@79,2401.58@80,2401.4@81,2401.5@82,2400.61@83,2399.42@84,2398.81@85,2396.95@86,2395.73@87,2394.84@88,2394.28@89,2393.86@90,2394.34@91,2394.48@92,2393.75@93,2392.5@94,2391.54@95,2391.16@96,2391.37@97,2390.99@98,2390.99@99,2389.04@100,2389.7@101,2392.46@102,2392.46@103,2395.7@104,2397.23@105,2395.37@106,2397.94@107,2400.49@108,2402.49@109,2406.36@110,2408.35@111,2405.01@114,2396.32@115,2380.27@116,2364.89@117,2347.51@118,2330.8@119,2313.42@120,2294.7@121,2274.64@122),
269
+ Linear(0,623.495@1,623.464@2,623.433@3,623.449@4,623.511@5,623.855@6,624.011@7,623.964@8,624.386@9,624.449@10,624.527@11,624.495@12,624.542@13,624.777@14,624.855@15,625.37@16,625.495@17,625.777@18,626.402@19,626.605@20,626.964@21,626.964@22,627.417@23,627.402@24,626.98@25,626.933@26,626.886@27,626.886@28,626.777@29,626.527@30,626.433@31,625.964@32,626.37@33,626.402@34,626.433@35,626.464@36,626.48@37,626.558@38,626.495@39,626.48@40,626.464@41,626.495@42,626.558@43,626.558@44,626.464@45,626.417@46,626.402@47,625.964@48,625.995@49,625.949@50,625.98@51,626.433@52,626.402@53,625.964@54,626.402@55,626.542@56,626.917@57,626.964@58,627.402@59,627.495@60,627.87@61,628.449@62,628.433@63,628.402@64,627.745@65,627.605@66,627.589@67,627.652@68,627.605@69,627.574@70,627.605@71,627.527@72,627.527@73,627.433@74,626.605@75,625.558@76,624.964@77,623.964@78,622.402@79,619.355@80,614.699@81,607.808@82,599.792@83,592.636@84,582.652@85,561.667@86,555.558@87,551.87@88,550.511@89,549.964@90,549.605@91,549.464@92,549.402@93,548.98@94,548.886@95,546.136@96,542.105@97,536.277@98,536.277@99,518.388@100,507.919@101,497.904@102,497.904@103,472.639@104,458.108@105,418.186@106,391.453@107,365.969@108,339@109,305.906@110,276.953@111,187.775@114,159.026@115,116.904@116,102.195@117,87.486@118,70.7712@119,54.0564@120,34.6672@121,13.9408@122),
270
+ 1, 1);
271
+ Tracker39 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
272
+ "use start frame", 0.5, "stop", 1, 149, "v2.0", 0.3, 0.59,
273
+ 0.11, 0, 10, "track1", Linear(0,2549.43@119,2528.26@120,2504.06@121,2479.59@122,2455.26@123,2435.82@124,2429.9@125,2476.34@132,2481.37@133,2484.59@134,2489.09@135,2507.95@136,2512.36@137,2517.23@138,2524.61@139,2527.2@140,2528.31@141,2531.06@142,2535.84@143,2542.15@144,2548.25@145,2554.88@146,2552.59@149,2547.94@150,2546.48@151,2547.49@152,2552.55@153,2538.46@159,2517.98@160,2502.13@161,2492.94@162,2491.39@163,2495.35@164,2495.55@165,2476.07@166,2459.07@167,2430.07@168,2400.81@169,2370.45@170,2349.2@171,2336.23@172,2328.23@173,2318.29@174,2306.7@175,2270.54@176,2251.77@177,2241.83@178,2234.28@179,2229.61@180,2231.41@181,2232.71@182,2231.66@183,2228.35@184,2225.21@185),
274
+ Linear(0,203.175@119,184.862@120,163.878@121,141.628@122,119.737@123,90.7058@124,49.7058@125,7.4101@132,16.896@133,26.9116@134,37.0991@135,54.521@136,66.3018@137,79.0361@138,90.9736@139,98.4111@140,97.3799@141,92.3174@142,92.1611@143,95.9268@144,102.024@145,118.893@146,174.783@149,175.159@150,172.112@151,171.982@152,171.142@153,205.091@159,202.857@160,198.247@161,194.325@162,192.139@163,185.799@164,175.731@165,155.168@166,143.2@167,127.859@168,119.855@169,118.199@170,121.787@171,127.307@172,136.139@173,148.007@174,164.292@175,194.653@176,210.662@177,229.707@178,251.628@179,266.721@180,270.674@181,269.877@182,268.486@183,269.424@184,270.846@185),
275
+ Linear(0,1@119,0.9784@120,0.9711@121,0.9813@122,0.9701@123,0.7459@124,0.5395@125,0.6975@132,0.9495@133,0.9451@134,0.9758@135,0.919@136,0.9279@137,0.9538@138,0.9788@139,0.8375@140,0.8037@141,0.8101@142,0.9224@143,0.9326@144,0.4684@145,0.9252@146,0.9252@149,0.9252@150,0.9252@151,0.9252@152,0.9252@153,0.9252@159,0.7353@160,0.6791@161,0.6743@162,0.5949@163,0.525@164,0.4734@165,0.6141@166,0.6016@167,0.4407@168,0.426@169,0.4981@170,0.4981@171,0.4981@172,0.4981@173,0.4981@174,0.4981@175,0.4981@176,0.4981@177,0.4981@178,0.4981@179,0.4981@180,0.4981@181,0.9355@182,0.93@183,0.9212@184,0.9285@185),
276
+ 2529.18457, 2574.377, 158.8956, 190.325165, 2506.18237, 2597.36938,
277
+ 135.48999, 213.731232, Linear(0,2549.43@119,2528.26@120,2504.06@121,2479.59@122,2455.26@123,2435.82@124,2429.9@125,2476.34@132,2481.37@133,2484.59@134,2489.09@135,2507.95@136,2512.36@137,2517.23@138,2524.61@139,2527.2@140,2528.31@141,2531.06@142,2535.84@143,2542.15@144,2548.25@145,2554.88@146,2552.59@149,2547.94@150,2546.48@151,2547.49@152,2552.55@153,2538.46@159,2517.98@160,2502.13@161,2492.94@162,2491.39@163,2495.35@164,2495.55@165,2476.07@166,2459.07@167,2430.07@168,2400.81@169,2370.45@170,2349.2@171,2336.23@172,2328.23@173,2318.29@174,2306.7@175,2270.54@176,2251.77@177,2241.83@178,2234.28@179,2229.61@180,2231.41@181,2232.71@182,2231.66@183,2228.35@184,2225.21@185),
278
+ Linear(0,203.175@119,184.862@120,163.878@121,141.628@122,119.737@123,90.7058@124,49.7058@125,7.4101@132,16.896@133,26.9116@134,37.0991@135,54.521@136,66.3018@137,79.0361@138,90.9736@139,98.4111@140,97.3799@141,92.3174@142,92.1611@143,95.9268@144,102.024@145,118.893@146,174.783@149,175.159@150,172.112@151,171.982@152,171.142@153,205.091@159,202.857@160,198.247@161,194.325@162,192.139@163,185.799@164,175.731@165,155.168@166,143.2@167,127.859@168,119.855@169,118.199@170,121.787@171,127.307@172,136.139@173,148.007@174,164.292@175,194.653@176,210.662@177,229.707@178,251.628@179,266.721@180,270.674@181,269.877@182,268.486@183,269.424@184,270.846@185),
279
+ 1, 1);
280
+ Tracker40 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
281
+ "use start frame", 0.5, "stop", 1, 108, "v2.0", 0.3, 0.59,
282
+ 0.11, 0, 10, "track1", Linear(0,1728.66@92,1728.13@93,1727.02@94,1726.22@95,1726.04@96,1726.22@97,1725.77@98,1724.52@99,1723.48@100,1726.61@102,1727.76@103,1727.38@104,1729.12@105,1728.26@106,1730.26@107,1731.81@108),
283
+ Linear(0,971.51@92,970.995@93,970.635@94,970.135@95,967.245@96,963.057@97,957.057@98,948.01@99,938.263@100,917.377@102,904.745@103,889.245@104,873.167@105,834.214@106,805.229@107,781.359@108),
284
+ Linear(0,1@92,0.824@93,0.8478@94,0.8443@95,0.7954@96,0.7649@97,0.6565@98,0.5888@99,0.359@100,0.359@102,0.359@103,0.6586@104,0.6254@105,0.5154@106,0.5631@107,0.4588@108),
285
+ 1723.50635, 1739.11377, 768.024231, 793.7265, 1666.272, 1790.77832,
286
+ 713.2266, 849.568359, Linear(0,1728.66@92,1728.13@93,1727.02@94,1726.22@95,1726.04@96,1726.22@97,1725.77@98,1724.52@99,1723.48@100,1726.61@102,1727.76@103,1727.38@104,1729.12@105,1728.26@106,1730.26@107,1731.81@108),
287
+ Linear(0,971.51@92,970.995@93,970.635@94,970.135@95,967.245@96,963.057@97,957.057@98,948.01@99,938.263@100,917.377@102,904.745@103,889.245@104,873.167@105,834.214@106,805.229@107,781.359@108),
288
+ 1, 1);
289
+ Tracker41 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
290
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
291
+ 0.11, 0, 10, "track1", Linear(0,2555.11@118,2529.85@119,2503.54@120,2473.47@121,2442.33@122,2412.48@123,2388.48@124,2376.83@125,2375.59@126,2376.02@127,2377.13@128,2384.54@129,2388.54@130,2391.49@131,2395.43@132,2399.69@133,2402.97@134,2407.85@135,2426.3@136,2430.82@137,2434.44@138,2439.9@139,2440.77@140,2440.46@141,2440.88@142,2445.77@143,2452.66@144,2458.27@145,2468.5@146,2472.55@147,2471.55@148,2463.91@149,2457.63@150,2455.82@151,2457.77@152,2463.54@153,2474.57@154,2483.55@155,2489.39@156,2489.49@157,2479.32@158,2456.86@159,2432.94@160,2419.01@161,2409.97@162,2405.97@163,2406.72@164,2406.84@165,2385.2@166,2367.03@167,2344.3@168,2317.2@169,2288.25@170,2264.58@171,2249.59@172,2241.93@173,2233.45@174,2221.7@175,2187.39@176,2168.68@177,2157.26@178,2151.17@179,2147.2@180,2149@181,2150.29@182,2148.72@183,2145.11@184,2141.97@185),
292
+ Linear(0,888.601@118,864.876@119,840.298@120,811.448@121,781.651@122,751.062@123,716.564@124,671.415@125,594.89@126,576.912@127,570.96@128,572.866@129,577.335@130,581.632@131,585.194@132,588.319@133,593.757@134,598.726@135,606.398@136,613.288@137,620.476@138,627.038@139,629.632@140,623.757@141,614.116@142,610.257@143,609.757@144,612.179@145,625.273@146,640.585@147,656.538@148,662.304@149,658.741@150,652.163@151,648.444@152,645.085@153,640.225@154,633.741@155,626.819@156,638.674@157,652.236@158,654.174@159,647.127@160,639.143@161,632.205@162,627.268@163,622.178@164,611.553@165,585.74@166,570.85@167,554.694@168,542.74@169,537.647@170,537.6@171,540.584@172,546.396@173,556.209@174,569.209@175,596.209@176,609.959@177,626.99@178,648.303@179,664.365@180,670.803@181,669.834@182,667.943@183,668.803@184,669.849@185),
293
+ Linear(0,1@118,1@119,0.9779@120,0.8337@121,0.9892@122,0.9845@123,0.8711@124,0.6737@125,0.9177@126,0.8372@127,0.7076@128,0.9767@129,0.9688@130,0.9701@131,0.9762@132,0.9658@133,0.9646@134,0.9747@135,0.9679@136,0.9463@137,0.9524@138,0.9596@139,0.9501@140,0.9254@141,0.938@142,0.9652@143,0.9479@144,0.9491@145,0.9148@146,0.8683@147,0.9161@148,0.9512@149,0.9354@150,0.9185@151,0.9201@152,0.9475@153,0.9237@154,0.9322@155,0.9563@156,0.8776@157,0.8922@158,0.6851@159,0.7612@160,0.843@161,0.8754@162,0.9077@163,0.9493@164,0.9656@165,0.8107@166,0.7816@167,0.6998@168,0.6659@169,0.7128@170,0.7945@171,0.9339@172,0.964@173,0.9458@174,0.9167@175,0.8524@176,0.9092@177,0.8501@178,0.8354@179,0.9044@180,0.9387@181,0.947@182,0.9313@183,0.9457@184,0.9341@185),
294
+ 2124.106, 2157.07422, 649.0386, 688.1294, 2057.49268, 2223.6875,
295
+ 492.2256, 752.063965, Linear(0,2555.11@118,2529.85@119,2503.54@120,2473.47@121,2442.33@122,2412.48@123,2388.48@124,2376.83@125,2375.59@126,2376.02@127,2377.13@128,2384.54@129,2388.54@130,2391.49@131,2395.43@132,2399.69@133,2402.97@134,2407.85@135,2426.3@136,2430.82@137,2434.44@138,2439.9@139,2440.77@140,2440.46@141,2440.88@142,2445.77@143,2452.66@144,2458.27@145,2468.5@146,2472.55@147,2471.55@148,2463.91@149,2457.63@150,2455.82@151,2457.77@152,2463.54@153,2474.57@154,2483.55@155,2489.39@156,2489.49@157,2479.32@158,2456.86@159,2432.94@160,2419.01@161,2409.97@162,2405.97@163,2406.72@164,2406.84@165,2385.2@166,2367.03@167,2344.3@168,2317.2@169,2288.25@170,2264.58@171,2249.59@172,2241.93@173,2233.45@174,2221.7@175,2187.39@176,2168.68@177,2157.26@178,2151.17@179,2147.2@180,2149@181,2150.29@182,2148.72@183,2145.11@184,2141.97@185),
296
+ Linear(0,888.601@118,864.876@119,840.298@120,811.448@121,781.651@122,751.062@123,716.564@124,671.415@125,594.89@126,576.912@127,570.96@128,572.866@129,577.335@130,581.632@131,585.194@132,588.319@133,593.757@134,598.726@135,606.398@136,613.288@137,620.476@138,627.038@139,629.632@140,623.757@141,614.116@142,610.257@143,609.757@144,612.179@145,625.273@146,640.585@147,656.538@148,662.304@149,658.741@150,652.163@151,648.444@152,645.085@153,640.225@154,633.741@155,626.819@156,638.674@157,652.236@158,654.174@159,647.127@160,639.143@161,632.205@162,627.268@163,622.178@164,611.553@165,585.74@166,570.85@167,554.694@168,542.74@169,537.647@170,537.6@171,540.584@172,546.396@173,556.209@174,569.209@175,596.209@176,609.959@177,626.99@178,648.303@179,664.365@180,670.803@181,669.834@182,667.943@183,668.803@184,669.849@185),
297
+ 1, 1);
298
+ Tracker42 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
299
+ "use start frame", 0.5, "stop", 1, 107, "v2.0", 0.3, 0.59,
300
+ 0.11, 0, 10, "track1", Linear(0,1208.7@67,1208.57@68,1208.7@69,1208.85@70,1208.74@71,1208.62@72,1208.43@73,1208.15@74,1208.18@75,1208.13@76,1207.98@77,1207.85@78,1207.45@79,1206.87@80,1206.95@81,1207.3@82,1207.1@83,1206.54@84,1206.6@85,1206.35@86,1206.01@87,1205.77@88,1205.8@89,1205.95@90,1206.55@91,1206.94@92,1206.85@93,1206.3@94,1205.88@95,1206.38@96,1207@97,1207.27@98,1207.25@99,1208.14@100,1214.95@102,1218.72@103,1221.48@104,1226.36@105,1234.59@106,1243.44@107),
301
+ Linear(0,233.713@67,233.76@68,233.713@69,233.822@70,233.854@71,233.651@72,233.526@73,233.197@74,232.526@75,231.401@76,230.822@77,229.744@78,227.76@79,224.713@80,219.932@81,213.385@82,205.979@83,197.447@84,188.307@85,167.932@86,160.901@87,157.354@88,155.994@89,155.697@90,155.619@91,155.338@92,155.025@93,154.822@94,154.572@95,152.166@96,148.322@97,142.181@98,134.01@99,124.4@100,105.917@102,95.417@103,82.0264@104,67.2607@105,29.3545@106,1.8791@107),
302
+ Linear(0,1@67,0.9896@68,0.7476@69,0.9889@70,0.9865@71,0.9877@72,0.9777@73,0.9653@74,0.9756@75,0.972@76,0.9789@77,0.9816@78,0.9747@79,0.9682@80,0.9392@81,0.9195@82,0.896@83,0.8888@84,0.8681@85,0.8891@86,0.9452@87,0.9639@88,0.9724@89,0.9813@90,0.9847@91,0.9726@92,0.9731@93,0.9804@94,0.9833@95,0.9672@96,0.9498@97,0.9172@98,0.9012@99,0.8828@100,0.8828@102,0.9703@103,0.954@104,0.9343@105,0.8551@106,0.4886@107),
303
+ 1226.60144, 1258.99451, -12.0545311, 14.937748, 1187.00073,
304
+ 1298.59521, -56.1559258, 59.039135, Linear(0,1208.7@67,1208.57@68,1208.7@69,1208.85@70,1208.74@71,1208.62@72,1208.43@73,1208.15@74,1208.18@75,1208.13@76,1207.98@77,1207.85@78,1207.45@79,1206.87@80,1206.95@81,1207.3@82,1207.1@83,1206.54@84,1206.6@85,1206.35@86,1206.01@87,1205.77@88,1205.8@89,1205.95@90,1206.55@91,1206.94@92,1206.85@93,1206.3@94,1205.88@95,1206.38@96,1207@97,1207.27@98,1207.25@99,1208.14@100,1214.95@102,1218.72@103,1221.48@104,1226.36@105,1234.59@106,1243.44@107),
305
+ Linear(0,233.713@67,233.76@68,233.713@69,233.822@70,233.854@71,233.651@72,233.526@73,233.197@74,232.526@75,231.401@76,230.822@77,229.744@78,227.76@79,224.713@80,219.932@81,213.385@82,205.979@83,197.447@84,188.307@85,167.932@86,160.901@87,157.354@88,155.994@89,155.697@90,155.619@91,155.338@92,155.025@93,154.822@94,154.572@95,152.166@96,148.322@97,142.181@98,134.01@99,124.4@100,105.917@102,95.417@103,82.0264@104,67.2607@105,29.3545@106,1.8791@107),
306
+ 1, 1);
307
+ Tracker43 = Tracker(LogLin1, "1-185", "1/512", "luminance", 0.75,
308
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
309
+ 0.11, 0, 10, "track1", Linear(0,899.533@1,899.349@2,899.064@3,898.588@4,897.982@5,897.254@6,897.123@7,896.867@8,896.832@9,896.746@10,896.287@11,895.881@12,895.49@13,895.187@14,894.697@15,893.676@16,893.166@17,892.814@18,892.246@19,891.834@20,891.736@21,891.679@22,891.668@23,891.433@24,891.721@25,891.699@26,891.842@27,892.033@28,892.043@29,892.031@30,892.244@31,892.267@32,892.248@33,892.179@34,892.308@35,892.185@36,892.264@37,892.248@38,892.228@39,892.238@40,892.359@41,892.342@42,892.492@43,892.83@44,893.242@45,893.578@46,893.933@47,894.271@48,894.174@49,894.133@50,894.332@51,894.139@52,893.937@53,894.119@54,894.277@55,894.287@56,894.277@57,894.234@58,894.293@59,894.375@60,894.307@61,894.449@62,894.963@63,895.404@64,895.783@65,895.83@66,895.863@67,895.721@68,895.828@69,895.947@70,895.9@71,895.875@72,895.719@73,895.33@74,895.308@75,895.264@76,895.07@77,894.961@78,894.443@79,893.701@80,893.857@81,894.377@82,894.26@83,893.783@84,894.041@85,893.9@86,893.373@87,893.033@88,892.859@89,892.886@90,893.65@91,894.185@92,894.011@93,893.295@94,892.744@95,893.144@96,893.754@97,894.033@98,893.953@99,894.613@100,896.865@101,900.971@102,904.16@103,906.42@104,910.83@105,917.682@106,923.39@107,930.338@108,937.347@109,945.682@110,953.478@111,961.353@112,968.105@113,971.912@114,971.025@115,971.385@116,968.182@117,961.693@118,955.97@120,1402.27@148,1407.89@149,1413.29@150,1423.28@151,1432.83@152,1446.13@153,1463.87@154,1480.45@155,1503.64@156,1511.58@157,1510.16@158,1500.71@159,1489.47@160,1484.86@161,1483.84@162,1486.79@163,1493.84@164,1499.64@165,1491.46@166,1480.54@167,1464.16@168,1443.82@169,1422.16@170,1405.13@171,1393.9@172,1389.23@173,1384.98@174,1377.31@175,1352.49@176,1336.94@177,1326.09@178,1322.31@179,1318.16@180,1319.95@181,1321.56@182,1321.1@183,1318.52@184,1316.02@185),
310
+ Linear(0,563.295@1,563.104@2,562.99@3,562.881@4,562.824@5,563.111@6,563.354@7,563.406@8,563.422@9,563.502@10,563.607@11,563.506@12,563.442@13,563.512@14,563.514@15,563.629@16,563.779@17,564.016@18,564.359@19,564.707@20,565.029@21,565.109@22,565.104@23,565.078@24,564.936@25,564.82@26,564.771@27,564.758@28,564.725@29,564.494@30,564.186@31,564.014@32,563.998@33,564.014@34,564.141@35,564.4@36,564.482@37,564.607@38,564.535@39,564.432@40,564.426@41,564.42@42,564.625@43,564.736@44,564.734@45,564.525@46,564.451@47,564.463@48,564.512@49,564.508@50,564.568@51,564.617@52,564.563@53,564.529@54,564.668@55,565.088@56,565.391@57,565.506@58,565.664@59,565.899@60,566.354@61,566.711@62,566.881@63,566.811@64,566.545@65,566.412@66,566.43@67,566.545@68,566.545@69,566.592@70,566.584@71,566.344@72,566.184@73,565.904@74,565.225@75,564.143@76,563.512@77,562.416@78,560.502@79,557.426@80,552.705@81,546.295@82,538.84@83,530.545@84,521.295@85,501.108@86,494.197@87,490.529@88,489.092@89,488.6@90,488.404@91,488.026@92,487.457@93,486.926@94,486.49@95,484.109@96,480.342@97,474.295@98,466.102@99,456.033@100,446.479@101,436.988@102,426.221@103,412.111@104,396.668@105,357.223@106,334.01@107,308.889@108,280.113@109,248.092@110,215.647@111,186.74@112,158.926@113,127.963@114,95.9805@115,48.4864@116,31.8262@117,11.9219@118,0.2126@120,15.1741@148,27.2861@149,28.833@150,31.8103@151,36.3337@152,45.4028@153,49.5883@154,50.2231@155,50.1743@156,63.7583@157,76.9638@158,83.5888@159,83.3661@160,81.495@161,81.5087@162,83.4091@163,81.3857@164,74.2743@165,53.288@166,41.3622@167,25.4482@168,14.415@169,11.3075@170,13.3075@171,18.8529@172,24.3216@173,35.1719@174,46.0298@175,68.9809@176,81.7973@177,97.6706@178,119.664@179,139.429@180,149.83@181,149.236@182,146.719@183,146.8@184,147.575@185),
311
+ Linear(0,1@1,0.9974@2,0.9967@3,0.9963@4,0.9961@5,0.9971@6,0.9975@7,0.9974@8,0.9974@9,0.9973@10,0.9967@11,0.9973@12,0.9975@13,0.9971@14,0.9973@15,0.9968@16,0.9964@17,0.997@18,0.9978@19,0.9965@20,0.9971@21,0.9975@22,0.9975@23,0.9972@24,0.9966@25,0.9966@26,0.9965@27,0.9964@28,0.9964@29,0.9972@30,0.9975@31,0.9968@32,0.997@33,0.997@34,0.9977@35,0.9976@36,0.9973@37,0.9964@38,0.9969@39,0.9975@40,0.9976@41,0.9975@42,0.9966@43,0.9964@44,0.9964@45,0.9969@46,0.9971@47,0.9972@48,0.9969@49,0.9968@50,0.9968@51,0.9966@52,0.9966@53,0.9966@54,0.9963@55,0.9973@56,0.9974@57,0.997@58,0.9964@59,0.9966@60,0.9978@61,0.9962@62,0.9963@63,0.9961@64,0.9969@65,0.997@66,0.9963@67,0.9952@68,0.9946@69,0.9947@70,0.9947@71,0.9974@72,0.9977@73,0.9965@74,0.9975@75,0.997@76,0.9967@77,0.9969@78,0.994@79,0.9954@80,0.9947@81,0.9943@82,0.9926@83,0.9911@84,0.9889@85,0.9902@86,0.9943@87,0.9957@88,0.9966@89,0.9965@90,0.9971@91,0.9964@92,0.9971@93,0.9963@94,0.9971@95,0.997@96,0.9961@97,0.9939@98,0.9903@99,0.9831@100,0.9886@101,0.9865@102,0.9862@103,0.9819@104,0.9785@105,0.9649@106,0.961@107,0.957@108,0.9509@109,0.9442@110,0.9475@111,0.9485@112,0.9314@113,0.9074@114,0.9123@115,0.9503@116,0.9208@117,0.7775@118,0.4092@120,0.4616@148,0.8506@149,0.9568@150,0.9266@151,0.8728@152,0.7719@153,0.9525@154,0.9462@155,0.9312@156,0.8981@157,0.8908@158,0.9567@159,0.9508@160,0.9415@161,0.9322@162,0.9227@163,0.9328@164,0.9403@165,0.942@166,0.7885@167,0.6316@168,0.588@169,0.5889@170,0.5967@171,0.5909@172,0.8961@173,0.8461@174,0.8506@175,0.8419@176,0.8416@177,0.8506@178,0.8444@179,0.9747@180,0.9094@181,0.9083@182,0.9078@183,0.9037@184,0.9949@185),
312
+ 1295.0636, 1335.97644, 129.81813, 163.781876, 1220.0282,
313
+ 1433.198, 48.9921265, 267.362671, Linear(0,899.533@1,899.349@2,899.064@3,898.588@4,897.982@5,897.254@6,897.123@7,896.867@8,896.832@9,896.746@10,896.287@11,895.881@12,895.49@13,895.187@14,894.697@15,893.676@16,893.166@17,892.814@18,892.246@19,891.834@20,891.736@21,891.679@22,891.668@23,891.433@24,891.721@25,891.699@26,891.842@27,892.033@28,892.043@29,892.031@30,892.244@31,892.267@32,892.248@33,892.179@34,892.308@35,892.185@36,892.264@37,892.248@38,892.228@39,892.238@40,892.359@41,892.342@42,892.492@43,892.83@44,893.242@45,893.578@46,893.933@47,894.271@48,894.174@49,894.133@50,894.332@51,894.139@52,893.937@53,894.119@54,894.277@55,894.287@56,894.277@57,894.234@58,894.293@59,894.375@60,894.307@61,894.449@62,894.963@63,895.404@64,895.783@65,895.83@66,895.863@67,895.721@68,895.828@69,895.947@70,895.9@71,895.875@72,895.719@73,895.33@74,895.308@75,895.264@76,895.07@77,894.961@78,894.443@79,893.701@80,893.857@81,894.377@82,894.26@83,893.783@84,894.041@85,893.9@86,893.373@87,893.033@88,892.859@89,892.886@90,893.65@91,894.185@92,894.011@93,893.295@94,892.744@95,893.144@96,893.754@97,894.033@98,893.953@99,894.613@100,896.865@101,900.971@102,904.16@103,906.42@104,910.83@105,917.682@106,923.39@107,930.338@108,937.347@109,945.682@110,953.478@111,961.353@112,968.105@113,971.912@114,971.025@115,971.385@116,968.182@117,961.693@118,955.97@120,1402.27@148,1407.89@149,1413.29@150,1423.28@151,1432.83@152,1446.13@153,1463.87@154,1480.45@155,1503.64@156,1511.58@157,1510.16@158,1500.71@159,1489.47@160,1484.86@161,1483.84@162,1486.79@163,1493.84@164,1499.64@165,1491.46@166,1480.54@167,1464.16@168,1443.82@169,1422.16@170,1405.13@171,1393.9@172,1389.23@173,1384.98@174,1377.31@175,1352.49@176,1336.94@177,1326.09@178,1322.31@179,1318.16@180,1319.95@181,1321.56@182,1321.1@183,1318.52@184,1316.02@185),
314
+ Linear(0,563.295@1,563.104@2,562.99@3,562.881@4,562.824@5,563.111@6,563.354@7,563.406@8,563.422@9,563.502@10,563.607@11,563.506@12,563.442@13,563.512@14,563.514@15,563.629@16,563.779@17,564.016@18,564.359@19,564.707@20,565.029@21,565.109@22,565.104@23,565.078@24,564.936@25,564.82@26,564.771@27,564.758@28,564.725@29,564.494@30,564.186@31,564.014@32,563.998@33,564.014@34,564.141@35,564.4@36,564.482@37,564.607@38,564.535@39,564.432@40,564.426@41,564.42@42,564.625@43,564.736@44,564.734@45,564.525@46,564.451@47,564.463@48,564.512@49,564.508@50,564.568@51,564.617@52,564.563@53,564.529@54,564.668@55,565.088@56,565.391@57,565.506@58,565.664@59,565.899@60,566.354@61,566.711@62,566.881@63,566.811@64,566.545@65,566.412@66,566.43@67,566.545@68,566.545@69,566.592@70,566.584@71,566.344@72,566.184@73,565.904@74,565.225@75,564.143@76,563.512@77,562.416@78,560.502@79,557.426@80,552.705@81,546.295@82,538.84@83,530.545@84,521.295@85,501.108@86,494.197@87,490.529@88,489.092@89,488.6@90,488.404@91,488.026@92,487.457@93,486.926@94,486.49@95,484.109@96,480.342@97,474.295@98,466.102@99,456.033@100,446.479@101,436.988@102,426.221@103,412.111@104,396.668@105,357.223@106,334.01@107,308.889@108,280.113@109,248.092@110,215.647@111,186.74@112,158.926@113,127.963@114,95.9805@115,48.4864@116,31.8262@117,11.9219@118,0.2126@120,15.1741@148,27.2861@149,28.833@150,31.8103@151,36.3337@152,45.4028@153,49.5883@154,50.2231@155,50.1743@156,63.7583@157,76.9638@158,83.5888@159,83.3661@160,81.495@161,81.5087@162,83.4091@163,81.3857@164,74.2743@165,53.288@166,41.3622@167,25.4482@168,14.415@169,11.3075@170,13.3075@171,18.8529@172,24.3216@173,35.1719@174,46.0298@175,68.9809@176,81.7973@177,97.6706@178,119.664@179,139.429@180,149.83@181,149.236@182,146.719@183,146.8@184,147.575@185),
315
+ 1, 1);
316
+ Tracker46 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
317
+ "use start frame", 0.5, "stop", 1, 126, "v2.0", 0.3, 0.59,
318
+ 0.11, 0, 10, "track1", Linear(0,2539.14@1,2538.76@2,2538.55@3,2537.84@4,2537.47@5,2536.47@6,2535.94@7,2535.84@8,2535.72@9,2535.73@10,2534.97@11,2534.61@12,2533.95@13,2533.7@14,2532.87@15,2531.59@16,2530.92@17,2530.62@18,2529.87@19,2529.66@20,2529.51@21,2529.48@22,2529.41@23,2529.36@24,2529.51@25,2529.47@26,2529.72@27,2529.8@28,2529.83@29,2529.78@30,2529.81@31,2529.92@32,2529.87@33,2529.76@34,2529.91@35,2529.94@36,2530.39@37,2530.37@38,2529.92@39,2529.94@40,2530.53@41,2530.47@42,2530.58@43,2530.76@44,2531.55@45,2531.72@46,2532.44@47,2532.66@48,2532.62@49,2532.55@50,2532.81@51,2532.59@52,2532.34@53,2532.45@54,2532.66@55,2532.66@56,2532.78@57,2532.75@58,2532.78@59,2532.91@60,2532.87@61,2533.41@62,2533.84@63,2534.62@64,2534.83@65,2534.81@66,2534.86@67,2534.84@68,2535.34@69,2534.97@70,2535.28@71,2534.87@72,2534.62@73,2534.37@74,2534.36@75,2533.95@76,2533.7@77,2533.58@78,2532.73@79,2531.61@80,2531.48@81,2531.47@82,2530.53@83,2528.69@84,2527.8@85,2525.92@86,2524.36@87,2523.42@88,2522.48@89,2522.34@90,2522.44@91,2522.4@92,2522.19@93,2520.53@94,2519.23@95,2519.44@96,2519.96@97,2519.83@98,2518.83@99,2517@100,2518.18@101,2523.95@103,2523.28@104,2524.23@105,2520.59@106,2522.07@107,2526.04@108,2526.04@109,2526.85@110,2528.32@111,2527.1@112,2526.54@113,2520.06@114,2512.54@115,2487.84@116,2475.28@117,2455.83@118,2436.87@119,2417.81@120,2397.83@121,2375.76@122,2353.86@123,2335.79@124,2333.31@126),
319
+ Linear(0,689.98@1,689.839@2,689.824@3,689.855@4,690.168@5,690.527@6,690.589@7,690.652@8,690.668@9,690.839@10,691.199@11,691.214@12,691.261@13,691.48@14,691.48@15,691.699@16,692.152@17,692.464@18,692.777@19,693.449@20,693.636@21,693.73@22,693.793@23,693.824@24,693.699@25,693.668@26,693.574@27,693.527@28,693.464@29,693.293@30,692.746@31,692.714@32,692.746@33,692.761@34,692.777@35,693.105@36,693.152@37,693.308@38,693.214@39,693.121@40,693.152@41,693.152@42,693.355@43,693.371@44,693.199@45,692.761@46,692.714@47,692.668@48,692.683@49,692.652@50,692.668@51,692.777@52,692.746@53,692.652@54,692.73@55,693.324@56,693.574@57,693.652@58,693.777@59,694.23@60,694.543@61,694.824@62,695.089@63,694.73@64,694.449@65,694.386@66,694.371@67,694.418@68,694.339@69,694.324@70,694.418@71,694.339@72,694.308@73,694.168@74,693.418@75,692.277@76,691.652@77,690.621@78,688.761@79,685.871@80,681.214@81,674.433@82,666.621@83,658.527@84,648.496@85,628.448@86,621.104@87,617.885@88,616.01@89,615.885@90,615.057@91,614.979@92,614.932@93,614.885@94,614.588@95,611.456@96,607.8@97,601.831@98,594.956@99,583.894@100,572.554@101,552.183@103,537.761@104,522.667@105,482.976@106,460.367@107,436.648@108,403.437@109,371.846@110,348.534@111,310.867@112,287.508@113,252.272@114,229.928@115,180.517@116,163.911@117,148.395@118,132.317@119,114.364@120,95.3641@121,73.411@122,52.3954@123,26.7433@124,26.7589@126),
320
+ Linear(0,1@1,0.9384@2,0.931@3,0.9337@4,0.9372@5,0.9367@6,0.9312@7,0.9385@8,0.9401@9,0.9359@10,0.9315@11,0.9313@12,0.9392@13,0.935@14,0.9338@15,0.9368@16,0.9321@17,0.932@18,0.934@19,0.9394@20,0.9364@21,0.9349@22,0.9376@23,0.9347@24,0.9391@25,0.937@26,0.9394@27,0.9341@28,0.9359@29,0.9385@30,0.9345@31,0.9356@32,0.9372@33,0.9334@34,0.9354@35,0.9331@36,0.9359@37,0.9304@38,0.9323@39,0.9323@40,0.9292@41,0.9348@42,0.9341@43,0.9339@44,0.9367@45,0.9348@46,0.936@47,0.9366@48,0.9371@49,0.9386@50,0.9344@51,0.9335@52,0.9339@53,0.9306@54,0.9371@55,0.9377@56,0.9371@57,0.9398@58,0.9378@59,0.9348@60,0.9333@61,0.935@62,0.9326@63,0.9353@64,0.9364@65,0.9336@66,0.9332@67,0.9374@68,0.9322@69,0.9335@70,0.9321@71,0.9364@72,0.9389@73,0.933@74,0.9354@75,0.935@76,0.938@77,0.9415@78,0.9235@79,0.9095@80,0.8851@81,0.8471@82,0.8534@83,0.8427@84,0.806@85,0.3394@86,0.8785@87,0.8654@88,0.8523@89,0.8536@90,0.839@91,0.8344@92,0.8346@93,0.8414@94,0.9341@95,0.4724@96,0.5815@97,0.5657@98,0.69@99,0.642@100,0.8394@101,0.4863@103,0.9137@104,0.9032@105,0.2348@106,0.704@107,0.5332@108,0.3124@109,0.4933@110,0.5373@111,0.3263@112,0.6469@113,0.3502@114,0.5392@115,0.2993@116,0.2993@117,0.8556@118,0.8495@119,0.8421@120,0.8293@121,0.8186@122,0.8141@123,0.5528@124,0.9911@126),
321
+ 2306.9165, 2358.74365, -4.8085804, 58.29518, 2276.96948,
322
+ 2396.5896, -27.3564625, 102.605171, Linear(0,2539.14@1,2538.76@2,2538.55@3,2537.84@4,2537.47@5,2536.47@6,2535.94@7,2535.84@8,2535.72@9,2535.73@10,2534.97@11,2534.61@12,2533.95@13,2533.7@14,2532.87@15,2531.59@16,2530.92@17,2530.62@18,2529.87@19,2529.66@20,2529.51@21,2529.48@22,2529.41@23,2529.36@24,2529.51@25,2529.47@26,2529.72@27,2529.8@28,2529.83@29,2529.78@30,2529.81@31,2529.92@32,2529.87@33,2529.76@34,2529.91@35,2529.94@36,2530.39@37,2530.37@38,2529.92@39,2529.94@40,2530.53@41,2530.47@42,2530.58@43,2530.76@44,2531.55@45,2531.72@46,2532.44@47,2532.66@48,2532.62@49,2532.55@50,2532.81@51,2532.59@52,2532.34@53,2532.45@54,2532.66@55,2532.66@56,2532.78@57,2532.75@58,2532.78@59,2532.91@60,2532.87@61,2533.41@62,2533.84@63,2534.62@64,2534.83@65,2534.81@66,2534.86@67,2534.84@68,2535.34@69,2534.97@70,2535.28@71,2534.87@72,2534.62@73,2534.37@74,2534.36@75,2533.95@76,2533.7@77,2533.58@78,2532.73@79,2531.61@80,2531.48@81,2531.47@82,2530.53@83,2528.69@84,2527.8@85,2525.92@86,2524.36@87,2523.42@88,2522.48@89,2522.34@90,2522.44@91,2522.4@92,2522.19@93,2520.53@94,2519.23@95,2519.44@96,2519.96@97,2519.83@98,2518.83@99,2517@100,2518.18@101,2523.95@103,2523.28@104,2524.23@105,2520.59@106,2522.07@107,2526.04@108,2526.04@109,2526.85@110,2528.32@111,2527.1@112,2526.54@113,2520.06@114,2512.54@115,2487.84@116,2475.28@117,2455.83@118,2436.87@119,2417.81@120,2397.83@121,2375.76@122,2353.86@123,2335.79@124,2333.31@126),
323
+ Linear(0,689.98@1,689.839@2,689.824@3,689.855@4,690.168@5,690.527@6,690.589@7,690.652@8,690.668@9,690.839@10,691.199@11,691.214@12,691.261@13,691.48@14,691.48@15,691.699@16,692.152@17,692.464@18,692.777@19,693.449@20,693.636@21,693.73@22,693.793@23,693.824@24,693.699@25,693.668@26,693.574@27,693.527@28,693.464@29,693.293@30,692.746@31,692.714@32,692.746@33,692.761@34,692.777@35,693.105@36,693.152@37,693.308@38,693.214@39,693.121@40,693.152@41,693.152@42,693.355@43,693.371@44,693.199@45,692.761@46,692.714@47,692.668@48,692.683@49,692.652@50,692.668@51,692.777@52,692.746@53,692.652@54,692.73@55,693.324@56,693.574@57,693.652@58,693.777@59,694.23@60,694.543@61,694.824@62,695.089@63,694.73@64,694.449@65,694.386@66,694.371@67,694.418@68,694.339@69,694.324@70,694.418@71,694.339@72,694.308@73,694.168@74,693.418@75,692.277@76,691.652@77,690.621@78,688.761@79,685.871@80,681.214@81,674.433@82,666.621@83,658.527@84,648.496@85,628.448@86,621.104@87,617.885@88,616.01@89,615.885@90,615.057@91,614.979@92,614.932@93,614.885@94,614.588@95,611.456@96,607.8@97,601.831@98,594.956@99,583.894@100,572.554@101,552.183@103,537.761@104,522.667@105,482.976@106,460.367@107,436.648@108,403.437@109,371.846@110,348.534@111,310.867@112,287.508@113,252.272@114,229.928@115,180.517@116,163.911@117,148.395@118,132.317@119,114.364@120,95.3641@121,73.411@122,52.3954@123,26.7433@124,26.7589@126),
324
+ 1, 1);
325
+ Tracker47 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
326
+ "use start frame", 0.5, "stop", 1, 171, "v2.0", 0.3, 0.59,
327
+ 0.11, 0, 10, "track1", Linear(0,2546.84@120,2521.96@121,2493.89@122,2466.4@123,2444.41@124,2433.7@125,2437.3@126,2439.57@127,2442.99@128,2451.04@129,2455.62@130,2458.46@131,2461.87@132,2465.79@133,2468@134,2471.81@135,2488.96@136,2494.61@137,2498.51@138,2504.81@139,2506.71@140,2506.87@141,2508.01@142,2512.23@143,2517.57@144,2522.29@145,2531.7@146,2536.37@147,2535.51@148,2528.45@149,2522.35@150,2520.4@151,2521.35@152,2525.01@153,2534.59@154,2543.95@155,2551.49@156,2550.48@157,2539.57@158,2515.48@159,2491.1@160,2477.13@161,2468.03@162,2464.1@163,2467.05@164,2465.05@165,2445.02@166,2427.58@167,2405@168,2376.87@169,2346.48@170,2324.31@171,2308.84@172,2300.89@173,2292.78@174,2280.36@175,2246.18@176,2227.62@177,2214.88@178,2208.68@179,2202.95@180,2203.88@181,2205.23@182,2204.04@183,2200.8@184,2197.54@185),
328
+ Linear(0,422.269@120,400.278@121,374.525@122,350.219@123,321.283@124,279.904@125,205.622@126,185.506@127,180.6@128,185.053@129,192.069@130,199.084@131,205.194@132,210.975@133,218.897@134,226.194@135,238.006@136,248.944@137,257.959@138,266.991@139,272.35@140,269.1@141,261.803@142,259.475@143,261.459@144,265.443@145,281.474@146,298.599@147,320.521@148,327.505@149,326.615@150,321.834@151,319.88@152,318.068@153,314.648@154,309.22@155,305.589@156,320.298@157,336.782@158,340.079@159,335.809@160,330.746@161,325.793@162,322.824@163,316.824@164,305.809@165,283.824@166,271.293@167,255.879@168,246.183@169,241.596@170,242.857@171,247.183@172,254.199@173,265.167@174,279.683@175,309.03@176,323.083@177,342.39@178,362.971@179,380.098@180,386.483@181,385.577@182,383.983@183,384.78@184,386.217@185),
329
+ Linear(0,0.4307@120,0.4307@121,0.4307@122,0.4307@123,0.3673@124,0.3493@125,0.4526@126,0.6541@127,0.8011@128,0.7358@129,0.7506@130,0.7368@131,0.8018@132,0.7459@133,0.7192@134,0.767@135,0.7381@136,0.6306@137,0.6549@138,0.7745@139,0.8714@140,0.766@141,0.7831@142,0.7791@143,0.7759@144,0.7312@145,0.5973@146,0.5232@147,0.6393@148,0.8421@149,0.7554@150,0.7988@151,0.7968@152,0.3666@153,0.5357@154,0.3113@155,0.3666@156,0.3666@157,0.3666@158,0.695@159,0.7151@160,0.7374@161,0.7257@162,0.6988@163,0.6971@164,0.6825@165,0.7555@166,0.6017@167,0.6062@168,0.6889@169,0.6976@170,0.727@171,0.7458@172,0.7504@173,0.7616@174,0@175,0.1779@176,0.519@177,0.3458@178,0.1779@179,0.7187@180,0.9385@181,0.9542@182,0.9218@183,0.9138@184,1@185),
330
+ 2308.07861, 2340.55225, 223.5203, 262.193451, 2266.789, 2377.1792,
331
+ 194.325134, 293.5123, Linear(0,2546.84@120,2521.96@121,2493.89@122,2466.4@123,2444.41@124,2433.7@125,2437.3@126,2439.57@127,2442.99@128,2451.04@129,2455.62@130,2458.46@131,2461.87@132,2465.79@133,2468@134,2471.81@135,2488.96@136,2494.61@137,2498.51@138,2504.81@139,2506.71@140,2506.87@141,2508.01@142,2512.23@143,2517.57@144,2522.29@145,2531.7@146,2536.37@147,2535.51@148,2528.45@149,2522.35@150,2520.4@151,2521.35@152,2525.01@153,2534.59@154,2543.95@155,2551.49@156,2550.48@157,2539.57@158,2515.48@159,2491.1@160,2477.13@161,2468.03@162,2464.1@163,2467.05@164,2465.05@165,2445.02@166,2427.58@167,2405@168,2376.87@169,2346.48@170,2324.31@171,2308.84@172,2300.89@173,2292.78@174,2280.36@175,2246.18@176,2227.62@177,2214.88@178,2208.68@179,2202.95@180,2203.88@181,2205.23@182,2204.04@183,2200.8@184,2197.54@185),
332
+ Linear(0,422.269@120,400.278@121,374.525@122,350.219@123,321.283@124,279.904@125,205.622@126,185.506@127,180.6@128,185.053@129,192.069@130,199.084@131,205.194@132,210.975@133,218.897@134,226.194@135,238.006@136,248.944@137,257.959@138,266.991@139,272.35@140,269.1@141,261.803@142,259.475@143,261.459@144,265.443@145,281.474@146,298.599@147,320.521@148,327.505@149,326.615@150,321.834@151,319.88@152,318.068@153,314.648@154,309.22@155,305.589@156,320.298@157,336.782@158,340.079@159,335.809@160,330.746@161,325.793@162,322.824@163,316.824@164,305.809@165,283.824@166,271.293@167,255.879@168,246.183@169,241.596@170,242.857@171,247.183@172,254.199@173,265.167@174,279.683@175,309.03@176,323.083@177,342.39@178,362.971@179,380.098@180,386.483@181,385.577@182,383.983@183,384.78@184,386.217@185),
333
+ 1, 1);
334
+ Tracker48 = Tracker(LogLin1, "1-185", "1/512", "luminance", 0.75,
335
+ "use start frame", 0.5, "stop", 1, 168, "v2.0", 0.3, 0.59,
336
+ 0.11, 0, 10, "track1", Linear(0,2378.15@1,2377.75@2,2377.61@3,2376.75@4,2376.54@5,2375.57@6,2375.55@7,2374.8@8,2374.72@9,2374.73@10,2374.57@11,2373.64@12,2373.53@13,2372.74@14,2372.51@15,2370.69@16,2369.84@17,2369.71@18,2369.57@19,2368.75@20,2368.73@21,2368.72@22,2368.69@23,2368.6@24,2368.69@25,2368.7@26,2368.78@27,2369.53@28,2369.55@29,2369.55@30,2369.59@31,2369.56@32,2369.51@33,2368.83@34,2369.59@35,2369.57@36,2369.6@37,2369.57@38,2369.62@39,2369.57@40,2369.69@41,2369.65@42,2369.74@43,2370.48@44,2370.71@45,2370.75@46,2371.61@47,2371.73@48,2371.75@49,2371.74@50,2372.5@51,2371.7@52,2371.6@53,2371.68@54,2371.74@55,2371.74@56,2371.78@57,2371.76@58,2371.81@59,2372.53@60,2372.52@61,2372.66@62,2373.5@63,2373.71@64,2374.54@65,2374.54@66,2374.57@67,2374.48@68,2374.53@69,2374.57@70,2374.55@71,2374.52@72,2373.73@73,2373.61@74,2373.54@75,2373.54@76,2372.73@77,2372.66@78,2371.73@79,2370.62@80,2369.77@81,2369.69@82,2368.57@83,2366.63@84,2365.62@85,2361.76@86,2360.61@87,2359.5@88,2358.57@89,2357.77@90,2358.54@91,2358.59@92,2357.68@93,2356.56@94,2355.52@95,2354.63@96,2351.58@99,2350.13@100,2350.06@101,2351.92@102,2352.09@103,2350.12@104,2350@105,2346.05@106,2345.13@107,2344.99@108,2345.43@109,2345.85@110,2344.88@111,2342.02@112,2339.04@113,2332.88@114,2332.88@115,2297.58@116,2282.09@117,2262.98@118,2262.98@119,2146.08@127,2151.4@128,2161.78@129,2167.62@130,2173.14@131,2178.02@132,2183.62@133,2188.37@134,2194.34@135,2194.34@136,2278.81@149,2265.2@160,2251.82@161,2247.76@162,2240.37@163,2243.07@164,2245.14@165,2226.38@166,2210.94@167),
337
+ Linear(0,984.491@1,984.161@2,984.134@3,984.126@4,984.165@5,984.931@6,984.946@7,984.987@8,985.011@9,985.065@10,985.139@11,985.151@12,985.132@13,985.811@14,985.835@15,985.936@16,986.053@17,986.161@18,986.931@19,987.073@20,987.839@21,987.889@22,987.903@23,987.956@24,987.845@25,987.833@26,987.798@27,987.806@28,987.151@29,987.042@30,986.954@31,986.882@32,986.901@33,986.917@34,986.938@35,986.979@36,987.011@37,987.091@38,987.022@39,987.007@40,987.001@41,986.995@42,987.114@43,987.122@44,987.059@45,987.018@46,986.944@47,986.948@48,986.975@49,986.932@50,986.954@51,987.001@52,986.999@53,986.925@54,986.97@55,987.136@56,987.866@57,987.946@58,988.014@59,988.096@60,988.895@61,989.034@62,989.091@63,989.016@64,988.911@65,988.848@66,988.831@67,988.874@68,988.876@69,988.831@70,988.86@71,988.809@72,988.817@73,988.091@74,987.839@75,986.182@76,985.936@77,984.905@78,982.934@79,979.938@80,974.971@81,967.985@82,960.013@83,951.979@84,942.034@85,920.999@86,913.96@87,910.026@88,908.167@89,907.925@90,907.149@91,906.971@92,906.811@93,906.102@94,905.956@95,902.975@96,883.8@99,873.378@100,862.351@101,852.255@102,840.243@103,825.286@104,809.292@105,767.308@106,738.265@107,714.31@108,684.24@109,650.804@110,618.728@111,587.795@112,557.781@113,525.738@114,525.738@115,445.988@116,428.523@117,409.451@118,409.451@119,135.822@127,130.684@128,135.642@129,143.605@130,151.217@131,157.646@132,164.097@133,173.197@134,181.98@135,181.98@136,287.422@149,302.728@160,297.39@161,294.394@162,290.551@163,284.68@164,276.117@165,252.881@166,238.231@167),
338
+ Linear(0,1@1,0.7502@2,0.7586@3,0.7299@4,0.7475@5,0.7558@6,0.7563@7,0.7518@8,0.7583@9,0.7603@10,0.7482@11,0.754@12,0.7387@13,0.7423@14,0.7295@15,0.7565@16,0.755@17,0.7305@18,0.7604@19,0.7391@20,0.7437@21,0.7537@22,0.7466@23,0.7584@24,0.7459@25,0.7549@26,0.7392@27,0.7439@28,0.735@29,0.7515@30,0.7596@31,0.7502@32,0.7474@33,0.7589@34,0.7564@35,0.7566@36,0.7518@37,0.7587@38,0.7543@39,0.7463@40,0.7567@41,0.7604@42,0.7511@43,0.75@44,0.7489@45,0.75@46,0.7583@47,0.7616@48,0.7451@49,0.7564@50,0.7504@51,0.7562@52,0.749@53,0.7479@54,0.7513@55,0.7435@56,0.7412@57,0.7427@58,0.7518@59,0.7491@60,0.7492@61,0.7545@62,0.7416@63,0.7541@64,0.7447@65,0.748@66,0.7501@67,0.7526@68,0.7483@69,0.7496@70,0.7528@71,0.7326@72,0.7355@73,0.7504@74,0.7331@75,0.7386@76,0.7564@77,0.7543@78,0.7567@79,0.7392@80,0.715@81,0.6959@82,0.6715@83,0.6729@84,0.6559@85,0.6721@86,0.7335@87,0.731@88,0.7446@89,0.7376@90,0.7478@91,0.7415@92,0.7407@93,0.7426@94,0.7512@95,0.7448@96,0.7448@99,0.7721@100,0.7346@101,0.7385@102,0.7236@103,0.6889@104,0.6662@105,0.5515@106,0.5387@107,0.5078@108,0.4957@109,0.5787@110,0.5444@111,0.5778@112,0.5476@113,0.5345@114,0.3751@115,0.3751@116,0.5487@117,0.5488@118,0.2893@119,0.2893@127,0.6417@128,0.6898@129,0.6745@130,0.6299@131,0.6521@132,0.7946@133,0.7631@134,0.8476@135,0.4141@136,0.4141@149,0.4141@160,0.7538@161,0.6526@162,0.6337@163,0.6659@164,0.6297@165,0.6559@166,0.6326@167),
339
+ 2209.59155, 2231.78052, 213.227264, 234.27002, 2148.686,
340
+ 2292.686, 151.748627, 295.748627, Linear(0,2378.15@1,2377.75@2,2377.61@3,2376.75@4,2376.54@5,2375.57@6,2375.55@7,2374.8@8,2374.72@9,2374.73@10,2374.57@11,2373.64@12,2373.53@13,2372.74@14,2372.51@15,2370.69@16,2369.84@17,2369.71@18,2369.57@19,2368.75@20,2368.73@21,2368.72@22,2368.69@23,2368.6@24,2368.69@25,2368.7@26,2368.78@27,2369.53@28,2369.55@29,2369.55@30,2369.59@31,2369.56@32,2369.51@33,2368.83@34,2369.59@35,2369.57@36,2369.6@37,2369.57@38,2369.62@39,2369.57@40,2369.69@41,2369.65@42,2369.74@43,2370.48@44,2370.71@45,2370.75@46,2371.61@47,2371.73@48,2371.75@49,2371.74@50,2372.5@51,2371.7@52,2371.6@53,2371.68@54,2371.74@55,2371.74@56,2371.78@57,2371.76@58,2371.81@59,2372.53@60,2372.52@61,2372.66@62,2373.5@63,2373.71@64,2374.54@65,2374.54@66,2374.57@67,2374.48@68,2374.53@69,2374.57@70,2374.55@71,2374.52@72,2373.73@73,2373.61@74,2373.54@75,2373.54@76,2372.73@77,2372.66@78,2371.73@79,2370.62@80,2369.77@81,2369.69@82,2368.57@83,2366.63@84,2365.62@85,2361.76@86,2360.61@87,2359.5@88,2358.57@89,2357.77@90,2358.54@91,2358.59@92,2357.68@93,2356.56@94,2355.52@95,2354.63@96,2351.58@99,2350.13@100,2350.06@101,2351.92@102,2352.09@103,2350.12@104,2350@105,2346.05@106,2345.13@107,2344.99@108,2345.43@109,2345.85@110,2344.88@111,2342.02@112,2339.04@113,2332.88@114,2332.88@115,2297.58@116,2282.09@117,2262.98@118,2262.98@119,2146.08@127,2151.4@128,2161.78@129,2167.62@130,2173.14@131,2178.02@132,2183.62@133,2188.37@134,2194.34@135,2194.34@136,2278.81@149,2265.2@160,2251.82@161,2247.76@162,2240.37@163,2243.07@164,2245.14@165,2226.38@166,2210.93@167),
341
+ Linear(0,984.491@1,984.161@2,984.134@3,984.126@4,984.165@5,984.931@6,984.946@7,984.987@8,985.011@9,985.065@10,985.139@11,985.151@12,985.132@13,985.811@14,985.835@15,985.936@16,986.053@17,986.161@18,986.931@19,987.073@20,987.839@21,987.889@22,987.903@23,987.956@24,987.845@25,987.833@26,987.798@27,987.806@28,987.151@29,987.042@30,986.954@31,986.882@32,986.901@33,986.917@34,986.938@35,986.979@36,987.011@37,987.091@38,987.022@39,987.007@40,987.001@41,986.995@42,987.114@43,987.122@44,987.059@45,987.018@46,986.944@47,986.948@48,986.975@49,986.932@50,986.954@51,987.001@52,986.999@53,986.925@54,986.97@55,987.136@56,987.866@57,987.946@58,988.014@59,988.096@60,988.895@61,989.034@62,989.091@63,989.016@64,988.911@65,988.848@66,988.831@67,988.874@68,988.876@69,988.831@70,988.86@71,988.809@72,988.817@73,988.091@74,987.839@75,986.182@76,985.936@77,984.905@78,982.934@79,979.938@80,974.971@81,967.985@82,960.013@83,951.979@84,942.034@85,920.999@86,913.96@87,910.026@88,908.167@89,907.925@90,907.149@91,906.971@92,906.811@93,906.102@94,905.956@95,902.975@96,883.8@99,873.378@100,862.351@101,852.255@102,840.243@103,825.286@104,809.292@105,767.308@106,738.265@107,714.31@108,684.24@109,650.804@110,618.728@111,587.795@112,557.781@113,525.738@114,525.738@115,445.988@116,428.523@117,409.451@118,409.451@119,135.822@127,130.684@128,135.642@129,143.605@130,151.217@131,157.646@132,164.097@133,173.197@134,181.98@135,181.98@136,287.422@149,302.728@160,297.39@161,294.394@162,290.55@163,284.68@164,276.117@165,252.881@166,238.231@167),
342
+ 1, 1);
343
+ Tracker49 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
344
+ "use start frame", 0.5, "stop", 1, 116, "v2.0", 0.3, 0.59,
345
+ 0.11, 0, 10, "track1", Linear(0,2107.28@111,2103.98@112,2099.54@113,2091.12@114,2077.45@115,2054.97@116),
346
+ Linear(0,1054.39@111,1020.82@112,986.996@113,950.886@114,915.918@115,867.533@116),
347
+ Linear(0,1@111,0.993@112,0.9905@113,0.9757@114,0.9585@115,0.7758@116),
348
+ 2020.48413, 2088.219, 851.339966, 882.819458, 1982.35156,
349
+ 2126.35156, 795.079651, 939.0797, Linear(0,2107.28@111,2103.98@112,2099.54@113,2091.12@114,2077.45@115,2054.97@116),
350
+ Linear(0,1054.39@111,1020.82@112,986.996@113,950.886@114,915.918@115,867.533@116),
351
+ 1, 1);
352
+ Tracker5 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
353
+ "use start frame", 0.5, "stop", 1, 125, "v2.0", 0.3, 0.59,
354
+ 0.11, 0, 10, "track1", Linear(0,1012.22@120,1000.93@121,989.005@122,978.849@123,973.474@124,978.534@125,1004.14@126,1017.11@127,1031.39@128,1049.45@129,1064.72@130,1080.14@131,1095.89@132,1111.75@133,1127.06@134,1144.03@135,1183.98@136,1199.29@137,1212.92@138,1227.59@139,1239.45@140,1250.65@141,1262.65@142,1277.78@143,1294.73@144,1309.76@145,1336.31@146,1348.44@147,1355.61@148,1358.22@149,1362.25@150,1370.46@151,1382.28@152,1396.55@153,1414.53@154,1430.41@155,1448.63@156,1452.36@157,1449.74@158,1437.78@159,1426.16@160,1421.5@161,1421.11@162,1424.02@163,1430.94@164,1435.59@165,1425.81@166,1414.16@167,1399.05@168,1379.06@169,1357.94@170,1340.89@171,1329.83@172,1324.61@173,1318@174,1307.78@175,1277.55@176,1260.73@177,1251.05@178,1246.03@179,1243.34@180,1245.91@181,1247.73@182,1246.3@183,1243@184,1240.11@185),
355
+ Linear(0,1056.41@120,1023.81@121,989.508@122,957.446@123,923.102@124,880.243@125,800.068@126,777.1@127,767.428@128,767.162@129,769.631@130,772.808@131,776.011@132,779.824@133,786.168@134,792.996@135,801.746@136,805.418@137,808.34@138,809.527@139,809.058@140,800.612@141,791.112@142,789.549@143,792.455@144,795.94@145,805.346@146,816.642@147,827.486@148,830.423@149,826.798@150,821.986@151,822.329@152,823.72@153,822.392@154,816.736@155,805.423@156,812.626@157,822.048@158,822.501@159,816.407@160,810.407@161,806.376@162,803.673@163,798.173@164,787.657@165,760.673@166,745.501@167,728.72@168,717.251@169,711.798@170,711.829@171,714.923@172,720.032@173,727.813@174,737.829@175,758.188@176,770@177,786.11@178,809.047@179,826.922@180,834.454@181,833.704@182,830.688@183,829.969@184,830.563@185),
356
+ Linear(0,0.9498@120,0.9462@121,0.9548@122,0.9666@123,0.4255@124,0.4588@125,0.7964@126,0.9025@127,0.9713@128,0.9878@129,0.9433@130,0.9412@131,0.9508@132,0.9419@133,0.9305@134,0.8738@135,0.952@136,0.9757@137,0.9861@138,0.9884@139,0.9495@140,0.9313@141,0.9349@142,0.9395@143,0.9639@144,0.9701@145,0.8942@146,0.8622@147,0.9444@148,0.9656@149,0.9611@150,0.9441@151,0.9282@152,0.9005@153,0.9031@154,0.9489@155,0.9744@156,0.9512@157,0.9863@158,0.9263@159,0.9575@160,0.9735@161,0.9676@162,0.9781@163,0.9708@164,0.95@165,0.8911@166,0.8685@167,0.8448@168,0.8468@169,0.884@170,0.9212@171,0.9787@172,0.9688@173,0.9418@174,0.9224@175,0.8662@176,0.889@177,0.8531@178,0.8338@179,0.9137@180,0.9835@181,0.9826@182,0.9866@183,0.9805@184,0.7501@185),
357
+ 955.004944, 1001.22369, 857.7707, 901.8414, 906.1143, 1050.1145,
358
+ 807.806, 951.8061, Linear(0,1012.22@120,1000.93@121,989.005@122,978.849@123,973.474@124,978.534@125,1004.14@126,1017.11@127,1031.39@128,1049.45@129,1064.72@130,1080.14@131,1095.89@132,1111.75@133,1127.06@134,1144.03@135,1183.98@136,1199.29@137,1212.92@138,1227.59@139,1239.45@140,1250.65@141,1262.65@142,1277.78@143,1294.73@144,1309.76@145,1336.31@146,1348.44@147,1355.61@148,1358.22@149,1362.25@150,1370.46@151,1382.28@152,1396.55@153,1414.53@154,1430.41@155,1448.63@156,1452.36@157,1449.74@158,1437.78@159,1426.16@160,1421.5@161,1421.11@162,1424.02@163,1430.94@164,1435.59@165,1425.81@166,1414.16@167,1399.05@168,1379.06@169,1357.94@170,1340.89@171,1329.83@172,1324.61@173,1318@174,1307.78@175,1277.55@176,1260.73@177,1251.05@178,1246.03@179,1243.34@180,1245.91@181,1247.73@182,1246.3@183,1243@184,1240.11@185),
359
+ Linear(0,1056.41@120,1023.81@121,989.508@122,957.446@123,923.102@124,880.244@125,800.068@126,777.1@127,767.428@128,767.162@129,769.631@130,772.808@131,776.011@132,779.824@133,786.168@134,792.996@135,801.746@136,805.418@137,808.34@138,809.527@139,809.058@140,800.612@141,791.112@142,789.549@143,792.455@144,795.94@145,805.346@146,816.642@147,827.486@148,830.423@149,826.798@150,821.986@151,822.329@152,823.72@153,822.392@154,816.736@155,805.423@156,812.626@157,822.048@158,822.501@159,816.407@160,810.407@161,806.376@162,803.673@163,798.173@164,787.657@165,760.673@166,745.501@167,728.72@168,717.251@169,711.798@170,711.829@171,714.923@172,720.032@173,727.813@174,737.829@175,758.188@176,770@177,786.11@178,809.047@179,826.922@180,834.454@181,833.704@182,830.688@183,829.969@184,830.563@185),
360
+ 1, 1);
361
+ Tracker50 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
362
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
363
+ 0.11, 0, 10, "track1", Linear(0,45.1968@146,75.7437@147,99.6031@148,116.775@149,134.759@150,156.822@151,181.619@152,209.181@153,241.306@154,270.838@155,307.603@156,332.088@157,342.557@158,338.631@159,370.911@167,358.697@168,337.759@169,315.948@170,302.425@171,292.128@172,288.988@173,283.909@174,274.613@175,242.613@176,223.769@177,212.8@178,206.941@179,204.034@180,207.847@181,210.894@182,210.034@183,206.894@184,203.863@185),
364
+ Linear(0,418.857@146,428.607@147,439.045@148,443.279@149,443.514@150,445.045@151,453.404@152,464.154@153,470.685@154,469.857@155,458.982@156,465.263@157,477.041@158,477.477@159,426.004@167,412.918@168,403.321@169,399.395@170,400.704@171,404.267@172,408.985@173,414.985@174,422.017@175,435.126@176,444.313@177,459.423@178,483.313@179,504.017@180,513.298@181,513.079@182,509.001@183,506.938@184,506.47@185),
365
+ Linear(0,1@146,0.9828@147,0.9757@148,0.9629@149,0.9632@150,0.9746@151,0.973@152,0.9826@153,0.9637@154,0.943@155,0.7373@156,0.5101@157,0.153@158,0.153@159,0.153@167,0.153@168,0.153@169,0.153@170,0.153@171,0.9701@172,0.9624@173,0.9717@174,0.974@175,0.9637@176,0.9627@177,0.9087@178,0.8947@179,0.938@180,0.9738@181,0.9657@182,0.9672@183,0.9664@184,0.9643@185),
366
+ 167.424988, 239.424988, 469.704, 541.704, 131.424988, 275.425,
367
+ 433.704, 577.704, Linear(0,45.1968@146,75.7437@147,99.6031@148,116.775@149,134.759@150,156.822@151,181.619@152,209.181@153,241.306@154,270.838@155,307.603@156,332.088@157,342.557@158,338.631@159,370.911@167,358.697@168,337.759@169,315.948@170,302.425@171,292.128@172,288.988@173,283.909@174,274.613@175,242.613@176,223.769@177,212.8@178,206.941@179,204.034@180,207.847@181,210.894@182,210.034@183,206.894@184,203.863@185),
368
+ Linear(0,418.857@146,428.607@147,439.045@148,443.279@149,443.514@150,445.045@151,453.404@152,464.154@153,470.685@154,469.857@155,458.982@156,465.263@157,477.041@158,477.477@159,426.004@167,412.918@168,403.321@169,399.395@170,400.704@171,404.267@172,408.985@173,414.985@174,422.017@175,435.126@176,444.313@177,459.423@178,483.313@179,504.017@180,513.298@181,513.079@182,509.001@183,506.938@184,506.47@185),
369
+ 1, 1);
370
+ Tracker6 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
371
+ "use start frame", 0.5, "stop", 1, 170, "v2.0", 0.3, 0.59,
372
+ 0.11, 0, 10, "track1", Linear(0,2417.06@1,2416.95@2,2416.65@3,2415.98@4,2415.28@5,2414.36@6,2414.26@7,2414@8,2413.95@9,2413.95@10,2413.23@11,2412.82@12,2412.18@13,2411.86@14,2411.29@15,2409.98@16,2409.26@17,2408.95@18,2408.32@19,2407.93@20,2407.71@21,2407.68@22,2407.67@23,2407.46@24,2407.71@25,2407.82@26,2407.95@27,2408.21@28,2408.37@29,2408.2@30,2408.39@31,2408.45@32,2408.28@33,2408.21@34,2408.46@35,2408.34@36,2408.43@37,2408.51@38,2408.4@39,2408.48@40,2408.75@41,2408.7@42,2408.87@43,2409.14@44,2409.81@45,2410@46,2410.34@47,2410.95@48,2410.82@49,2410.86@50,2411.17@51,2410.76@52,2410.32@53,2410.64@54,2410.87@55,2410.9@56,2411.14@57,2410.98@58,2411.18@59,2411.26@60,2411.32@61,2411.46@62,2412.06@63,2412.84@64,2413.11@65,2413.15@66,2413.15@67,2413.04@68,2413.36@69,2413.29@70,2413.25@71,2413.07@72,2412.9@73,2412.37@74,2412.39@75,2412.26@76,2411.95@77,2411.65@78,2410.96@79,2409.89@80,2409.43@81,2409.28@82,2408.26@83,2406.59@84,2405.81@85,2403.4@86,2401.93@87,2400.89@88,2400.12@89,2399.81@90,2400.07@91,2400.2@92,2399.54@93,2398.21@94,2397.15@95,2396.78@96,2396.84@97,2396.16@98,2394.28@99,2393.62@100,2394.22@101,2396.22@102,2397.14@103,2396.05@104,2396.97@105,2392.92@106,2393.87@107,2395.28@108,2396.12@109,2397.84@110,2398.26@111,2398.04@112,2398.04@113,2381.17@115,2361.6@116,2345.41@117,2327.19@118,2309.02@119,2291.61@120,2271.03@121,2250.67@122,2230@123,2211.78@124,2206.38@125,2257.98@132,2264.32@133,2269.48@134,2275.39@135,2296.11@136,2323.6@140,2326.38@141,2330.26@142,2336.32@143,2343.8@144,2350.33@145,2364.37@146,2369.12@147,2370.99@148,2365.46@149,2361.68@150,2362.05@151,2402.97@156,2400.34@157,2389.03@158,2366.41@159,2346.06@160,2335.5@161,2327.96@162,2325.32@163,2327.76@164,2329.01@165,2307.04@166,2291.95@167,2270.84@168,2243.7@169,2214.3@170),
373
+ Linear(0,785.75@1,785.688@2,785.547@3,785.657@4,785.688@5,786.157@6,786.219@7,786.329@8,786.313@9,786.532@10,786.844@11,786.766@12,786.86@13,787.032@14,787.11@15,787.329@16,787.547@17,787.969@18,788.297@19,788.829@20,789.11@21,789.188@22,789.219@23,789.297@24,789.125@25,789.11@26,789.094@27,789.063@28,789.063@29,788.719@30,788.313@31,788.204@32,788.266@33,788.297@34,788.266@35,788.454@36,788.422@37,788.579@38,788.579@39,788.391@40,788.407@41,788.469@42,788.813@43,788.813@44,788.563@45,788.36@46,788.282@47,788.266@48,788.282@49,788.172@50,788.266@51,788.36@52,788.329@53,788.204@54,788.282@55,788.875@56,789.125@57,789.235@58,789.391@59,789.657@60,790.125@61,790.422@62,790.579@63,790.313@64,790.11@65,790.094@66,790@67,790.016@68,790.016@69,789.969@70,790.063@71,789.907@72,789.813@73,789.516@74,789.016@75,787.829@76,787.266@77,786.157@78,784.344@79,781.454@80,776.61@81,769.891@82,762.282@83,753.907@84,744.516@85,723.907@86,717.032@87,713.235@88,711.844@89,711.157@90,710.891@91,710.438@92,710.157@93,710.188@94,709.891@95,706.954@96,702.845@97,696.454@98,687.063@99,678.563@100,667.891@101,657.407@102,646.548@103,631.376@104,615.595@105,575.109@106,549.718@107,523.578@108,495.468@109,463.593@110,431.703@111,402.406@112,402.406@113,312.663@115,268.129@116,251.26@117,234.391@118,217.157@119,198.485@120,176.688@121,154@122,131.953@123,104.963@124,66.5016@125,11.5191@132,21.2066@133,32.5816@134,42.7691@135,58.8409@136,101.981@140,101.793@141,96.481@142,96.8404@143,101.137@144,107.747@145,130.528@146,144.418@147,167.559@148,177.403@149,178.481@150,175.95@151,171.83@156,190.302@157,205.381@158,208.774@159,205.758@160,200.857@161,198.595@162,196.71@163,191.976@164,183.57@165,158.905@166,146.37@167,133.553@168,124.505@169,122.62@170),
374
+ Linear(0,1@1,0.9931@2,0.9681@3,0.9856@4,0.9809@5,0.9788@6,0.98@7,0.9818@8,0.9791@9,0.9784@10,0.9852@11,0.979@12,0.9823@13,0.9838@14,0.9731@15,0.9781@16,0.9843@17,0.9882@18,0.9715@19,0.9876@20,0.9766@21,0.9796@22,0.9772@23,0.9754@24,0.9797@25,0.9809@26,0.9869@27,0.9766@28,0.9748@29,0.993@30,0.9764@31,0.9735@32,0.9772@33,0.9808@34,0.9713@35,0.9754@36,0.9663@37,0.9659@38,0.976@39,0.9628@40,0.9655@41,0.9719@42,0.9868@43,0.9918@44,0.9718@45,0.9808@46,0.9797@47,0.9841@48,0.9779@49,0.9812@50,0.9811@51,0.9782@52,0.9804@53,0.9762@54,0.9769@55,0.9864@56,0.9718@57,0.9772@58,0.9742@59,0.9842@60,0.977@61,0.9699@62,0.9905@63,0.9746@64,0.9842@65,0.9836@66,0.9859@67,0.9883@68,0.9788@69,0.9823@70,0.9835@71,0.9874@72,0.9933@73,0.9746@74,0.9728@75,0.983@76,0.9851@77,0.9792@78,0.9797@79,0.9764@80,0.9551@81,0.9227@82,0.9187@83,0.8927@84,0.858@85,0.8841@86,0.9585@87,0.9812@88,0.9844@89,0.9795@90,0.9888@91,0.9829@92,0.9757@93,0.9798@94,0.9865@95,0.9731@96,0.9742@97,0.9248@98,0.5206@99,0.8429@100,0.8558@101,0.8386@102,0.7413@103,0.6982@104,0.6797@105,0.0636@106,0.9282@107,0.9217@108,0.9187@109,0.9037@110,0.9102@111,0.9486@112,0.0965@113,0.0965@115,0.0965@116,0.0965@117,0.0965@118,0.9468@119,0.925@120,0.8878@121,0.9163@122,0.8714@123,0.453@124,0.453@125,0.453@132,0.9265@133,0.9131@134,0.9693@135,0.4597@136,0.4597@140,0.909@141,0.9487@142,0.8995@143,0.9302@144,0.8597@145,0.6659@146,0.5975@147,0.7206@148,0.886@149,0.9825@150,0.864@151,0.864@156,0.864@157,0@158,0@159,0@160,0@161,0@162,0@163,0.8729@164,0.812@165,0.7417@166,0.758@167,0.1991@168,0.1991@169,0.1991@170),
375
+ 2199.358, 2227.63037, 111.517075, 132.66098, 2157.68848,
376
+ 2271.999, 89.73682, 202.186127, Linear(0,2417.06@1,2416.95@2,2416.65@3,2415.98@4,2415.28@5,2414.36@6,2414.26@7,2414@8,2413.95@9,2413.95@10,2413.23@11,2412.82@12,2412.18@13,2411.86@14,2411.29@15,2409.98@16,2409.26@17,2408.95@18,2408.32@19,2407.93@20,2407.71@21,2407.68@22,2407.67@23,2407.46@24,2407.71@25,2407.82@26,2407.95@27,2408.21@28,2408.37@29,2408.2@30,2408.39@31,2408.45@32,2408.28@33,2408.21@34,2408.46@35,2408.34@36,2408.43@37,2408.51@38,2408.4@39,2408.48@40,2408.75@41,2408.7@42,2408.87@43,2409.14@44,2409.81@45,2410@46,2410.34@47,2410.95@48,2410.82@49,2410.86@50,2411.17@51,2410.76@52,2410.32@53,2410.64@54,2410.87@55,2410.9@56,2411.14@57,2410.98@58,2411.18@59,2411.26@60,2411.32@61,2411.46@62,2412.06@63,2412.84@64,2413.11@65,2413.15@66,2413.15@67,2413.04@68,2413.36@69,2413.29@70,2413.25@71,2413.07@72,2412.9@73,2412.37@74,2412.39@75,2412.26@76,2411.95@77,2411.65@78,2410.96@79,2409.89@80,2409.43@81,2409.28@82,2408.26@83,2406.59@84,2405.81@85,2403.4@86,2401.93@87,2400.89@88,2400.12@89,2399.81@90,2400.07@91,2400.2@92,2399.54@93,2398.21@94,2397.15@95,2396.78@96,2396.84@97,2396.16@98,2394.28@99,2393.62@100,2394.22@101,2396.22@102,2397.14@103,2396.05@104,2396.97@105,2392.92@106,2393.87@107,2395.28@108,2396.12@109,2397.84@110,2398.26@111,2398.04@112,2398.04@113,2381.17@115,2361.6@116,2345.41@117,2327.19@118,2309.02@119,2291.61@120,2271.03@121,2250.67@122,2230@123,2211.78@124,2206.38@125,2257.98@132,2264.32@133,2269.48@134,2275.39@135,2296.11@136,2323.6@140,2326.38@141,2330.26@142,2336.32@143,2343.8@144,2350.33@145,2364.37@146,2369.12@147,2370.99@148,2365.46@149,2361.68@150,2362.05@151,2402.97@156,2400.34@157,2389.03@158,2366.41@159,2346.06@160,2335.5@161,2327.96@162,2325.32@163,2327.76@164,2329.01@165,2307.04@166,2291.95@167,2270.84@168,2243.7@169,2214.3@170),
377
+ Linear(0,785.75@1,785.688@2,785.547@3,785.657@4,785.688@5,786.157@6,786.219@7,786.329@8,786.313@9,786.532@10,786.844@11,786.766@12,786.86@13,787.032@14,787.11@15,787.329@16,787.547@17,787.969@18,788.297@19,788.829@20,789.11@21,789.188@22,789.219@23,789.297@24,789.125@25,789.11@26,789.094@27,789.063@28,789.063@29,788.719@30,788.313@31,788.204@32,788.266@33,788.297@34,788.266@35,788.454@36,788.422@37,788.579@38,788.579@39,788.391@40,788.407@41,788.469@42,788.813@43,788.813@44,788.563@45,788.36@46,788.282@47,788.266@48,788.282@49,788.172@50,788.266@51,788.36@52,788.329@53,788.204@54,788.282@55,788.875@56,789.125@57,789.235@58,789.391@59,789.657@60,790.125@61,790.422@62,790.579@63,790.313@64,790.11@65,790.094@66,790@67,790.016@68,790.016@69,789.969@70,790.063@71,789.907@72,789.813@73,789.516@74,789.016@75,787.829@76,787.266@77,786.157@78,784.344@79,781.454@80,776.61@81,769.891@82,762.282@83,753.907@84,744.516@85,723.907@86,717.032@87,713.235@88,711.844@89,711.157@90,710.891@91,710.438@92,710.157@93,710.188@94,709.891@95,706.954@96,702.845@97,696.454@98,687.063@99,678.563@100,667.891@101,657.407@102,646.548@103,631.376@104,615.595@105,575.109@106,549.718@107,523.578@108,495.468@109,463.593@110,431.703@111,402.406@112,402.406@113,312.663@115,268.129@116,251.26@117,234.391@118,217.157@119,198.485@120,176.688@121,154@122,131.953@123,104.963@124,66.5016@125,11.5191@132,21.2066@133,32.5816@134,42.7691@135,58.8409@136,101.981@140,101.793@141,96.481@142,96.8404@143,101.137@144,107.747@145,130.528@146,144.418@147,167.559@148,177.403@149,178.481@150,175.95@151,171.83@156,190.302@157,205.381@158,208.774@159,205.758@160,200.857@161,198.595@162,196.71@163,191.976@164,183.57@165,158.905@166,146.37@167,133.553@168,124.506@169,122.621@170),
378
+ 1, 1);
379
+ Tracker9 = Tracker(LogLin1, "1-185", "1/64", "luminance", 0.75,
380
+ "use start frame", 0.5, "stop", 1, 163, "v2.0", 0.3, 0.59,
381
+ 0.11, 0, 10, "track1", Linear(0,11.6695@119,18.0914@120,25.0445@121,32.3258@122,43.2477@123,60.3258@124,89.4195@125,172.376@126,210.532@127,250.064@128,293.751@129,333.188@130,371.173@131,409.735@132,447.735@133,484.626@134,522.735@135,604.626@136,639.048@137,671.642@138,704.048@139,732.063@140,758.72@141,785.782@142,815.61@143,846.657@144,874.923@145,926.351@146,949.257@147,967.945@148,981.179@149,995.851@150,1014.54@151,1035.77@152,1059.62@153,1086.65@154,1110.88@155,1144.9@156,1156.63@157,1160.84@158,1155.05@159,1150.82@160,1152.64@161,1156.91@162,1164.91@163,1175.69@164,1184.02@165,1181.69@166,1172.88@167,1161.58@168,1143.25@169,1124.37@170,1109.37@171,1100.31@172,1096.59@173,1091.48@174,1082.5@175,1054.03@176,1038.43@177,1029.24@178,1024.74@179,1022.52@180,1025.49@181,1027.8@182,1026.87@183,1023.79@184,1020.99@185),
382
+ Linear(0,567.303@119,542.131@120,512.084@121,480.522@122,452.569@123,424.022@124,387.819@125,316.542@126,299.901@127,296.964@128,303.886@129,313.12@130,323.229@131,334.089@132,345.12@133,359.901@134,374.87@135,397.948@136,406.948@137,414.12@138,419.964@139,422.167@140,419.167@141,415.198@142,419.995@143,429.089@144,438.136@145,457.474@146,470.88@147,484.365@148,490.833@149,491.193@150,491.052@151,496.271@152,503.115@153,506.021@154,503.974@155,497.943@156,507.318@157,518.943@158,521.943@159,518.896@160,516.16@161,514.787@162,514.849@163,511.818@164,503.021@165,479.24@166,465.021@167,450.203@168,439.755@169,435.786@170,436.723@171,440.583@172,445.942@173,453.801@174,463.676@175,483.317@176,494.411@177,510.77@178,533.755@179,552.348@180,560.489@181,559.958@182,556.895@183,555.989@184,556.489@185),
383
+ Linear(0,1@119,0.8852@120,0.8281@121,0.8143@122,0.7902@123,0.7736@124,0.7788@125,0.7523@126,0.9777@127,0.9344@128,0.9166@129,0.9064@130,0.8957@131,0.8887@132,0.8743@133,0.8601@134,0.8526@135,0.8303@136,0.8121@137,0.8@138,0.788@139,0.7722@140,0.7695@141,0.7531@142,0.7411@143,0.7262@144,0.7168@145,0.6833@146,0.9922@147,0.9822@148,0.9643@149,0.9579@150,0.9645@151,0.969@152,0.9587@153,0.9404@154,0.9202@155,0.9035@156,0.8035@157,0.7533@158,0.6838@159,0.7464@160,0.7805@161,0.8231@162,0.8383@163,0.8308@164,0.8181@165,0.8324@166,0.8396@167,0.93@168,0.9489@169,0.9716@170,0.9777@171,0.9583@172,0.9532@173,0.9711@174,0.9777@175,0.9315@176,0.953@177,0.9339@178,0.9257@179,0.9674@180,0.9939@181,0.9949@182,0.9953@183,0.9953@184,0.7684@185),
384
+ 1116.75427, 1212.39954, 468.517059, 560.5247, 1008.45459,
385
+ 1320.69922, 367.4929, 661.5489, Linear(0,11.6695@119,18.0914@120,25.0445@121,32.3258@122,43.2477@123,60.3258@124,89.4195@125,172.376@126,210.532@127,250.064@128,293.751@129,333.188@130,371.173@131,409.735@132,447.735@133,484.626@134,522.735@135,604.626@136,639.048@137,671.642@138,704.048@139,732.063@140,758.72@141,785.782@142,815.61@143,846.657@144,874.923@145,926.351@146,949.257@147,967.945@148,981.179@149,995.851@150,1014.54@151,1035.77@152,1059.62@153,1086.65@154,1110.88@155,1144.9@156,1156.63@157,1160.84@158,1155.05@159,1150.82@160,1152.64@161,1156.91@162,1164.91@163,1175.69@164,1184.02@165,1181.69@166,1172.88@167,1161.58@168,1143.25@169,1124.37@170,1109.37@171,1100.31@172,1096.59@173,1091.48@174,1082.5@175,1054.03@176,1038.43@177,1029.24@178,1024.74@179,1022.52@180,1025.49@181,1027.8@182,1026.87@183,1023.79@184,1020.99@185),
386
+ Linear(0,567.303@119,542.131@120,512.084@121,480.522@122,452.569@123,424.022@124,387.819@125,316.542@126,299.901@127,296.964@128,303.886@129,313.12@130,323.229@131,334.089@132,345.12@133,359.901@134,374.87@135,397.948@136,406.948@137,414.12@138,419.964@139,422.167@140,419.167@141,415.198@142,419.995@143,429.089@144,438.136@145,457.474@146,470.88@147,484.365@148,490.833@149,491.193@150,491.052@151,496.271@152,503.115@153,506.021@154,503.974@155,497.943@156,507.318@157,518.943@158,521.943@159,518.896@160,516.16@161,514.787@162,514.849@163,511.818@164,503.021@165,479.24@166,465.021@167,450.203@168,439.755@169,435.786@170,436.723@171,440.583@172,445.942@173,453.801@174,463.676@175,483.317@176,494.411@177,510.77@178,533.755@179,552.348@180,560.489@181,559.958@182,556.895@183,555.989@184,556.489@185),
387
+ 1, 1);
388
+ Tracker10 = Tracker(Reorder1, "1-185", "1/512", "luminance",
389
+ 0.75, "use start frame", 0.5, "stop", 1, 166, "v2.0", 0.3,
390
+ 0.59, 0.11, 0, 10, "track1", Linear(0,379.82@121,373.746@122,369.968@123,371.588@124,385.142@125,432.047@126,453.5@127,476.837@128,503.175@129,526.059@130,548.814@131,571.768@132,594.106@133,617.33@134,640.872@135,695.948@136,718.099@137,737.427@138,758.708@139,776.001@140,792.751@141,810.747@142,831.812@143,854.527@144,874.548@145,909.68@146,924.119@147,935.439@148,943.033@149,952.15@150,965.305@151,981.381@152,1000.19@153,1022.52@154,1042.2@155,1066.56@156,1073.38@157,1074.02@158,1065.29@159,1056.8@160,1055.11@161,1057.34@162,1063.13@163,1072.8@164,1079.99@165,1079.99@166),
391
+ Linear(0,1020.81@121,984.564@122,951.949@123,917.593@124,874.255@125,791.13@126,767.298@127,759.822@128,760.525@129,760.824@130,764.657@131,768.583@132,772.641@133,780.583@134,791.149@135,800.809@136,803.7@137,803.543@138,802.949@139,799.961@140,791.832@141,782.973@142,782.344@143,786.896@144,792.024@145,801.754@146,809.869@147,818.87@148,821.395@149,817.535@150,814.567@151,816.639@152,820.321@153,820.389@154,815.206@155,803.105@156,808.681@157,817.097@158,817.419@159,812.105@160,807.142@161,804.332@162,802.843@163,798.111@164,787.953@165,787.953@166),
392
+ Linear(0,1@121,0.9981@122,0.9921@123,0.9725@124,0.9281@125,0.9205@126,0.9072@127,0.8523@128,0.8539@129,0.8606@130,0.8608@131,0.8526@132,0.8613@133,0.8683@134,0.8559@135,0.9877@136,0.9832@137,0.9748@138,0.9938@139,0.9837@140,0.9706@141,0.9847@142,0.99@143,0.9822@144,0.9812@145,0.9588@146,0.9414@147,0.9259@148,0.9067@149,0.9251@150,0.9307@151,0.9871@152,0.9878@153,0.9916@154,0.9842@155,0.977@156,0.9745@157,0.9845@158,0.9916@159,0.9877@160,0.9847@161,0.9845@162,0.9902@163,0.9843@164,0.953@165,0.1488@166),
393
+ 1028.53992, 1130.5802, 732.3298, 841.8802, 948.1366, 1217.77478,
394
+ 634.4589, 939.751038, Linear(0,379.82@121,373.746@122,369.968@123,371.588@124,385.142@125,432.047@126,453.5@127,476.837@128,503.175@129,526.059@130,548.814@131,571.768@132,594.106@133,617.33@134,640.872@135,695.948@136,718.099@137,737.427@138,758.708@139,776.001@140,792.751@141,810.747@142,831.812@143,854.527@144,874.548@145,909.68@146,924.119@147,935.439@148,943.033@149,952.15@150,965.305@151,981.381@152,1000.19@153,1022.52@154,1042.2@155,1066.56@156,1073.38@157,1074.02@158,1065.29@159,1056.8@160,1055.11@161,1057.34@162,1063.13@163,1072.8@164,1079.99@165,1079.99@166),
395
+ Linear(0,1020.81@121,984.564@122,951.949@123,917.593@124,874.255@125,791.13@126,767.298@127,759.822@128,760.525@129,760.824@130,764.657@131,768.583@132,772.641@133,780.583@134,791.149@135,800.809@136,803.7@137,803.543@138,802.949@139,799.961@140,791.832@141,782.973@142,782.344@143,786.896@144,792.024@145,801.754@146,809.869@147,818.87@148,821.395@149,817.535@150,814.567@151,816.639@152,820.321@153,820.389@154,815.206@155,803.105@156,808.681@157,817.097@158,817.419@159,812.105@160,807.142@161,804.332@162,802.843@163,798.111@164,787.953@165,787.953@166),
396
+ 1, 1);
397
+ Tracker11 = Tracker(Reorder1, "1-185", "1/64", "luminance", 0.75,
398
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
399
+ 0.11, 0, 10, "track1", Linear(0,1467.9@120,1451.26@121,1434.06@122,1418.68@123,1411.09@124,1410.64@125,1428.68@126,1435.08@127,1487.14@132,1497.33@133,1507.53@134,1554.75@136,1569.78@137,1578.3@138,1588.15@139,1596.4@140,1602.81@141,1610.98@142,1622.78@143,1637.22@144,1648@145,1668.37@146,1676.45@147,1681.11@148,1680.25@149,1681.19@150,1686.36@151,1695.19@152,1707@153,1722.55@154,1735.65@155,1749.25@156,1750.34@157,1745.62@158,1731.22@159,1716.51@160,1709.33@161,1706.33@162,1707.36@163,1713.25@164,1716.25@165,1703.17@166,1689.5@167,1673.17@168,1651.08@169,1628.64@170,1610.37@171,1598.39@172,1592.34@173,1585.48@174,1575.25@175,1544.37@176,1527.51@177,1517.34@178,1512.3@179,1510.25@180,1512.3@181,1514.28@182,1512.3@183,1509.26@184,1506.28@185),
400
+ Linear(0,1063.49@120,1031.63@121,997.758@122,965.977@123,930.243@124,888.966@125,804.012@126,784.027@127,784.564@132,786.174@133,791.004@134,808.893@136,813.543@137,816.731@138,819.074@139,818.277@140,810.902@141,801.121@142,798.277@143,799.965@144,802.793@145,812.824@146,824.434@147,836.418@148,839.762@149,835.871@150,830.262@151,829.09@152,828.996@153,826.231@154,820.215@155,809.793@156,818.246@157,828.434@158,828.824@159,821.981@160,815.137@161,810.106@162,806.856@163,800.652@164,789.84@165,762.84@166,747.231@167,730.934@168,718.246@169,712.934@170,712.949@171,715.887@172,720.902@173,728.965@174,739.809@175,762.043@176,774.012@177,790.449@178,812.731@179,830.074@180,837.168@181,836.199@182,834.027@183,833.934@184,834.09@185),
401
+ Linear(0,1@120,0.9965@121,0.9965@122,0.9934@123,0.9643@124,0.87@125,0.4864@126,0.4864@127,0.4864@132,0.4864@133,0.4864@134,0.4864@136,0.4864@137,0.9537@138,0.8777@139,0.9567@140,0.9363@141,0.949@142,0.953@143,0.9558@144,0.9563@145,0.9324@146,0.8938@147,0.9231@148,0.9237@149,0.9267@150,0.9386@151,0.9423@152,0.9432@153,0.9365@154,0.9329@155,0.9017@156,0.8851@157,0.922@158,0.9253@159,0.9131@160,0.8837@161,0.8676@162,0.8706@163,0.8891@164,0.8626@165,0.8747@166,0.8567@167,0.8638@168,0.8877@169,0.9011@170,0.8925@171,0.8629@172,0.8525@173,0.8792@174,0.8849@175,0.8872@176,0.884@177,0.8293@178,0.8154@179,0.8393@180,0.8257@181,0.8184@182,0.822@183,0.8218@184,0.8172@185),
402
+ 1479.47717, 1530.736, 810.523, 855.4709, 1434.30859, 1575.90454,
403
+ 757.0905, 908.903442, Linear(0,1467.9@120,1451.26@121,1434.06@122,1418.68@123,1411.09@124,1410.64@125,1428.68@126,1435.08@127,1487.14@132,1497.34@133,1507.54@134,1554.77@136,1569.79@137,1578.3@138,1588.15@139,1596.4@140,1602.81@141,1610.98@142,1622.78@143,1637.22@144,1648@145,1668.37@146,1676.45@147,1681.11@148,1680.25@149,1681.19@150,1686.36@151,1695.19@152,1707@153,1722.55@154,1735.65@155,1749.25@156,1750.34@157,1745.62@158,1731.22@159,1716.51@160,1709.33@161,1706.33@162,1707.36@163,1713.25@164,1716.25@165,1703.17@166,1689.5@167,1673.17@168,1651.08@169,1628.64@170,1610.37@171,1598.39@172,1592.34@173,1585.48@174,1575.25@175,1544.37@176,1527.51@177,1517.34@178,1512.3@179,1510.25@180,1512.3@181,1514.28@182,1512.3@183,1509.26@184,1506.28@185),
404
+ Linear(0,1063.49@120,1031.63@121,997.758@122,965.977@123,930.243@124,888.966@125,804.012@126,784.027@127,784.563@132,786.173@133,791.003@134,808.892@136,813.543@137,816.731@138,819.074@139,818.277@140,810.902@141,801.121@142,798.277@143,799.965@144,802.793@145,812.824@146,824.434@147,836.418@148,839.762@149,835.871@150,830.262@151,829.09@152,828.996@153,826.231@154,820.215@155,809.793@156,818.246@157,828.434@158,828.824@159,821.981@160,815.137@161,810.106@162,806.856@163,800.652@164,789.84@165,762.84@166,747.231@167,730.934@168,718.246@169,712.934@170,712.949@171,715.887@172,720.902@173,728.965@174,739.809@175,762.043@176,774.012@177,790.449@178,812.731@179,830.074@180,837.168@181,836.199@182,834.027@183,833.934@184,834.09@185),
405
+ 1, 1);
406
+ Tracker12 = Tracker(Reorder1, "1-185", "1/512", "luminance",
407
+ 0.75, "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3,
408
+ 0.59, 0.11, 0, 10, "track1", Linear(0,2407.29@121,2374.79@122,2344.44@123,2318.69@124,2307.28@125,2304.51@126,2303.86@127,2305.11@128,2312.83@129,2317.17@130,2320.57@131,2325.4@132,2330.54@133,2335.07@134,2341.16@135,2361.29@136,2366.15@137,2369.51@138,2374.7@139,2375.46@140,2375.02@141,2376.12@142,2381.86@143,2390.03@144,2396.46@145,2407.27@146,2411.24@147,2410.47@148,2403.21@149,2397.25@150,2396.35@151,2399.62@152,2407.05@153,2419.06@154,2428.41@155,2433.5@156,2431.31@157,2421.29@158,2398.95@159,2376.3@160,2362.98@161,2354.55@162,2351.43@163,2354.21@164,2354.24@165,2332.26@166,2313.99@167,2291.62@168,2263.66@169,2235.72@170,2213.18@171,2199.08@172,2192.7@173,2183.25@174,2171.38@175,2135.6@176,2117.47@177,2107.86@178,2103.07@179,2099.78@180,2102.02@181,2103.4@182,2101.5@183,2097.47@184,2094.24@185),
409
+ Linear(0,1059.37@121,1025.64@122,992.841@123,954.857@124,906.166@125,827.383@126,807.082@127,800.791@128,800.884@129,804.142@130,807.282@131,809.654@132,811.843@133,816.398@134,820.362@135,826.12@136,831.884@137,837.765@138,842.976@139,844.146@140,836.884@141,825.898@142,821.095@143,820.13@144,821.288@145,832.884@146,847.507@147,861.866@148,866.128@149,861.464@150,853.7@151,849.394@152,845.441@153,840.298@154,832.939@155,824.222@156,835.48@157,847.611@158,848.169@159,839.405@160,830.411@161,823.066@162,817.491@163,810.107@164,798.808@165,771.294@166,755.384@167,738.343@168,724.396@169,717.478@170,717.911@171,721.1@172,726.79@173,737.651@174,750.225@175,776.91@176,789.254@177,805.938@178,828.059@179,841.421@180,847.817@181,846.861@182,845.159@183,845.651@184,846.954@185),
410
+ Linear(0,1@121,0.9962@122,0.9909@123,0.9228@124,0.7909@125,0.9669@126,0.9348@127,0.82@128,0.8349@129,0.9944@130,0.9938@131,0.9951@132,0.9956@133,0.9921@134,0.995@135,0.9936@136,0.9858@137,0.9875@138,0.9842@139,0.9806@140,0.9597@141,0.9726@142,0.9748@143,0.9763@144,0.98@145,0.9594@146,0.9161@147,0.9696@148,0.9688@149,0.9625@150,0.9595@151,0.9518@152,0.9634@153,0.9571@154,0.9584@155,0.938@156,0.9312@157,0.9348@158,0.8794@159,0.9319@160,0.943@161,0.9344@162,0.9123@163,0.9175@164,0.9046@165,0.8979@166,0.8664@167,0.8342@168,0.8307@169,0.8667@170,0.8977@171,0.896@172,0.8853@173,0.9023@174,0.893@175,0.8579@176,0.8801@177,0.8483@178,0.8433@179,0.8702@180,0.9631@181,0.967@182,0.9625@183,0.9579@184,0.9593@185),
411
+ 2070.449, 2118.031, 828.7108, 865.197144, 1987.3916, 2200.76318,
412
+ 726.576538, 967.3314, Linear(0,2407.29@121,2374.79@122,2344.44@123,2318.69@124,2307.28@125,2304.51@126,2303.86@127,2305.11@128,2312.83@129,2317.17@130,2320.57@131,2325.4@132,2330.54@133,2335.07@134,2341.16@135,2361.29@136,2366.15@137,2369.51@138,2374.7@139,2375.46@140,2375.02@141,2376.12@142,2381.86@143,2390.03@144,2396.46@145,2407.27@146,2411.24@147,2410.47@148,2403.21@149,2397.25@150,2396.35@151,2399.62@152,2407.05@153,2419.06@154,2428.41@155,2433.5@156,2431.31@157,2421.29@158,2398.95@159,2376.3@160,2362.98@161,2354.55@162,2351.43@163,2354.21@164,2354.24@165,2332.26@166,2313.99@167,2291.62@168,2263.66@169,2235.72@170,2213.18@171,2199.08@172,2192.7@173,2183.25@174,2171.38@175,2135.6@176,2117.47@177,2107.86@178,2103.07@179,2099.78@180,2102.02@181,2103.4@182,2101.5@183,2097.47@184,2094.24@185),
413
+ Linear(0,1059.37@121,1025.64@122,992.841@123,954.857@124,906.166@125,827.383@126,807.082@127,800.791@128,800.884@129,804.142@130,807.282@131,809.654@132,811.843@133,816.398@134,820.362@135,826.12@136,831.884@137,837.765@138,842.976@139,844.146@140,836.884@141,825.898@142,821.095@143,820.13@144,821.288@145,832.884@146,847.507@147,861.866@148,866.128@149,861.464@150,853.7@151,849.394@152,845.441@153,840.298@154,832.939@155,824.222@156,835.48@157,847.611@158,848.169@159,839.405@160,830.411@161,823.066@162,817.491@163,810.107@164,798.808@165,771.294@166,755.384@167,738.343@168,724.396@169,717.478@170,717.911@171,721.1@172,726.79@173,737.651@174,750.225@175,776.91@176,789.254@177,805.938@178,828.059@179,841.421@180,847.817@181,846.861@182,845.159@183,845.651@184,846.954@185),
414
+ 1, 1);
415
+ Tracker13 = Tracker(Reorder1, "1-185", "1/512", "luminance",
416
+ 0.75, "use start frame", 0.5, "stop", 1, 180, "v2.0", 0.3,
417
+ 0.59, 0.11, 0, 10, "track1", Linear(0,739.833@126,757.269@127,776.195@128,797.824@129,815.692@130,833.558@131,851.905@132,872.318@133,892.028@134,911.452@135,958.705@136,976.811@137,992.933@138,1010.03@139,1023.37@140,1037.06@141,1052.18@142,1070.88@143,1091.24@144,1109.33@145,1140.23@146,1152.36@147,1161.21@148,1165.24@149,1172.14@150,1183.12@151,1197.38@152,1215.26@153,1236.15@154,1254.22@155,1275.22@156,1280.2@157,1278.21@158,1268.13@159,1258.2@160,1255.21@161,1257.21@162,1261.23@163,1267.06@164,1272.29@165,1262.13@166,1251.15@167,1237.71@168,1222.11@169,1201.74@170,1184.81@171,1173.64@172,1168.27@173,1161.46@174,1150.81@175,1116.39@176,1099.09@177,1088.87@178,1084.74@179,1082.42@180,1085.96@181,1088.74@182,1087.02@183,1083.68@184,1080.47@185),
418
+ Linear(0,1031.62@126,1006.9@127,997.849@128,995.658@129,994.9@130,996.689@131,999.434@132,1001.45@133,1007.34@134,1010.89@135,1017.19@136,1018.5@137,1018.86@138,1017.15@139,1012.96@140,1002.89@141,991.86@142,988.829@143,991.034@144,993.624@145,999.688@146,1008.14@147,1016.89@148,1017.98@149,1013.25@150,1007.56@151,1007.5@152,1008.68@153,1006.66@154,999.913@155,985.661@156,990.702@157,998.61@158,997.803@159,990.95@160,984.522@161,979.712@162,976.717@163,972.492@164,959.922@165,931.079@166,913.929@167,898.942@168,888.288@169,881.973@170,881.359@171,883.879@172,888.688@173,896.047@174,905.61@175,928.291@176,939.979@177,956.65@178,976.289@179,996.443@180,1004.77@181,1003.75@182,1000.4@183,999.711@184,999.804@185),
419
+ Linear(0,1@126,0.9705@127,0.8903@128,0.8667@129,0.8645@130,0.8613@131,0.8599@132,0.861@133,0.8588@134,0.853@135,0.387@136,0.9923@137,0.9921@138,0.9882@139,0.9688@140,0.9505@141,0.9725@142,0.9826@143,0.9787@144,0.9721@145,0.9471@146,0.9286@147,0.91@148,0.8924@149,0.9144@150,0.926@151,0.9289@152,0.9388@153,0.9392@154,0.918@155,0.8463@156,0.8541@157,0.855@158,0.8852@159,0.8504@160,0.8264@161,0.811@162,0.8301@163,0.8467@164,0.8264@165,0.8414@166,0.8379@167,0.9881@168,0.9543@169,0.9273@170,0.9184@171,0.9269@172,0.9321@173,0.987@174,0.9776@175,0.0583@176,0.9895@177,0.925@178,0.6946@179,0.6648@180,0.7717@181,0.5561@182,0.5978@183,0.7366@184,0.7914@185),
420
+ 1057.83325, 1105.93726, 974.250549, 1017.89966, 1040.464,
421
+ 1122.90149, 954.8562, 1037.294, Linear(0,739.833@126,757.269@127,776.195@128,797.824@129,815.692@130,833.558@131,851.905@132,872.318@133,892.028@134,911.452@135,958.705@136,976.811@137,992.933@138,1010.03@139,1023.37@140,1037.06@141,1052.18@142,1070.88@143,1091.24@144,1109.33@145,1140.23@146,1152.36@147,1161.21@148,1165.24@149,1172.14@150,1183.12@151,1197.38@152,1215.26@153,1236.15@154,1254.22@155,1275.22@156,1280.2@157,1278.21@158,1268.13@159,1258.2@160,1255.21@161,1257.21@162,1261.23@163,1267.06@164,1272.29@165,1262.13@166,1251.15@167,1237.71@168,1222.11@169,1201.74@170,1184.81@171,1173.64@172,1168.27@173,1161.46@174,1150.81@175,1116.39@176,1099.09@177,1088.87@178,1084.74@179,1082.42@180,1085.96@181,1088.75@182,1087.02@183,1083.68@184,1080.47@185),
422
+ Linear(0,1031.62@126,1006.9@127,997.849@128,995.658@129,994.9@130,996.689@131,999.434@132,1001.45@133,1007.34@134,1010.89@135,1017.19@136,1018.5@137,1018.86@138,1017.15@139,1012.96@140,1002.89@141,991.86@142,988.829@143,991.034@144,993.624@145,999.688@146,1008.14@147,1016.89@148,1017.98@149,1013.25@150,1007.56@151,1007.5@152,1008.68@153,1006.66@154,999.913@155,985.661@156,990.702@157,998.61@158,997.803@159,990.95@160,984.522@161,979.712@162,976.717@163,972.492@164,959.922@165,931.079@166,913.929@167,898.942@168,888.288@169,881.973@170,881.359@171,883.879@172,888.688@173,896.047@174,905.61@175,928.291@176,939.979@177,956.65@178,976.289@179,996.443@180,1004.77@181,1003.75@182,1000.41@183,999.716@184,999.804@185),
423
+ 1, 1);
424
+ Tracker2 = Tracker(Reorder1, "1-185", "1/64", "luminance", 0.75,
425
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
426
+ 0.11, 0, 10, "track1", Linear(0,588.801@2,588.551@3,588.082@4,587.52@5,586.66@6,586.551@7,586.27@8,586.207@9,586.16@10,585.754@11,585.223@12,584.895@13,584.489@14,583.942@15,582.864@16,582.301@17,581.895@18,581.348@19,580.989@20,580.848@21,580.723@22,580.692@23,580.567@24,580.66@25,580.864@26,580.989@27,581.082@28,581.254@29,581.27@30,581.364@31,581.473@32,581.395@33,581.332@34,581.457@35,581.364@36,581.379@37,581.457@38,581.379@39,581.364@40,581.567@41,581.551@42,581.676@43,582.004@44,582.41@45,582.676@46,583.129@47,583.473@48,583.364@49,583.442@50,583.567@51,583.285@52,583.067@53,583.301@54,583.457@55,583.535@56,583.489@57,583.426@58,583.535@59,583.645@60,583.567@61,583.754@62,584.254@63,584.754@64,585.16@65,585.239@66,585.364@67,585.145@68,585.395@69,585.457@70,585.379@71,585.317@72,585.114@73,584.754@74,584.848@75,584.707@76,584.41@77,584.379@78,584.082@79,583.301@80,583.52@81,584.051@82,583.895@83,583.348@84,583.614@85,583.504@86,583.004@87,582.848@88,582.723@89,582.989@90,583.723@91,584.239@92,584.176@93,583.52@94,583.035@95,583.535@96,584.223@97,584.551@98,584.426@99,585.364@100,587.973@101,592.426@102,596.332@103,599.317@104,604.239@105,612.379@106,619.27@107,627.567@108,635.895@109,645.348@110,654.614@111,663.91@112,672.051@113,677.129@114,677.129@115,679.615@116,1262.63@153,1282.51@154,1301.31@155,1328.26@156,1337.29@157,1339@158,1330.44@159,1320.56@160,1316.89@161,1316.91@162,1320.13@163,1327.91@164,1333.97@165,1327.44@166,1316.89@167,1302.64@168,1233.68@173,1228.47@174,1220.79@175,1197.02@176,1180.62@177,1172.04@178,1166.85@179,1163.57@180,1165.32@181,1167.29@182,1166.63@183,1164.54@184,1161.77@185),
427
+ Linear(0,516.624@2,516.437@3,516.359@4,516.265@5,516.437@6,516.749@7,516.812@8,516.812@9,516.89@10,516.999@11,516.843@12,516.78@13,516.843@14,516.812@15,516.859@16,516.937@17,517.171@18,517.421@19,517.843@20,518.187@21,518.218@22,518.234@23,518.187@24,518.03@25,517.984@26,517.905@27,517.874@28,517.905@29,517.702@30,517.312@31,517.124@32,517.109@33,517.14@34,517.28@35,517.53@36,517.562@37,517.78@38,517.734@39,517.546@40,517.546@41,517.53@42,517.859@43,517.952@44,517.952@45,517.796@46,517.749@47,517.765@48,517.796@49,517.796@50,517.89@51,517.874@52,517.843@53,517.859@54,518.03@55,518.359@56,518.718@57,518.859@58,519.03@59,519.202@60,519.546@61,519.999@62,520.171@63,520.124@64,519.874@65,519.749@66,519.765@67,519.827@68,519.874@69,519.874@70,519.874@71,519.546@72,519.468@73,519.218@74,518.499@75,517.437@76,516.78@77,515.577@78,513.593@79,510.468@80,505.624@81,499.14@82,491.468@83,483.093@84,473.734@85,453.468@86,446.718@87,443.218@88,441.765@89,441.312@90,441.109@91,440.702@92,440.109@93,439.531@94,439.046@95,436.546@96,432.781@97,426.577@98,418.296@99,408.531@100,398.937@101,389.359@102,378.343@103,364.202@104,349.062@105,309.937@106,286.952@107,262.171@108,233.202@109,201.14@110,168.093@111,139.046@112,111.109@113,79.1868@114,47.093@115,-4.6044@116,17.543@153,23.6813@154,24.1056@155,24.7511@156,36.0612@157,53.0732@158,59.7571@159,60.0852@160,58.9602@161,59.5227@162,61.3352@163,59.8352@164,52.9446@165,30.8725@166,17.9145@167,3.6537@168,3.9602@173,12.2357@174,23.2541@175,46.2416@176,58.1952@177,75.0527@178,98.3964@179,117.412@180,125.615@181,125.521@182,122.553@183,122.459@184,122.568@185),
428
+ Linear(0,1@2,0.9929@3,0.9918@4,0.9919@5,0.9922@6,0.9921@7,0.9929@8,0.992@9,0.992@10,0.9913@11,0.9919@12,0.9927@13,0.9915@14,0.9921@15,0.9919@16,0.9915@17,0.9911@18,0.9921@19,0.9915@20,0.992@21,0.9911@22,0.9902@23,0.9915@24,0.9919@25,0.992@26,0.9916@27,0.9925@28,0.993@29,0.9909@30,0.9925@31,0.991@32,0.991@33,0.9911@34,0.9906@35,0.9917@36,0.9919@37,0.9917@38,0.9925@39,0.9928@40,0.9929@41,0.9927@42,0.9924@43,0.992@44,0.9908@45,0.9919@46,0.9928@47,0.992@48,0.9927@49,0.9922@50,0.992@51,0.992@52,0.9924@53,0.992@54,0.9913@55,0.9919@56,0.9922@57,0.9915@58,0.9917@59,0.9916@60,0.9926@61,0.9915@62,0.9914@63,0.992@64,0.9924@65,0.9926@66,0.9926@67,0.9923@68,0.9908@69,0.9918@70,0.9913@71,0.9926@72,0.9917@73,0.9907@74,0.9919@75,0.9918@76,0.9919@77,0.992@78,0.9917@79,0.9893@80,0.9851@81,0.9814@82,0.9789@83,0.976@84,0.972@85,0.9782@86,0.9836@87,0.9892@88,0.9898@89,0.9895@90,0.989@91,0.9906@92,0.9898@93,0.9919@94,0.9905@95,0.989@96,0.9859@97,0.9831@98,0.9747@99,0.9734@100,0.9738@101,0.9736@102,0.9681@103,0.9603@104,0.9558@105,0.9437@106,0.9388@107,0.9331@108,0.9298@109,0.9263@110,0.9253@111,0.9282@112,0.9322@113,0.9275@114,0.9261@115,0.1006@116,0.1006@153,0.8969@154,0.9356@155,0.9413@156,0.9639@157,0.9693@158,0.7595@159,0.9943@160,0.9946@161,0.9935@162,0.9935@163,0.9906@164,0.9796@165,0.9784@166,0.6299@167,0.5443@168,0.5443@173,0.5443@174,1.0001@175,1.0001@176,1.0001@177,0@178,0.9939@179,0.9878@180,0.9594@181,0.957@182,0.9557@183,0.9523@184,0.954@185),
429
+ 1137.96436, 1184.11572, 95.99451, 148.110886, 1097.4906,
430
+ 1224.58948, 49.555603, 194.549728, Linear(0,588.801@2,588.551@3,588.082@4,587.52@5,586.66@6,586.551@7,586.27@8,586.207@9,586.16@10,585.754@11,585.223@12,584.895@13,584.489@14,583.942@15,582.864@16,582.301@17,581.895@18,581.348@19,580.989@20,580.848@21,580.723@22,580.692@23,580.567@24,580.66@25,580.864@26,580.989@27,581.082@28,581.254@29,581.27@30,581.364@31,581.473@32,581.395@33,581.332@34,581.457@35,581.364@36,581.379@37,581.457@38,581.379@39,581.364@40,581.567@41,581.551@42,581.676@43,582.004@44,582.41@45,582.676@46,583.129@47,583.473@48,583.364@49,583.442@50,583.567@51,583.285@52,583.067@53,583.301@54,583.457@55,583.535@56,583.489@57,583.426@58,583.535@59,583.645@60,583.567@61,583.754@62,584.254@63,584.754@64,585.16@65,585.239@66,585.364@67,585.145@68,585.395@69,585.457@70,585.379@71,585.317@72,585.114@73,584.754@74,584.848@75,584.707@76,584.41@77,584.379@78,584.082@79,583.301@80,583.52@81,584.051@82,583.895@83,583.348@84,583.614@85,583.504@86,583.004@87,582.848@88,582.723@89,582.989@90,583.723@91,584.239@92,584.176@93,583.52@94,583.035@95,583.535@96,584.223@97,584.551@98,584.426@99,585.364@100,587.973@101,592.426@102,596.332@103,599.317@104,604.239@105,612.379@106,619.27@107,627.567@108,635.895@109,645.348@110,654.614@111,663.91@112,672.051@113,677.129@114,677.129@115,679.615@116,1262.63@153,1282.51@154,1301.31@155,1328.26@156,1337.29@157,1339@158,1330.44@159,1320.56@160,1316.89@161,1316.91@162,1320.13@163,1327.91@164,1333.97@165,1327.44@166,1316.89@167,1302.64@168,1233.68@173,1228.47@174,1220.79@175,1197.02@176,1180.62@177,1172.04@178,1166.85@179,1163.57@180,1165.32@181,1167.29@182,1166.63@183,1164.54@184,1161.77@185),
431
+ Linear(0,516.624@2,516.437@3,516.359@4,516.265@5,516.437@6,516.749@7,516.812@8,516.812@9,516.89@10,516.999@11,516.843@12,516.78@13,516.843@14,516.812@15,516.859@16,516.937@17,517.171@18,517.421@19,517.843@20,518.187@21,518.218@22,518.234@23,518.187@24,518.03@25,517.984@26,517.905@27,517.874@28,517.905@29,517.702@30,517.312@31,517.124@32,517.109@33,517.14@34,517.28@35,517.53@36,517.562@37,517.78@38,517.734@39,517.546@40,517.546@41,517.53@42,517.859@43,517.952@44,517.952@45,517.796@46,517.749@47,517.765@48,517.796@49,517.796@50,517.89@51,517.874@52,517.843@53,517.859@54,518.03@55,518.359@56,518.718@57,518.859@58,519.03@59,519.202@60,519.546@61,519.999@62,520.171@63,520.124@64,519.874@65,519.749@66,519.765@67,519.827@68,519.874@69,519.874@70,519.874@71,519.546@72,519.468@73,519.218@74,518.499@75,517.437@76,516.78@77,515.577@78,513.593@79,510.468@80,505.624@81,499.14@82,491.468@83,483.093@84,473.734@85,453.468@86,446.718@87,443.218@88,441.765@89,441.312@90,441.109@91,440.702@92,440.109@93,439.531@94,439.046@95,436.546@96,432.781@97,426.577@98,418.296@99,408.531@100,398.937@101,389.359@102,378.343@103,364.202@104,349.062@105,309.937@106,286.952@107,262.171@108,233.202@109,201.14@110,168.093@111,139.046@112,111.109@113,79.1868@114,47.093@115,-4.6044@116,17.543@153,23.6813@154,24.1056@155,24.7511@156,36.0612@157,53.0732@158,59.7571@159,60.0852@160,58.9602@161,59.5227@162,61.3352@163,59.8352@164,52.9446@165,30.8725@166,17.9145@167,3.6537@168,3.9602@173,12.2357@174,23.2541@175,46.2416@176,58.1952@177,75.0527@178,98.3964@179,117.412@180,125.615@181,125.521@182,122.553@183,122.459@184,122.568@185),
432
+ 1, 1);
433
+ Tracker20 = Tracker(Reorder1, "1-185", "1/512", "luminance",
434
+ 0.75, "use start frame", 0.5, "stop", 1, 83, "v2.0", 0.3,
435
+ 0.59, 0.11, 0, 10, "track1", Linear(0,1179.61@1,1179.39@2,1179.11@3,1178.63@4,1178.16@5,1177.55@6,1177.39@7,1177.11@8,1177.2@9,1177.34@10,1176.98@11,1176.51@12,1176.25@13,1175.95@14,1175.73@15,1174.45@16,1174.01@17,1173.56@18,1173.12@19,1172.81@20,1172.68@21,1172.6@22,1172.53@23,1172.48@24,1172.59@25,1172.65@26,1172.76@27,1173.01@28,1172.99@29,1173.01@30,1173.18@31,1173.21@32,1173.09@33,1173.01@34,1173.15@35,1173.14@36,1173.15@37,1173.21@38,1173.14@39,1173.17@40,1173.35@41,1173.35@42,1176.53@68,1176.66@69,1176.7@70,1176.65@71,1176.53@72,1176.41@73,1176.09@74,1176.05@75,1176.01@76,1175.8@77,1175.74@78,1175.4@79,1174.78@80,1174.9@81,1175.22@82,1175@83,1174.55@84,1174.61@85),
436
+ Linear(0,39.626@1,39.4228@2,39.3135@3,39.2353@4,39.2197@5,39.5322@6,39.7353@7,39.7822@8,39.7197@9,39.7353@10,39.8759@11,39.8134@12,39.7665@13,39.7822@14,39.704@15,39.9853@16,40.1884@17,40.454@18,40.7822@19,41.1728@20,41.5478@21,41.6103@22,41.5947@23,41.6103@24,41.4541@25,41.4072@26,41.3291@27,41.2353@28,41.2666@29,40.9384@30,40.7197@31,40.5634@32,40.5322@33,40.5634@34,40.6572@35,40.8759@36,40.9541@37,41.0634@38,40.9697@39,40.9072@40,40.8759@41,40.8759@42,43.0238@68,43.014@69,42.9984@70,43.0004@71,42.8461@72,42.7777@73,42.4769@74,41.7992@75,40.6742@76,39.9828@77,38.8871@78,36.9066@79,33.7621@80,28.807@81,22.0238@82,14.5762@83,6.0747@84,-1.4352@85),
437
+ Linear(0,1@1,0.9933@2,0.991@3,0.9891@4,0.9889@5,0.9963@6,0.9963@7,0.9933@8,0.966@9,0.8501@10,0.994@11,0.997@12,0.9977@13,0.9923@14,0.8814@15,0.9913@16,0.986@17,0.9896@18,0.9973@19,0.9861@20,0.9899@21,0.9922@22,0.991@23,0.9922@24,0.9863@25,0.9857@26,0.9849@27,0.9861@28,0.9848@29,0.9931@30,0.993@31,0.9891@32,0.9895@33,0.9893@34,0.9937@35,0.9942@36,0.9928@37,0.9849@38,0.9886@39,0.9898@40,0.9915@41,0.3063@42,0.3063@68,0.998@69,0.9975@70,0.998@71,0.9956@72,0.9908@73,0.9856@74,0.9892@75,0.9866@76,0.994@77,0.9923@78,0.9899@79,0.9776@80,0.9599@81,0.9407@82,0.9337@83,0.8498@84,0.2835@85),
438
+ 1163.48914, 1184.5885, 7.17369461, 20.8968239, 1142.104,
439
+ 1205.97363, -8.5762825, 36.6468048, Linear(0,1179.61@1,1179.39@2,1179.11@3,1178.63@4,1178.16@5,1177.55@6,1177.39@7,1177.11@8,1177.2@9,1177.34@10,1176.98@11,1176.51@12,1176.25@13,1175.95@14,1175.73@15,1174.45@16,1174.01@17,1173.56@18,1173.12@19,1172.81@20,1172.68@21,1172.6@22,1172.53@23,1172.48@24,1172.59@25,1172.65@26,1172.76@27,1173.01@28,1172.99@29,1173.01@30,1173.18@31,1173.21@32,1173.09@33,1173.01@34,1173.15@35,1173.14@36,1173.15@37,1173.21@38,1173.14@39,1173.17@40,1173.35@41,1173.35@42,1176.53@68,1176.66@69,1176.7@70,1176.65@71,1176.53@72,1176.41@73,1176.09@74,1176.05@75,1176.01@76,1175.8@77,1175.74@78,1175.4@79,1174.78@80,1174.9@81,1175.22@82,1175@83,1174.55@84,1174.61@85),
440
+ Linear(0,39.626@1,39.4228@2,39.3135@3,39.2353@4,39.2197@5,39.5322@6,39.7353@7,39.7822@8,39.7197@9,39.7353@10,39.8759@11,39.8134@12,39.7665@13,39.7822@14,39.704@15,39.9853@16,40.1884@17,40.454@18,40.7822@19,41.1728@20,41.5478@21,41.6103@22,41.5947@23,41.6103@24,41.4541@25,41.4072@26,41.3291@27,41.2353@28,41.2666@29,40.9384@30,40.7197@31,40.5634@32,40.5322@33,40.5634@34,40.6572@35,40.8759@36,40.9541@37,41.0634@38,40.9697@39,40.9072@40,40.8759@41,40.8759@42,43.0238@68,43.014@69,42.9984@70,43.0004@71,42.8461@72,42.7777@73,42.4769@74,41.7992@75,40.6742@76,39.9828@77,38.8871@78,36.9066@79,33.7621@80,28.807@81,22.0238@82,14.5762@83,6.0747@84,-1.4352@85),
441
+ 1, 1);
442
+ Tracker3 = Tracker(Reorder1, "1-185", "1/64", "luminance", 0.75,
443
+ "use start frame", 0.5, "stop", 1, 176, "v2.0", 0.3, 0.59,
444
+ 0.11, 0, 10, "track1", Linear(0,718.21@1,718.07@2,717.789@3,717.273@4,716.617@5,715.96@6,715.789@7,715.632@8,715.304@9,715.289@10,714.82@11,714.367@12,714.007@13,713.648@14,713.289@15,712.101@16,711.539@17,711.164@18,710.554@19,710.273@20,710.101@21,709.992@22,709.976@23,709.898@24,710.023@25,710.07@26,710.289@27,710.445@28,710.476@29,710.445@30,710.507@31,710.71@32,710.585@33,710.601@34,710.539@35,710.523@36,710.585@37,710.632@38,710.57@39,710.773@40,710.742@41,710.898@42,710.898@43,711.21@44,711.617@45,711.867@46,712.304@47,712.867@48,712.617@49,712.554@50,712.804@51,712.523@52,712.273@53,712.476@54,712.695@55,712.789@56,712.695@57,712.664@58,712.773@59,712.898@60,712.929@61,713.07@62,713.476@63,713.945@64,714.335@65,714.304@66,714.398@67,714.351@68,714.523@69,714.554@70,714.507@71,714.367@72,714.304@73,713.898@74,714.023@75,713.914@76,713.648@77,713.585@78,713.117@79,712.414@80,712.851@81,713.242@82,713.242@83,712.507@84,712.929@85,712.992@86,712.367@87,712.117@88,711.992@89,712.164@90,712.851@91,713.32@92,713.257@93,712.585@94,711.976@95,712.335@96,713.054@97,713.273@98,713.304@99,714.242@100,716.429@101,720.632@102,724.382@103,727.179@104,731.585@105,738.835@106,745.335@107,752.429@108,759.976@109,769.007@110,776.96@111,785.46@112,792.617@113,796.117@114,795.085@115,794.976@116,792.835@117,786.648@118,781.82@119,777.265@120,1229.71@146,1247.68@147,1258.46@148,1264.47@149,1271.6@150,1281.58@151,1292.76@152,1307.13@153,1324.85@154,1341.8@155,1359.16@156,1373.79@157,1374.84@158,1365.8@159,1355.14@160,1350.89@161,1350.41@162,1353.22@163,1360.24@164,1367.23@165,1359.55@166,1349.86@167,1334.4@168,1314.41@169,1292.27@170,1277.54@171,1266.4@172,1262.85@173,1257.5@174,1250.06@175,1224.25@176,1209.93@177,1200.1@178,1194.88@179,1191.88@180,1194.22@181,1195.71@182,1195.21@183,1193.27@184,1190.49@185),
445
+ Linear(0,622.838@1,622.417@2,622.417@3,622.245@4,622.385@5,622.463@6,622.635@7,622.526@8,623.167@9,623.073@10,623.323@11,623.182@12,623.12@13,623.167@14,622.573@15,623.182@16,623.354@17,623.385@18,624.057@19,624.12@20,624.338@21,624.417@22,624.385@23,624.37@24,624.307@25,624.307@26,624.12@27,624.26@28,624.323@29,624.135@30,624.088@31,623.401@32,623.417@33,623.385@34,624.01@35,624.12@36,624.229@37,624.167@38,624.167@39,623.557@40,624.088@41,623.557@42,624.182@43,624.26@44,624.323@45,624.198@46,624.104@47,623.573@48,624.135@49,624.182@50,624.182@51,624.26@52,624.182@53,624.198@54,624.229@55,624.417@56,624.995@57,625.229@58,625.198@59,625.292@60,625.479@61,626.198@62,626.385@63,626.385@64,626.213@65,626.167@66,626.135@67,626.135@68,626.135@69,626.307@70,626.182@71,626.057@72,625.526@73,625.37@74,624.417@75,623.51@76,623.057@77,621.635@78,620.12@79,617.167@80,611.62@81,605.401@82,597.495@83,590.057@84,580.167@85,559.448@86,553.26@87,549.51@88,548.292@89,547.51@90,547.354@91,547.135@92,546.354@93,545.651@94,545.354@95,543.182@96,539.245@97,533.135@98,524.448@99,514.448@100,505.229@101,495.432@102,484.245@103,469.417@104,454.385@105,415.245@106,391.432@107,367.26@108,338.385@109,305.229@110,273.417@111,243.292@112,215.401@113,185.229@114,152.37@115,105.667@116,82.4791@117,64.3541@118,46.4479@119,23.3964@120,13.8862@146,30.2713@147,49.4534@148,60.3128@149,63.344@150,64.2503@151,70.4065@152,76.8909@153,82.4534@154,81.4221@155,85.3596@156,93.4534@157,107.537@158,111.783@159,111.399@160,109.276@161,109.149@162,110.845@163,109.628@164,103.893@165,82.9245@166,68.4245@167,51.9783@168,41.1735@169,39.382@170,42.4857@171,46.6263@172,52.104@173,60.6599@174,71.6339@175,93.2167@176,106.386@177,123.699@178,147.621@179,165.605@180,173.23@181,172.949@182,170.23@183,169.402@184,170.23@185),
446
+ Linear(0,1@1,0.9885@2,0.9872@3,0.9893@4,0.9889@5,0.9886@6,0.987@7,0.9867@8,0.9881@9,0.9889@10,0.988@11,0.9873@12,0.9872@13,0.987@14,0.9881@15,0.9896@16,0.9875@17,0.9883@18,0.9867@19,0.9897@20,0.9888@21,0.9888@22,0.9874@23,0.9888@24,0.9889@25,0.9897@26,0.989@27,0.9903@28,0.9889@29,0.9889@30,0.9859@31,0.9883@32,0.988@33,0.9882@34,0.9861@35,0.9881@36,0.988@37,0.9885@38,0.988@39,0.9865@40,0.9879@41,0.9862@42,0.9881@43,0.9895@44,0.9885@45,0.9876@46,0.987@47,0.9874@48,0.9881@49,0.9887@50,0.9868@51,0.9891@52,0.9878@53,0.9879@54,0.9884@55,0.9875@56,0.988@57,0.9886@58,0.9882@59,0.9878@60,0.9874@61,0.9895@62,0.9893@63,0.9884@64,0.9875@65,0.9865@66,0.9878@67,0.988@68,0.9884@69,0.9859@70,0.9878@71,0.9883@72,0.9889@73,0.9893@74,0.988@75,0.9868@76,0.9878@77,0.9873@78,0.9885@79,0.9854@80,0.9861@81,0.987@82,0.9838@83,0.9842@84,0.9864@85,0.9853@86,0.9872@87,0.988@88,0.9878@89,0.9869@90,0.9867@91,0.9893@92,0.988@93,0.9876@94,0.9867@95,0.9871@96,0.9875@97,0.9871@98,0.9866@99,0.985@100,0.984@101,0.9859@102,0.9842@103,0.9802@104,0.9806@105,0.9753@106,0.9738@107,0.9698@108,0.9675@109,0.9642@110,0.9596@111,0.9562@112,0.9538@113,0.9251@114,0.8913@115,0.8884@116,0.9042@117,0.8924@118,0.8777@119,0.715@120,0.3943@146,0.9007@147,0.9422@148,0.9039@149,0.8698@150,0.9303@151,0.9504@152,0.991@153,0.9575@154,0.8846@155,0.7572@156,0.9354@157,0.9326@158,0.8947@159,0.859@160,0.8356@161,0.8143@162,0.8496@163,0.7666@164,0.8592@165,0.944@166,0.6542@167,0.5345@168,0.6745@169,0.8436@170,0.9471@171,0.9307@172,0.9145@173,0.8933@174,0.6199@175,0.9326@176,0.8923@177,0.7142@178,0.6797@179,0.7883@180,0.9495@181,0.9586@182,0.9612@183,0.964@184,0.8194@185),
447
+ 1201.03845, 1246.40784, 66.4271851, 119.037811, 1182.755,
448
+ 1264.69128, 14.0760727, 171.388916, Linear(0,718.21@1,718.07@2,717.789@3,717.273@4,716.617@5,715.96@6,715.789@7,715.632@8,715.304@9,715.289@10,714.82@11,714.367@12,714.007@13,713.648@14,713.289@15,712.101@16,711.539@17,711.164@18,710.554@19,710.273@20,710.101@21,709.992@22,709.976@23,709.898@24,710.023@25,710.07@26,710.289@27,710.445@28,710.476@29,710.445@30,710.507@31,710.71@32,710.585@33,710.601@34,710.539@35,710.523@36,710.585@37,710.632@38,710.57@39,710.773@40,710.742@41,710.898@42,710.898@43,711.21@44,711.617@45,711.867@46,712.304@47,712.867@48,712.617@49,712.554@50,712.804@51,712.523@52,712.273@53,712.476@54,712.695@55,712.789@56,712.695@57,712.664@58,712.773@59,712.898@60,712.929@61,713.07@62,713.476@63,713.945@64,714.335@65,714.304@66,714.398@67,714.351@68,714.523@69,714.554@70,714.507@71,714.367@72,714.304@73,713.898@74,714.023@75,713.914@76,713.648@77,713.585@78,713.117@79,712.414@80,712.851@81,713.242@82,713.242@83,712.507@84,712.929@85,712.992@86,712.367@87,712.117@88,711.992@89,712.164@90,712.851@91,713.32@92,713.257@93,712.585@94,711.976@95,712.335@96,713.054@97,713.273@98,713.304@99,714.242@100,716.429@101,720.632@102,724.382@103,727.179@104,731.585@105,738.835@106,745.335@107,752.429@108,759.976@109,769.007@110,776.96@111,785.46@112,792.617@113,796.117@114,795.085@115,794.976@116,792.835@117,786.648@118,781.82@119,777.265@120,1229.71@146,1247.68@147,1258.46@148,1264.47@149,1271.6@150,1281.58@151,1292.76@152,1307.13@153,1324.85@154,1341.8@155,1359.16@156,1373.79@157,1374.84@158,1365.8@159,1355.14@160,1350.89@161,1350.41@162,1353.22@163,1360.24@164,1367.23@165,1359.55@166,1349.86@167,1334.4@168,1314.41@169,1292.27@170,1277.54@171,1266.4@172,1262.85@173,1257.5@174,1250.06@175,1224.25@176,1209.93@177,1200.1@178,1194.88@179,1191.88@180,1194.22@181,1195.71@182,1195.21@183,1193.27@184,1190.49@185),
449
+ Linear(0,622.838@1,622.417@2,622.417@3,622.245@4,622.385@5,622.463@6,622.635@7,622.526@8,623.167@9,623.073@10,623.323@11,623.182@12,623.12@13,623.167@14,622.573@15,623.182@16,623.354@17,623.385@18,624.057@19,624.12@20,624.338@21,624.417@22,624.385@23,624.37@24,624.307@25,624.307@26,624.12@27,624.26@28,624.323@29,624.135@30,624.088@31,623.401@32,623.417@33,623.385@34,624.01@35,624.12@36,624.229@37,624.167@38,624.167@39,623.557@40,624.088@41,623.557@42,624.182@43,624.26@44,624.323@45,624.198@46,624.104@47,623.573@48,624.135@49,624.182@50,624.182@51,624.26@52,624.182@53,624.198@54,624.229@55,624.417@56,624.995@57,625.229@58,625.198@59,625.292@60,625.479@61,626.198@62,626.385@63,626.385@64,626.213@65,626.167@66,626.135@67,626.135@68,626.135@69,626.307@70,626.182@71,626.057@72,625.526@73,625.37@74,624.417@75,623.51@76,623.057@77,621.635@78,620.12@79,617.167@80,611.62@81,605.401@82,597.495@83,590.057@84,580.167@85,559.448@86,553.26@87,549.51@88,548.292@89,547.51@90,547.354@91,547.135@92,546.354@93,545.651@94,545.354@95,543.182@96,539.245@97,533.135@98,524.448@99,514.448@100,505.229@101,495.432@102,484.245@103,469.417@104,454.385@105,415.245@106,391.432@107,367.26@108,338.385@109,305.229@110,273.417@111,243.292@112,215.401@113,185.229@114,152.37@115,105.667@116,82.4791@117,64.3541@118,46.4479@119,23.3964@120,13.8862@146,30.2713@147,49.4534@148,60.3128@149,63.344@150,64.2503@151,70.4065@152,76.8909@153,82.4534@154,81.4221@155,85.3596@156,93.4534@157,107.537@158,111.783@159,111.399@160,109.276@161,109.149@162,110.845@163,109.628@164,103.893@165,82.9245@166,68.4245@167,51.9783@168,41.1735@169,39.382@170,42.4857@171,46.6263@172,52.104@173,60.6599@174,71.6339@175,93.2167@176,106.386@177,123.699@178,147.621@179,165.605@180,173.23@181,172.949@182,170.23@183,169.402@184,170.23@185),
450
+ 1, 1);
451
+ Tracker4 = Tracker(Reorder1, "1-185", "1/512", "luminance", 0.75,
452
+ "use start frame", 0.5, "stop", 1, 111, "v2.0", 0.3, 0.59,
453
+ 0.11, 0, 10, "track1", Linear(0,145.835@1,145.577@2,145.233@3,144.69@4,144.032@5,143.194@6,143.093@7,142.73@8,142.628@9,142.538@10,142.167@11,141.601@12,141.155@13,140.769@14,140.167@15,138.929@16,138.353@17,137.995@18,137.335@19,136.976@20,136.71@21,136.655@22,136.593@23,136.456@24,136.659@25,136.718@26,136.944@27,137.163@28,137.241@29,137.241@30,137.421@31,137.444@32,137.398@33,137.265@34,137.429@35,137.386@36,137.398@37,137.429@38,137.382@39,137.394@40,137.62@41,137.601@42,137.728@43,138.089@44,138.546@45,138.87@46,139.312@47,139.722@48,139.632@49,139.579@50,139.866@51,139.538@52,139.263@53,139.573@54,139.733@55,139.718@56,139.773@57,139.788@58,139.929@59,139.991@60,139.968@61,140.194@62,140.651@63,141.3@64,141.667@65,141.733@66,141.921@67,141.737@68,142.03@69,142.093@70,141.905@71,141.648@72,141.487@73,141.054@74,141.105@75,140.937@76,140.694@77,140.64@78,140.241@79,139.335@80,139.294@81,139.456@82,138.948@83,138.167@84,137.995@85,137.054@86,136.44@87,136.194@88,136.362@89,136.698@90,137.679@91,138.503@92,138.679@93,138.175@94,137.937@95,138.616@96,139.265@97,139.491@98,139.315@99,140.456@100,143.468@101,149.257@102,154.468@103,158.491@104,164.909@105),
454
+ Linear(0,185.72@1,185.476@2,185.29@3,185.15@4,184.976@5,185.142@6,185.322@7,185.341@8,185.386@9,185.439@10,185.501@11,185.376@12,185.212@13,185.185@14,185.091@15,185.032@16,185.046@17,185.236@18,185.447@19,185.845@20,186.16@21,186.197@22,186.161@23,186.107@24,185.989@25,185.902@26,185.9@27,185.861@28,185.907@29,185.56@30,185.298@31,185.126@32,185.064@33,185.103@34,185.329@35,185.56@36,185.564@37,185.876@38,185.657@39,185.566@40,185.593@41,185.548@42,185.867@43,186.044@44,186.087@45,185.861@46,185.884@47,186.005@48,186.079@49,186.054@50,186.173@51,186.126@52,186.046@53,186.083@54,186.292@55,186.65@56,187.003@57,187.152@58,187.267@59,187.519@60,187.943@61,188.376@62,188.591@63,188.603@64,188.439@65,188.22@66,188.259@67,188.37@68,188.435@69,188.462@70,188.345@71,188.095@72,187.935@73,187.564@74,186.911@75,185.665@76,185.003@77,183.868@78,181.657@79,178.314@80,173.331@81,166.591@82,158.661@83,149.907@84,140.175@85,118.962@86,111.853@87,108.142@88,106.669@89,106.302@90,106.314@91,106.064@92,105.407@93,104.779@94,104.308@95,101.935@96,98.1341@97,91.6575@98,82.8001@99,73.0013@100,63.2278@101,54.2044@102,44.5403@103,30.218@104,17.3138@105),
455
+ Linear(0,1@1,0.995@2,0.9956@3,0.9954@4,0.9958@5,0.9958@6,0.9955@7,0.9957@8,0.9952@9,0.9954@10,0.996@11,0.9957@12,0.9959@13,0.9963@14,0.9953@15,0.9958@16,0.9958@17,0.9959@18,0.9959@19,0.9961@20,0.9955@21,0.9959@22,0.9958@23,0.9964@24,0.9959@25,0.996@26,0.996@27,0.9958@28,0.9957@29,0.9959@30,0.9954@31,0.9952@32,0.9962@33,0.9956@34,0.9962@35,0.9955@36,0.9954@37,0.9957@38,0.9954@39,0.9961@40,0.9961@41,0.9957@42,0.996@43,0.9955@44,0.9957@45,0.9954@46,0.9963@47,0.9963@48,0.9952@49,0.9963@50,0.9955@51,0.9958@52,0.9953@53,0.9955@54,0.9951@55,0.9961@56,0.9953@57,0.9957@58,0.9948@59,0.9958@60,0.9954@61,0.9955@62,0.9959@63,0.9955@64,0.9957@65,0.9948@66,0.9955@67,0.9951@68,0.9951@69,0.9955@70,0.9938@71,0.994@72,0.9945@73,0.9942@74,0.9953@75,0.9942@76,0.9942@77,0.9955@78,0.9948@79,0.9927@80,0.9905@81,0.9892@82,0.9866@83,0.9852@84,0.9828@85,0.9871@86,0.992@87,0.994@88,0.995@89,0.9943@90,0.9942@91,0.9944@92,0.9944@93,0.9946@94,0.9951@95,0.9943@96,0.9908@97,0.9861@98,0.9836@99,0.9799@100,0.9828@101,0.9809@102,0.9719@103,0.9668@104,0.9306@105),
456
+ 238.658264, 269.8642, -13.1585655, 18.0474281, 223.055267,
457
+ 285.4672, -59.13043, 64.01928, Linear(0,145.835@1,145.577@2,145.233@3,144.69@4,144.032@5,143.194@6,143.093@7,142.73@8,142.628@9,142.538@10,142.167@11,141.601@12,141.155@13,140.769@14,140.167@15,138.929@16,138.353@17,137.995@18,137.335@19,136.976@20,136.71@21,136.655@22,136.593@23,136.456@24,136.659@25,136.718@26,136.944@27,137.163@28,137.241@29,137.241@30,137.421@31,137.444@32,137.398@33,137.265@34,137.429@35,137.386@36,137.398@37,137.429@38,137.382@39,137.394@40,137.62@41,137.601@42,137.728@43,138.089@44,138.546@45,138.87@46,139.312@47,139.722@48,139.632@49,139.579@50,139.866@51,139.538@52,139.263@53,139.573@54,139.733@55,139.718@56,139.773@57,139.788@58,139.929@59,139.991@60,139.968@61,140.194@62,140.651@63,141.3@64,141.667@65,141.733@66,141.921@67,141.737@68,142.03@69,142.093@70,141.905@71,141.648@72,141.487@73,141.054@74,141.105@75,140.937@76,140.694@77,140.64@78,140.241@79,139.335@80,139.294@81,139.456@82,138.948@83,138.167@84,137.995@85,137.054@86,136.44@87,136.194@88,136.362@89,136.698@90,137.679@91,138.503@92,138.679@93,138.175@94,137.937@95,138.616@96,139.265@97,139.491@98,139.315@99,140.456@100,143.468@101,149.257@102,154.468@103,158.491@104,164.909@105),
458
+ Linear(0,185.72@1,185.476@2,185.29@3,185.15@4,184.976@5,185.142@6,185.322@7,185.341@8,185.386@9,185.439@10,185.501@11,185.376@12,185.212@13,185.185@14,185.091@15,185.032@16,185.046@17,185.236@18,185.447@19,185.845@20,186.16@21,186.197@22,186.161@23,186.107@24,185.989@25,185.902@26,185.9@27,185.861@28,185.907@29,185.56@30,185.298@31,185.126@32,185.064@33,185.103@34,185.329@35,185.56@36,185.564@37,185.876@38,185.657@39,185.566@40,185.593@41,185.548@42,185.867@43,186.044@44,186.087@45,185.861@46,185.884@47,186.005@48,186.079@49,186.054@50,186.173@51,186.126@52,186.046@53,186.083@54,186.292@55,186.65@56,187.003@57,187.152@58,187.267@59,187.519@60,187.943@61,188.376@62,188.591@63,188.603@64,188.439@65,188.22@66,188.259@67,188.37@68,188.435@69,188.462@70,188.345@71,188.095@72,187.935@73,187.564@74,186.911@75,185.665@76,185.003@77,183.868@78,181.657@79,178.314@80,173.331@81,166.591@82,158.661@83,149.907@84,140.175@85,118.962@86,111.853@87,108.142@88,106.669@89,106.302@90,106.314@91,106.064@92,105.407@93,104.779@94,104.308@95,101.935@96,98.1341@97,91.6575@98,82.8001@99,73.0013@100,63.2278@101,54.2044@102,44.5403@103,30.218@104,17.3138@105),
459
+ 1, 1);
460
+ Tracker44 = Tracker(Reorder1, "1-185", "1/64", "luminance", 0.75,
461
+ "use start frame", 0.5, "stop", 1, 175, "v2.0", 0.3, 0.59,
462
+ 0.11, 0, 10, "track1", Linear(0,786.1@1,785.897@2,785.616@3,785.116@4,784.538@5,783.772@6,783.647@7,783.413@8,783.335@9,783.303@10,782.913@11,782.428@12,782.069@13,781.678@14,781.178@15,780.147@16,779.694@17,779.288@18,778.741@19,778.397@20,778.225@21,778.257@22,778.132@23,777.975@24,778.178@25,778.225@26,778.382@27,778.6@28,778.741@29,778.6@30,778.803@31,778.835@32,778.741@33,778.741@34,778.772@35,778.772@36,778.819@37,778.788@38,778.772@39,778.819@40,779.053@41,778.991@42,779.132@43,779.335@44,779.772@45,780.038@46,780.413@47,780.835@48,780.741@49,780.694@50,780.928@51,780.678@52,780.413@53,780.647@54,780.85@55,780.71@56,780.819@57,780.788@58,780.882@59,780.96@60,780.944@61,781.194@62,781.616@63,782.085@64,782.413@65,782.397@66,782.507@67,782.397@68,782.569@69,782.585@70,782.553@71,782.522@72,782.382@73,781.991@74,781.991@75,782.022@76,781.788@77,781.632@78,781.335@79,780.71@80,780.757@81,781.21@82,780.96@83,780.538@84,780.694@85,780.413@86,780.038@87,779.757@88,779.757@89,779.913@90,780.616@91,781.085@92,781.038@93,780.288@94,779.913@95,780.382@96,780.975@97,781.257@98,781.085@99,782.085@100,784.491@101,788.538@102,792.303@103,794.928@104,799.803@105,807.35@106,813.96@107,821.725@108,829.694@109,838.96@110,847.46@111,856.366@112,864.288@113,867.933@114,867.683@115,1429.73@154,1447.63@155,1471.02@156,1478.78@157,1480.01@158,1471@159,1460.33@160,1455.61@161,1455.36@162,1457.58@163,1464.7@164,1470.47@165,1462.66@166,1452.14@167,1440.62@168,1361.67@174,1354.08@175,1328.31@176,1312.14@177,1303.13@178,1297.83@179,1294.32@180,1295.96@181,1297.8@182),
463
+ Linear(0,476.668@1,476.403@2,476.34@3,476.184@4,476.2@5,476.418@6,476.872@7,476.918@8,477.028@9,477.075@10,476.981@11,476.997@12,477.028@13,476.981@14,477.043@15,477.153@16,477.043@17,477.278@18,477.997@19,478.106@20,478.278@21,478.2@22,478.168@23,478.325@24,478.2@25,478.122@26,478.184@27,478.043@28,478.122@29,477.997@30,477.34@31,477.2@32,477.137@33,477.2@34,477.872@35,477.997@36,477.95@37,478.075@38,477.95@39,477.981@40,477.434@41,477.95@42,478.043@43,478.075@44,477.997@45,478.09@46,477.95@47,477.981@48,478.028@49,478.09@50,478.137@51,478.09@52,478.059@53,478.09@54,477.95@55,478.872@56,478.997@57,478.981@58,479.122@59,479.2@60,479.403@61,480.075@62,480.262@63,480.231@64,480.043@65,479.95@66,479.981@67,480.012@68,479.997@69,480.012@70,480.106@71,479.418@72,479.372@73,479.215@74,478.387@75,477.34@76,476.934@77,475.934@78,473.934@79,470.434@80,465.934@81,459.325@82,452.028@83,443.387@84,434.122@85,414.106@86,407.09@87,403.309@88,402.184@89,401.481@90,401.372@91,401.106@92,400.356@93,400.106@94,399.434@95,397.184@96,393.418@97,387.247@98,379.309@99,369.153@100,359.434@101,350.965@102,340.137@103,326.168@104,310.309@105,273.059@106,249.137@107,224.403@108,196.106@109,163.246@110,132.95@111,104.184@112,74.4556@113,44.0669@114,9.4013@115,7.3408@154,7.4933@155,8.4293@156,24.0699@157,39.5543@158,45.5368@159,45.8962@160,44.9743@161,45.0993@162,46.9899@163,45.0993@164,38.0993@165,17.9274@166,4.7623@167,-8.7931@168,0.6453@174,11.9734@175,35.7582@176,48.546@177,66.4678@178,89.0147@179,107.89@180,115.796@181,115.421@182),
464
+ Linear(0,1@1,0.9858@2,0.9859@3,0.9854@4,0.984@5,0.9856@6,0.9853@7,0.9874@8,0.9866@9,0.986@10,0.9834@11,0.9867@12,0.9865@13,0.9863@14,0.9868@15,0.9822@16,0.9841@17,0.9837@18,0.9847@19,0.9872@20,0.9856@21,0.9851@22,0.9871@23,0.9872@24,0.9854@25,0.9854@26,0.9851@27,0.9869@28,0.9851@29,0.9856@30,0.9856@31,0.9864@32,0.9863@33,0.9863@34,0.9832@35,0.9871@36,0.9871@37,0.9864@38,0.986@39,0.9884@40,0.9845@41,0.9855@42,0.9857@43,0.9868@44,0.9852@45,0.985@46,0.9865@47,0.9856@48,0.9852@49,0.9836@50,0.9854@51,0.9858@52,0.9858@53,0.9844@54,0.9871@55,0.9846@56,0.9855@57,0.9865@58,0.9866@59,0.9866@60,0.9837@61,0.9867@62,0.9839@63,0.9873@64,0.9866@65,0.9856@66,0.9849@67,0.9873@68,0.9882@69,0.9861@70,0.9859@71,0.9843@72,0.9853@73,0.984@74,0.9861@75,0.9856@76,0.9838@77,0.9851@78,0.985@79,0.9843@80,0.9863@81,0.9844@82,0.9829@83,0.98@84,0.9808@85,0.9816@86,0.9843@87,0.9797@88,0.9832@89,0.9808@90,0.9813@91,0.986@92,0.9844@93,0.9843@94,0.9813@95,0.9831@96,0.9846@97,0.983@98,0.9845@99,0.9782@100,0.9781@101,0.9801@102,0.9832@103,0.9802@104,0.977@105,0.9708@106,0.9663@107,0.9685@108,0.9622@109,0.9511@110,0.9587@111,0.9635@112,0.9682@113,0.9665@114,0.9143@115,0.9143@154,0.6236@155,0.6221@156,0.9353@157,0.9503@158,0.9503@159,0.9449@160,0.9316@161,0.9091@162,0.9361@163,0.9487@164,0.9119@165,0.9039@166,0.724@167,0.7066@168,0.7024@174,0.6988@175,0.8111@176,0.8721@177,0.9688@178,0.8651@179,0.9137@180,0.9735@181,0.8851@182),
465
+ 1338.83728, 1368.336, -4.81693268, 27.9512711, 1265.24011,
466
+ 1441.93323, -77.86918, 101.00354, Linear(0,786.1@1,785.897@2,785.616@3,785.116@4,784.538@5,783.772@6,783.647@7,783.413@8,783.335@9,783.303@10,782.913@11,782.428@12,782.069@13,781.678@14,781.178@15,780.147@16,779.694@17,779.288@18,778.741@19,778.397@20,778.225@21,778.257@22,778.132@23,777.975@24,778.178@25,778.225@26,778.382@27,778.6@28,778.741@29,778.6@30,778.803@31,778.835@32,778.741@33,778.741@34,778.772@35,778.772@36,778.819@37,778.788@38,778.772@39,778.819@40,779.053@41,778.991@42,779.132@43,779.335@44,779.772@45,780.038@46,780.413@47,780.835@48,780.741@49,780.694@50,780.928@51,780.678@52,780.413@53,780.647@54,780.85@55,780.71@56,780.819@57,780.788@58,780.882@59,780.96@60,780.944@61,781.194@62,781.616@63,782.085@64,782.413@65,782.397@66,782.507@67,782.397@68,782.569@69,782.585@70,782.553@71,782.522@72,782.382@73,781.991@74,781.991@75,782.022@76,781.788@77,781.632@78,781.335@79,780.71@80,780.757@81,781.21@82,780.96@83,780.538@84,780.694@85,780.413@86,780.038@87,779.757@88,779.757@89,779.913@90,780.616@91,781.085@92,781.038@93,780.288@94,779.913@95,780.382@96,780.975@97,781.257@98,781.085@99,782.085@100,784.491@101,788.538@102,792.303@103,794.928@104,799.803@105,807.35@106,813.96@107,821.725@108,829.694@109,838.96@110,847.46@111,856.366@112,864.288@113,867.933@114,867.683@115,1429.73@154,1447.63@155,1471.02@156,1478.78@157,1480.01@158,1471@159,1460.33@160,1455.61@161,1455.36@162,1457.58@163,1464.7@164,1470.47@165,1462.66@166,1452.14@167,1440.62@168,1361.67@174,1354.08@175,1328.31@176,1312.14@177,1303.13@178,1297.83@179,1294.32@180,1295.96@181,1297.8@182),
467
+ Linear(0,476.668@1,476.403@2,476.34@3,476.184@4,476.2@5,476.418@6,476.872@7,476.918@8,477.028@9,477.075@10,476.981@11,476.997@12,477.028@13,476.981@14,477.043@15,477.153@16,477.043@17,477.278@18,477.997@19,478.106@20,478.278@21,478.2@22,478.168@23,478.325@24,478.2@25,478.122@26,478.184@27,478.043@28,478.122@29,477.997@30,477.34@31,477.2@32,477.137@33,477.2@34,477.872@35,477.997@36,477.95@37,478.075@38,477.95@39,477.981@40,477.434@41,477.95@42,478.043@43,478.075@44,477.997@45,478.09@46,477.95@47,477.981@48,478.028@49,478.09@50,478.137@51,478.09@52,478.059@53,478.09@54,477.95@55,478.872@56,478.997@57,478.981@58,479.122@59,479.2@60,479.403@61,480.075@62,480.262@63,480.231@64,480.043@65,479.95@66,479.981@67,480.012@68,479.997@69,480.012@70,480.106@71,479.418@72,479.372@73,479.215@74,478.387@75,477.34@76,476.934@77,475.934@78,473.934@79,470.434@80,465.934@81,459.325@82,452.028@83,443.387@84,434.122@85,414.106@86,407.09@87,403.309@88,402.184@89,401.481@90,401.372@91,401.106@92,400.356@93,400.106@94,399.434@95,397.184@96,393.418@97,387.247@98,379.309@99,369.153@100,359.434@101,350.965@102,340.137@103,326.168@104,310.309@105,273.059@106,249.137@107,224.403@108,196.106@109,163.246@110,132.95@111,104.184@112,74.4556@113,44.0669@114,9.4013@115,7.3408@154,7.4933@155,8.4293@156,24.0699@157,39.5543@158,45.5368@159,45.8962@160,44.9743@161,45.0993@162,46.9899@163,45.0993@164,38.0993@165,17.9274@166,4.7623@167,-8.7931@168,0.6453@174,11.9734@175,35.7582@176,48.546@177,66.4678@178,89.0147@179,107.89@180,115.796@181,115.421@182),
468
+ 1, 1);
469
+ Tracker45 = Tracker(Reorder1, "1-185", "1/64", "luminance", 0.75,
470
+ "use start frame", 0.5, "stop", 1, 185, "v2.0", 0.3, 0.59,
471
+ 0.11, 0, 10, "track1", Linear(0,754.105@1,753.917@2,753.667@3,753.214@4,752.62@5,751.855@6,751.792@7,751.448@8,751.386@9,751.292@10,750.839@11,750.433@12,749.995@13,749.73@14,749.198@15,748.042@16,747.652@17,747.277@18,746.745@19,746.292@20,746.214@21,746.042@22,746.011@23,745.87@24,746.027@25,746.167@26,746.323@27,746.464@28,746.589@29,746.558@30,746.73@31,746.761@32,746.698@33,746.652@34,746.761@35,746.714@36,746.714@37,746.698@38,746.683@39,746.792@40,746.839@41,746.933@42,746.948@43,747.339@44,747.714@45,747.933@46,748.355@47,748.761@48,748.683@49,748.667@50,748.823@51,748.589@52,748.386@53,748.558@54,748.73@55,748.777@56,748.761@57,748.745@58,748.823@59,748.917@60,748.902@61,749.011@62,749.527@63,749.995@64,750.339@65,750.402@66,750.464@67,750.417@68,750.542@69,750.558@70,750.573@71,750.573@72,750.339@73,749.917@74,749.933@75,749.964@76,749.683@77,749.698@78,749.323@79,748.652@80,748.745@81,749.261@82,748.995@83,748.636@84,748.823@85,748.62@86,748.105@87,747.839@88,747.902@89,747.98@90,748.636@91,749.198@92,749.12@93,748.355@94,747.995@95,748.402@96,749.136@97,749.308@98,749.167@99,750.089@100,752.402@101,756.527@102,760.292@103,763.042@104,767.558@105,775.277@106,781.573@107,789.402@108,797.058@109,806.105@110,815.011@111,823.48@112,831.433@113,836.245@114,832.293@115,834.451@116,832.438@117,1326.16@150,1334.07@151,1346.81@152,1362.49@153,1377.42@154,1393.92@155,1419.27@156,1428.22@157,1428.83@158,1419.22@159,1408.44@160,1404.3@161,1403.45@162,1406.35@163,1413.49@164,1419.27@165,1411.66@166,1402.11@167,1386.41@168,1368.13@169,1346.48@170,1328.71@171,1320.11@172,1315.11@173,1310.02@174,1302.66@175,1277.44@176,1262.41@177,1253.41@178,1248.3@179,1244.93@180,1246.44@181,1248.25@182,1247.96@183,1245.33@184,1243@185),
472
+ Linear(0,538.663@1,538.366@2,538.288@3,538.226@4,538.148@5,538.351@6,538.491@7,538.866@8,538.913@9,538.96@10,539.054@11,538.96@12,538.929@13,538.913@14,538.913@15,539.023@16,539.116@17,539.194@18,539.413@19,540.023@20,540.21@21,540.304@22,540.273@23,540.273@24,540.148@25,540.163@26,540.054@27,540.054@28,540.054@29,539.835@30,539.382@31,539.226@32,539.21@33,539.273@34,539.351@35,539.476@36,539.882@37,539.991@38,539.898@39,539.491@40,539.882@41,539.46@42,539.976@43,540.069@44,540.054@45,539.96@46,539.866@47,539.898@48,539.929@49,539.913@50,539.991@51,539.991@52,539.944@53,539.913@54,540.085@55,540.304@56,540.835@57,540.929@58,541.069@59,541.194@60,541.444@61,542.085@62,542.163@63,542.132@64,541.991@65,541.898@66,541.882@67,541.913@68,541.944@69,541.96@70,541.929@71,541.444@72,541.398@73,541.194@74,540.398@75,539.351@76,538.898@77,537.46@78,535.476@79,532.444@80,527.898@81,521.241@82,513.882@83,505.335@84,496.101@85,476.022@86,469.194@87,465.491@88,463.975@89,463.725@90,463.225@91,462.96@92,462.21@93,461.85@94,461.225@95,458.928@96,455.085@97,449.069@98,440.944@99,430.882@100,421.257@101,412.085@102,401.163@103,387.069@104,371.944@105,332.96@106,310.053@107,284.991@108,256.975@109,224.96@110,191.96@111,162.944@112,135.007@113,103.897@114,74.1585@115,24.7619@116,5.9768@117,15.622@150,16.5051@151,23.8875@152,32.8765@153,36.3612@154,36.9585@155,37.509@156,50@157,66.3596@158,73.719@159,71.7502@160,69.9377@161,70.7346@162,71.8596@163,69.8908@164,62.9221@165,42.9533@166,31.9221@167,14.9015@168,5.6873@169,1.5086@170,3.9389@171,9.2366@172,15.9751@173,25.2135@174,36.0596@175,59.4971@176,71.5909@177,87.4502@178,110.528@179,129.403@180,137.575@181,137.45@182,134.575@183,134.435@184,134.622@185),
473
+ Linear(0,1@1,0.9882@2,0.9886@3,0.9876@4,0.9882@5,0.9872@6,0.9875@7,0.9877@8,0.9863@9,0.989@10,0.9876@11,0.9878@12,0.9874@13,0.987@14,0.9872@15,0.987@16,0.9866@17,0.988@18,0.9874@19,0.9874@20,0.988@21,0.987@22,0.9889@23,0.988@24,0.9878@25,0.9873@26,0.9872@27,0.9873@28,0.9876@29,0.9876@30,0.9872@31,0.9883@32,0.9869@33,0.9883@34,0.9881@35,0.9869@36,0.9864@37,0.988@38,0.9874@39,0.9864@40,0.986@41,0.9856@42,0.987@43,0.9878@44,0.9868@45,0.9855@46,0.9876@47,0.986@48,0.9871@49,0.9874@50,0.9881@51,0.988@52,0.9875@53,0.987@54,0.9872@55,0.9875@56,0.9874@57,0.987@58,0.986@59,0.9873@60,0.9868@61,0.9869@62,0.9873@63,0.9867@64,0.9864@65,0.9836@66,0.9836@67,0.9825@68,0.9841@69,0.9842@70,0.9856@71,0.9854@72,0.9847@73,0.9848@74,0.9825@75,0.9822@76,0.9794@77,0.9815@78,0.98@79,0.9812@80,0.9765@81,0.9749@82,0.9744@83,0.9701@84,0.9686@85,0.9689@86,0.9759@87,0.9764@88,0.99@89,0.9888@90,0.9893@91,0.9895@92,0.9888@93,0.9886@94,0.9886@95,0.9898@96,0.9875@97,0.9865@98,0.984@99,0.9825@100,0.9836@101,0.9802@102,0.9672@103,0.9605@104,0.964@105,0.9544@106,0.9515@107,0.9449@108,0.9318@109,0.9285@110,0.9355@111,0.9439@112,0.9374@113,0.9278@114,0.9245@115,0.6488@116,0.6497@117,0.6497@150,0.9445@151,0.855@152,0.8132@153,0.7008@154,0.689@155,0.6892@156,0.6768@157,0.6759@158,0.9677@159,0.9693@160,0.9669@161,0.9647@162,0.9673@163,0.9722@164,0.9865@165,0.9809@166,0.8259@167,0.4147@168,0.4147@169,0.4147@170,0.4147@171,0.4147@172,0.8472@173,0.7791@174,0.6062@175,0.9841@176,0.9879@177,0.9742@178,0.9692@179,0.9878@180,0.974@181,0.9735@182,0.9733@183,0.9669@184,0.9711@185),
474
+ 1216.90942, 1268.41064, 109.637863, 158.481339, 1168.25415,
475
+ 1311.63037, 64.80841, 204.126236, Linear(0,754.105@1,753.917@2,753.667@3,753.214@4,752.62@5,751.855@6,751.792@7,751.448@8,751.386@9,751.292@10,750.839@11,750.433@12,749.995@13,749.73@14,749.198@15,748.042@16,747.652@17,747.277@18,746.745@19,746.292@20,746.214@21,746.042@22,746.011@23,745.87@24,746.027@25,746.167@26,746.323@27,746.464@28,746.589@29,746.558@30,746.73@31,746.761@32,746.698@33,746.652@34,746.761@35,746.714@36,746.714@37,746.698@38,746.683@39,746.792@40,746.839@41,746.933@42,746.948@43,747.339@44,747.714@45,747.933@46,748.355@47,748.761@48,748.683@49,748.667@50,748.823@51,748.589@52,748.386@53,748.558@54,748.73@55,748.777@56,748.761@57,748.745@58,748.823@59,748.917@60,748.902@61,749.011@62,749.527@63,749.995@64,750.339@65,750.402@66,750.464@67,750.417@68,750.542@69,750.558@70,750.573@71,750.573@72,750.339@73,749.917@74,749.933@75,749.964@76,749.683@77,749.698@78,749.323@79,748.652@80,748.745@81,749.261@82,748.995@83,748.636@84,748.823@85,748.62@86,748.105@87,747.839@88,747.902@89,747.98@90,748.636@91,749.198@92,749.12@93,748.355@94,747.995@95,748.402@96,749.136@97,749.308@98,749.167@99,750.089@100,752.402@101,756.527@102,760.292@103,763.042@104,767.558@105,775.277@106,781.573@107,789.402@108,797.058@109,806.105@110,815.011@111,823.48@112,831.433@113,836.245@114,832.293@115,834.451@116,832.438@117,1326.16@150,1334.07@151,1346.81@152,1362.49@153,1377.42@154,1393.92@155,1419.27@156,1428.22@157,1428.83@158,1419.22@159,1408.44@160,1404.3@161,1403.45@162,1406.35@163,1413.49@164,1419.27@165,1411.66@166,1402.11@167,1386.41@168,1368.13@169,1346.48@170,1328.71@171,1320.11@172,1315.11@173,1310.02@174,1302.66@175,1277.44@176,1262.41@177,1253.41@178,1248.3@179,1244.93@180,1246.44@181,1248.25@182,1247.96@183,1245.33@184,1243@185),
476
+ Linear(0,538.663@1,538.366@2,538.288@3,538.226@4,538.148@5,538.351@6,538.491@7,538.866@8,538.913@9,538.96@10,539.054@11,538.96@12,538.929@13,538.913@14,538.913@15,539.023@16,539.116@17,539.194@18,539.413@19,540.023@20,540.21@21,540.304@22,540.273@23,540.273@24,540.148@25,540.163@26,540.054@27,540.054@28,540.054@29,539.835@30,539.382@31,539.226@32,539.21@33,539.273@34,539.351@35,539.476@36,539.882@37,539.991@38,539.898@39,539.491@40,539.882@41,539.46@42,539.976@43,540.069@44,540.054@45,539.96@46,539.866@47,539.898@48,539.929@49,539.913@50,539.991@51,539.991@52,539.944@53,539.913@54,540.085@55,540.304@56,540.835@57,540.929@58,541.069@59,541.194@60,541.444@61,542.085@62,542.163@63,542.132@64,541.991@65,541.898@66,541.882@67,541.913@68,541.944@69,541.96@70,541.929@71,541.444@72,541.398@73,541.194@74,540.398@75,539.351@76,538.898@77,537.46@78,535.476@79,532.444@80,527.898@81,521.241@82,513.882@83,505.335@84,496.101@85,476.022@86,469.194@87,465.491@88,463.975@89,463.725@90,463.225@91,462.96@92,462.21@93,461.85@94,461.225@95,458.928@96,455.085@97,449.069@98,440.944@99,430.882@100,421.257@101,412.085@102,401.163@103,387.069@104,371.944@105,332.96@106,310.053@107,284.991@108,256.975@109,224.96@110,191.96@111,162.944@112,135.007@113,103.897@114,74.1585@115,24.7619@116,5.9768@117,15.622@150,16.5051@151,23.8875@152,32.8765@153,36.3612@154,36.9585@155,37.509@156,50@157,66.3596@158,73.719@159,71.7502@160,69.9377@161,70.7346@162,71.8596@163,69.8908@164,62.9221@165,42.9533@166,31.9221@167,14.9015@168,5.6873@169,1.5086@170,3.9389@171,9.2366@172,15.9751@173,25.2135@174,36.0596@175,59.4971@176,71.5909@177,87.4502@178,110.528@179,129.403@180,137.575@181,137.45@182,134.575@183,134.435@184,134.622@185),
477
+ 1, 1);
478
+ Tracker7 = Tracker(Reorder1, "1-185", "1/64", "luminance", 0.75,
479
+ "use start frame", 0.5, "stop", 1, 106, "v2.0", 0.3, 0.59,
480
+ 0.11, 0, 10, "track1", Linear(0,806.624@1,806.452@2,806.124@3,805.624@4,805.093@5,804.406@6,804.281@7,804.062@8,803.952@9,803.937@10,803.468@11,803.062@12,802.734@13,802.39@14,801.843@15,800.859@16,800.421@17,799.984@18,799.499@19,799.124@20,798.984@21,798.906@22,798.89@23,798.781@24,798.906@25,798.984@26,799.14@27,799.296@28,799.39@29,799.343@30,799.562@31,799.562@32,799.484@33,799.421@34,799.577@35,799.515@36,799.546@37,799.562@38,799.546@39,799.562@40,799.702@41,799.687@42,799.781@43,800.093@44,800.499@45,800.749@46,801.109@47,801.484@48,801.374@49,801.359@50,801.562@51,801.312@52,801.062@53,801.327@54,801.452@55,801.468@56,801.499@57,801.484@58,801.546@59,801.624@60,801.593@61,801.749@62,802.234@63,802.702@64,802.999@65,803.077@66,803.187@67,803.093@68,803.281@69,803.296@70,803.234@71,803.156@72,802.952@73,802.624@74,802.593@75,802.515@76,802.327@77,802.171@78,801.874@79,801.187@80,801.218@81,801.515@82,801.234@83,800.64@84,800.718@85,800.234@86,799.796@87,799.624@88,799.687@89,799.937@90,800.718@91,801.39@92,801.359@93,800.796@94,800.515@95,801.14@96,801.781@97,802.125@98,802.093@99,803.125@100,805.812@101,810.312@102,814.531@103,817.906@104,823.234@105,833.119@106),
481
+ Linear(0,199.919@1,199.747@2,199.606@3,199.466@4,199.388@5,199.653@6,199.872@7,199.903@8,199.919@9,200.028@10,200.122@11,199.997@12,199.95@13,199.997@14,199.966@15,200.028@16,200.184@17,200.419@18,200.731@19,201.059@20,201.419@21,201.466@22,201.466@23,201.466@24,201.247@25,201.2@26,201.106@27,201.138@28,201.122@29,200.903@30,200.638@31,200.434@32,200.419@33,200.434@34,200.622@35,200.825@36,200.888@37,201.013@38,200.95@39,200.841@40,200.856@41,200.841@42,201.044@43,201.169@44,201.138@45,200.966@46,200.919@47,200.966@48,200.981@49,200.981@50,201.075@51,201.075@52,201.013@53,201.028@54,201.2@55,201.653@56,201.919@57,202.044@58,202.184@59,202.45@60,202.856@61,203.247@62,203.434@63,203.388@64,203.106@65,202.966@66,202.966@67,203.044@68,203.075@69,203.106@70,203.106@71,202.934@72,202.841@73,202.513@74,201.809@75,200.7@76,199.997@77,198.888@78,196.903@79,193.747@80,188.888@81,182.278@82,174.575@83,166.106@84,156.575@85,136.013@86,129.075@87,125.575@88,124.169@89,123.856@90,123.763@91,123.544@92,123.138@93,122.747@94,122.372@95,120.091@96,116.185@97,110.044@98,101.606@99,91.9346@100,82.2002@101,73.169@102,62.7002@103,49.0284@104,35.4346@105,-3.1838@106),
482
+ Linear(0,1@1,0.997@2,0.9933@3,0.9929@4,0.992@5,0.9944@6,0.9982@7,0.9983@8,0.9983@9,0.9975@10,0.9962@11,0.9977@12,0.9989@13,0.9983@14,0.9984@15,0.9973@16,0.995@17,0.9913@18,0.9965@19,0.997@20,0.9918@21,0.9925@22,0.9922@23,0.9924@24,0.9923@25,0.9927@26,0.9957@27,0.9953@28,0.9959@29,0.9988@30,0.9953@31,0.9921@32,0.9922@33,0.992@34,0.9948@35,0.9982@36,0.9989@37,0.9989@38,0.9992@39,0.9988@40,0.9988@41,0.9987@42,0.9978@43,0.9949@44,0.9962@45,0.9989@46,0.9981@47,0.9992@48,0.9986@49,0.9979@50,0.9975@51,0.9963@52,0.9969@53,0.9978@54,0.9944@55,0.995@56,0.9992@57,0.9975@58,0.9948@59,0.9925@60,0.999@61,0.9936@62,0.9913@63,0.9928@64,0.9958@65,0.998@66,0.9978@67,0.9967@68,0.9966@69,0.996@70,0.9959@71,0.9986@72,0.9981@73,0.9929@74,0.9983@75,0.9962@76,0.9976@77,0.9975@78,0.9969@79,0.988@80,0.9755@81,0.9616@82,0.9525@83,0.9415@84,0.9183@85,0.9449@86,0.9802@87,0.9908@88,0.9945@89,0.9931@90,0.9925@91,0.9916@92,0.9976@93,0.9921@94,0.9949@95,0.9946@96,0.9873@97,0.9679@98,0.9451@99,0.9284@100,0.9359@101,0.9356@102,0.9043@103,0.8737@104,0.8427@105,0@106),
483
+ 801.9071, 863.112061, -28.9046059, 21.5054588, 773.3287,
484
+ 891.6905, -59.5071144, 52.1079826, Linear(0,806.624@1,806.452@2,806.124@3,805.624@4,805.093@5,804.406@6,804.281@7,804.062@8,803.952@9,803.937@10,803.468@11,803.062@12,802.734@13,802.39@14,801.843@15,800.859@16,800.421@17,799.984@18,799.499@19,799.124@20,798.984@21,798.906@22,798.89@23,798.781@24,798.906@25,798.984@26,799.14@27,799.296@28,799.39@29,799.343@30,799.562@31,799.562@32,799.484@33,799.421@34,799.577@35,799.515@36,799.546@37,799.562@38,799.546@39,799.562@40,799.702@41,799.687@42,799.781@43,800.093@44,800.499@45,800.749@46,801.109@47,801.484@48,801.374@49,801.359@50,801.562@51,801.312@52,801.062@53,801.327@54,801.452@55,801.468@56,801.499@57,801.484@58,801.546@59,801.624@60,801.593@61,801.749@62,802.234@63,802.702@64,802.999@65,803.077@66,803.187@67,803.093@68,803.281@69,803.296@70,803.234@71,803.156@72,802.952@73,802.624@74,802.593@75,802.515@76,802.327@77,802.171@78,801.874@79,801.187@80,801.218@81,801.515@82,801.234@83,800.64@84,800.718@85,800.234@86,799.796@87,799.624@88,799.687@89,799.937@90,800.718@91,801.39@92,801.359@93,800.796@94,800.515@95,801.14@96,801.781@97,802.125@98,802.093@99,803.125@100,805.812@101,810.312@102,814.531@103,817.906@104,823.234@105,833.12@106),
485
+ Linear(0,199.919@1,199.747@2,199.606@3,199.466@4,199.388@5,199.653@6,199.872@7,199.903@8,199.919@9,200.028@10,200.122@11,199.997@12,199.95@13,199.997@14,199.966@15,200.028@16,200.184@17,200.419@18,200.731@19,201.059@20,201.419@21,201.466@22,201.466@23,201.466@24,201.247@25,201.2@26,201.106@27,201.138@28,201.122@29,200.903@30,200.638@31,200.434@32,200.419@33,200.434@34,200.622@35,200.825@36,200.888@37,201.013@38,200.95@39,200.841@40,200.856@41,200.841@42,201.044@43,201.169@44,201.138@45,200.966@46,200.919@47,200.966@48,200.981@49,200.981@50,201.075@51,201.075@52,201.013@53,201.028@54,201.2@55,201.653@56,201.919@57,202.044@58,202.184@59,202.45@60,202.856@61,203.247@62,203.434@63,203.388@64,203.106@65,202.966@66,202.966@67,203.044@68,203.075@69,203.106@70,203.106@71,202.934@72,202.841@73,202.513@74,201.809@75,200.7@76,199.997@77,198.888@78,196.903@79,193.747@80,188.888@81,182.278@82,174.575@83,166.106@84,156.575@85,136.013@86,129.075@87,125.575@88,124.169@89,123.856@90,123.763@91,123.544@92,123.138@93,122.747@94,122.372@95,120.091@96,116.185@97,110.044@98,101.606@99,91.9346@100,82.2002@101,73.169@102,62.7002@103,49.0284@104,35.4346@105,-3.1838@106),
486
+ 1, 1);
487
+ Tracker8 = Tracker(Reorder1, "1-185", "1/512", "luminance", 0.75,
488
+ "use start frame", 0.5, "stop", 1, 117, "v2.0", 0.3, 0.59,
489
+ 0.11, 0, 10, "track1", Linear(0,1281.14@108,1285@109,1288.04@110,1291.65@111,1295.14@112,1297.81@113,1297.27@114,1292.28@115,1292.28@116,1279.02@117,1259.93@118,1251.47@119,1241.06@120,1228.37@121,1213.9@122,1205.18@123,1192.5@124,1196.38@125,1216.06@126,1227.32@127,1239.76@128,1255.68@129,1267.78@130,1280.48@131,1293.19@132,1307.58@133,1320.2@134,1334.13@135,1367.82@136,1382.45@137,1393.32@138,1408.1@139,1416.47@140,1426.87@141,1434.98@142,1447.01@143,1461.92@144,1474.09@145,1497.8@146,1508.04@147,1514.85@148,1516.06@149,1518.81@150,1524.93@151,1533.88@152,1544.88@153,1562.17@154,1574.79@155,1591.84@156,1594.78@157,1591.47@158,1579.7@159,1566.09@160,1558.19@163,1563.88@164,1567.6@165,1556.5@166,1544.48@167,1530.45@168,1509.36@169,1469.4@171,1458.03@172,1452.96@173,1447.88@174,1438.15@175,1409.47@176,1394.03@177,1382.63@178,1375.64@179,1372.7@180,1375.64@181),
490
+ Linear(0,1065.41@108,1031.99@109,997.933@110,961.152@111,927.777@112,895.449@113,860.195@114,826.916@115,826.916@116,774.532@117,726.038@118,705.565@119,680.987@120,657.725@121,623.59@122,591.912@123,562.22@124,519.507@125,447.973@126,430.672@127,426.278@128,430.287@129,434.202@130,441.115@131,446.688@132,452.645@133,461.299@134,470.047@135,483.049@136,489.465@137,493.65@138,498.584@139,500.339@140,495.823@141,487.946@142,487.831@143,492.802@144,496.911@145,510.872@146,523.827@147,537.753@148,543.839@149,541.829@150,538.737@151,537.855@152,539.847@153,540.837@154,537.215@155,528.782@156,536.138@157,549.011@158,550.114@159,545.333@160,537.241@163,532.092@164,522.711@165,498.567@166,483.51@167,472.677@168,455.145@169,454.287@171,457.619@172,462.922@173,470.867@174,482.963@175,502.456@176,511.128@177,529.886@178,551.587@179,570.345@180,578.804@181),
491
+ Linear(0,0@108,0.9979@109,0.9921@110,0.9956@111,0.9956@112,0.9212@113,0.9921@114,0.712@115,0.3474@116,0.3474@117,0.3474@118,0.3474@119,0.3474@120,0.3474@121,0.3474@122,0.3474@123,0.3474@124,0.9706@125,0.2274@126,0.9752@127,0.9147@128,0.9043@129,0.9139@130,0.9117@131,0.9078@132,0.9079@133,0.9972@134,0.9957@135,0.993@136,0.9924@137,0.659@138,0.7045@139,0.9371@140,0.7875@141,0.9488@142,0.6143@143,0.8331@144,0.8869@145,0.8305@146,0.6981@147,0.6216@148,0.7458@149,0.7805@150,0.8351@151,0.9186@152,0.6802@153,0.6017@154,0.8176@155,0.8773@156,0.8773@157,0.8773@158,0.8773@159,0.8773@160,0.8773@163,0.8773@164,0.9735@165,0.5238@166,0.9103@167,0.8323@168,0.8323@169,0.8323@171,0.7932@172,0.7987@173,0.581@174,0.6888@175,0.4015@176,0.8425@177,0.3909@178,0.4798@179,0.4512@180,0.4512@181),
492
+ 1265.568, 1292.50134, 761.3547, 787.707, 1244.55542, 1312.77832,
493
+ 746.5645, 795.877, Linear(0,1281.14@108,1284.99@109,1288.04@110,1291.65@111,1295.14@112,1297.81@113,1297.27@114,1292.28@115,1292.28@116,1279.03@117,1259.93@118,1251.47@119,1241.06@120,1228.37@121,1213.9@122,1205.18@123,1192.5@124,1196.38@125,1216.06@126,1227.32@127,1239.76@128,1255.68@129,1267.78@130,1280.48@131,1293.19@132,1307.58@133,1320.2@134,1334.13@135,1367.82@136,1382.45@137,1393.32@138,1408.1@139,1416.47@140,1426.87@141,1434.98@142,1447.01@143,1461.92@144,1474.09@145,1497.8@146,1508.04@147,1514.85@148,1516.06@149,1518.81@150,1524.93@151,1533.88@152,1544.88@153,1562.17@154,1574.79@155,1591.84@156,1594.78@157,1591.47@158,1579.7@159,1566.09@160,1558.19@163,1563.88@164,1567.6@165,1556.5@166,1544.48@167,1530.45@168,1509.36@169,1469.4@171,1458.03@172,1452.96@173,1447.88@174,1438.15@175,1409.47@176,1394.03@177,1382.63@178,1375.64@179,1372.7@180,1375.64@181),
494
+ Linear(0,1065.41@108,1031.99@109,997.933@110,961.152@111,927.777@112,895.449@113,860.195@114,826.916@115,826.916@116,774.532@117,726.038@118,705.565@119,680.987@120,657.725@121,623.59@122,591.912@123,562.22@124,519.507@125,447.973@126,430.672@127,426.278@128,430.287@129,434.202@130,441.115@131,446.688@132,452.645@133,461.299@134,470.047@135,483.049@136,489.465@137,493.65@138,498.584@139,500.339@140,495.823@141,487.946@142,487.831@143,492.802@144,496.911@145,510.872@146,523.827@147,537.753@148,543.839@149,541.829@150,538.737@151,537.855@152,539.847@153,540.837@154,537.215@155,528.782@156,536.138@157,549.011@158,550.114@159,545.333@160,537.241@163,532.092@164,522.711@165,498.567@166,483.51@167,472.677@168,455.145@169,454.287@171,457.619@172,462.922@173,470.867@174,482.963@175,502.456@176,511.128@177,529.886@178,551.587@179,570.345@180,578.804@181),
495
+ 1, 1);
496
+
497
+
498
+ // User Interface settings
499
+
500
+ SetKey(
501
+ "colorPicker.hex", "0",
502
+ "colorPicker.range", "32",
503
+ "globals.broadcastHighQuality", "1",
504
+ "globals.broadcastMonitorNumber", "2",
505
+ "globals.broadcastViewerAspectRatio", "1",
506
+ "globals.cacheMode", "2",
507
+ "globals.consoleLineLength", "120",
508
+ "globals.displayThumbnails", "1",
509
+ "globals.enhancedNodeView", "0",
510
+ "globals.fileBrowser.favorites", "/;$HOME;/Users/julik//nreal/;/Applications/Shake/;/Applications/Shake/doc/pix/;",
511
+ "globals.fileBrowserExactList", "0",
512
+ "globals.fileBrowserFilterList", "0",
513
+ "globals.fileBrowserFullList", "0",
514
+ "globals.fileBrowserHeight", "540",
515
+ "globals.fileBrowserImageList", "0",
516
+ "globals.fileBrowserLC1", "230",
517
+ "globals.fileBrowserLC2", "70",
518
+ "globals.fileBrowserLC3", "110",
519
+ "globals.fileBrowserLC4", "245",
520
+ "globals.fileBrowserLC5", "175",
521
+ "globals.fileBrowserLC6", "65",
522
+ "globals.fileBrowserLC7", "111",
523
+ "globals.fileBrowserRIntSet", "0",
524
+ "globals.fileBrowserSC1", "211",
525
+ "globals.fileBrowserSC2", "211",
526
+ "globals.fileBrowserSC3", "211",
527
+ "globals.fileBrowserSeqList", "0",
528
+ "globals.fileBrowserShortList", "0",
529
+ "globals.fileBrowserWIntSet", "1",
530
+ "globals.fileBrowserWidth", "790",
531
+ "globals.fileBrowserfullPath", "0",
532
+ "globals.fontBlue", "1",
533
+ "globals.fontGreen", "1",
534
+ "globals.fontRed", "1",
535
+ "globals.gridBlue", "0.15",
536
+ "globals.gridEnabled", "0",
537
+ "globals.gridGreen", "0.15",
538
+ "globals.gridHeight", "40",
539
+ "globals.gridRed", "0.15",
540
+ "globals.gridVisible", "0",
541
+ "globals.gridWidth", "40",
542
+ "globals.layoutTightness", "40",
543
+ "globals.multiPlaneLocatorScale", "1",
544
+ "globals.noodleABlue", "1",
545
+ "globals.noodleAGreen", "1",
546
+ "globals.noodleARed", "1",
547
+ "globals.noodleAZBlue", "0.4",
548
+ "globals.noodleAZGreen", "0",
549
+ "globals.noodleAZRed", "0",
550
+ "globals.noodleBWABlue", "0.4",
551
+ "globals.noodleBWAGreen", "0.4",
552
+ "globals.noodleBWARed", "0.4",
553
+ "globals.noodleBWAZBlue", "0.4",
554
+ "globals.noodleBWAZGreen", "0",
555
+ "globals.noodleBWAZRed", "0",
556
+ "globals.noodleBWBlue", "0.15",
557
+ "globals.noodleBWGreen", "0.15",
558
+ "globals.noodleBWRed", "0.15",
559
+ "globals.noodleBWZBlue", "0.4",
560
+ "globals.noodleBWZGreen", "0",
561
+ "globals.noodleBWZRed", "0",
562
+ "globals.noodleBlue", "1",
563
+ "globals.noodleColorCoding", "2",
564
+ "globals.noodleGreen", "1",
565
+ "globals.noodleRGBABlue", "0.7",
566
+ "globals.noodleRGBAGreen", "0.7",
567
+ "globals.noodleRGBARed", "0.7",
568
+ "globals.noodleRGBAZBlue", "1",
569
+ "globals.noodleRGBAZGreen", "0.4",
570
+ "globals.noodleRGBAZRed", "0.4",
571
+ "globals.noodleRGBBlue", "0",
572
+ "globals.noodleRGBGreen", "0.7",
573
+ "globals.noodleRGBRed", "0.7",
574
+ "globals.noodleRGBZBlue", "0.8",
575
+ "globals.noodleRGBZGreen", "0.2",
576
+ "globals.noodleRGBZRed", "0.2",
577
+ "globals.noodleRed", "1",
578
+ "globals.noodleStipple16", "1061109567",
579
+ "globals.noodleStipple32", "-1",
580
+ "globals.noodleStipple8", "-1431655766",
581
+ "globals.noodleTension", "0.25",
582
+ "globals.noodleZBlue", "0.4",
583
+ "globals.noodleZGreen", "0",
584
+ "globals.noodleZRed", "0",
585
+ "globals.paintFrameMode", "1",
586
+ "globals.pdfBrowserPath", "",
587
+ "globals.proxyTog.cycle", "-1,0,0,0,0,-1",
588
+ "globals.renderModeTog.cycle", "2,0,0,2",
589
+ "globals.rotoAutoControlScale", "1",
590
+ "globals.rotoBuildColorBlue", "0.75",
591
+ "globals.rotoBuildColorGreen", "0.75",
592
+ "globals.rotoBuildColorRed", "0.375",
593
+ "globals.rotoControlScale", "1",
594
+ "globals.rotoFocusColorBlue", "0.9375",
595
+ "globals.rotoFocusColorGreen", "0.375",
596
+ "globals.rotoFocusColorRed", "0.5",
597
+ "globals.rotoFocusSelectColorBlue", "0.5",
598
+ "globals.rotoFocusSelectColorGreen", "1",
599
+ "globals.rotoFocusSelectColorRed", "0.5",
600
+ "globals.rotoKeyedColorBlue", "1",
601
+ "globals.rotoKeyedColorGreen", "0.65",
602
+ "globals.rotoKeyedColorRed", "0.45",
603
+ "globals.rotoNormalColorBlue", "0.125",
604
+ "globals.rotoNormalColorGreen", "0.75",
605
+ "globals.rotoNormalColorRed", "0.75",
606
+ "globals.rotoNormalSelectColorBlue", "0.0625",
607
+ "globals.rotoNormalSelectColorGreen", "1",
608
+ "globals.rotoNormalSelectColorRed", "0.0625",
609
+ "globals.rotoPickRadius", "15",
610
+ "globals.rotoTangentColorBlue", "0.125",
611
+ "globals.rotoTangentColorGreen", "0.5625",
612
+ "globals.rotoTangentColorRed", "0.5625",
613
+ "globals.rotoTangentCreationRadius", "10",
614
+ "globals.rotoTempKeyColorBlue", "0",
615
+ "globals.rotoTempKeyColorGreen", "0.5",
616
+ "globals.rotoTempKeyColorRed", "1",
617
+ "globals.rotoTransformIncrement", "5",
618
+ "globals.showActiveGlows", "2",
619
+ "globals.showConcatenationLinks", "2",
620
+ "globals.showExpressionLinks", "2",
621
+ "globals.showTimeDependency", "2",
622
+ "globals.textureProxy", "1",
623
+ "globals.thumbAlphaBlend", "1",
624
+ "globals.thumbSize", "15",
625
+ "globals.thumbSizeRelative", "0",
626
+ "globals.viewerAspectRatio", "script.defaultViewerAspectRatio",
627
+ "globals.viewerZoom", "1.0/proxyScale",
628
+ "globals.virtualSliderMode", "0",
629
+ "globals.virtualSliderSpeed", "0.25",
630
+ "globals.warpBoundaryNormalColorBlue", "0",
631
+ "globals.warpBoundaryNormalColorGreen", "0.5",
632
+ "globals.warpBoundaryNormalColorRed", "1",
633
+ "globals.warpConnectionNormalColorBlue", "0.8",
634
+ "globals.warpConnectionNormalColorGreen", "0",
635
+ "globals.warpConnectionNormalColorRed", "0.4",
636
+ "globals.warpDisplacedNormalColorBlue", "1",
637
+ "globals.warpDisplacedNormalColorGreen", "0",
638
+ "globals.warpDisplacedNormalColorRed", "1",
639
+ "globals.warpLockedColorBlue", "0.6",
640
+ "globals.warpLockedColorGreen", "0.6",
641
+ "globals.warpLockedColorRed", "0.6",
642
+ "globals.warpSourceNormalColorBlue", "1",
643
+ "globals.warpSourceNormalColorGreen", "0.8",
644
+ "globals.warpSourceNormalColorRed", "0",
645
+ "globals.warpTargetNormalColorBlue", "0.7",
646
+ "globals.warpTargetNormalColorGreen", "0.2",
647
+ "globals.warpTargetNormalColorRed", "0.2",
648
+ "globals.webBrowserPath", "",
649
+ "mainQuad.bot", "0.6",
650
+ "mainQuad.left", "0.29",
651
+ "mainQuad.right", "0.35",
652
+ "mainQuad.top", "0.6",
653
+ "mainWin.height", "1146",
654
+ "mainWin.tabChild1", "0.Image",
655
+ "mainWin.tabChild10", "0.Node_View_2",
656
+ "mainWin.tabChild11", "0.Time_View",
657
+ "mainWin.tabChild12", "1.Parameters1",
658
+ "mainWin.tabChild13", "1.Parameters2",
659
+ "mainWin.tabChild14", "1.Globals",
660
+ "mainWin.tabChild15", "2.Viewers",
661
+ "mainWin.tabChild2", "0.Color",
662
+ "mainWin.tabChild3", "0.Filter",
663
+ "mainWin.tabChild4", "0.Key",
664
+ "mainWin.tabChild5", "0.Layer",
665
+ "mainWin.tabChild6", "0.Transform",
666
+ "mainWin.tabChild7", "0.Warp",
667
+ "mainWin.tabChild8", "0.Other",
668
+ "mainWin.tabChild9", "0.Curve_Editor_2",
669
+ "mainWin.width", "1914",
670
+ "mainWin.xPos", "92",
671
+ "mainWin.yPos", "10",
672
+ "nodeView.ChromaKey1.t", "0",
673
+ "nodeView.ChromaKey1.x", "356",
674
+ "nodeView.ChromaKey1.y", "450",
675
+ "nodeView.ChromaKey2.t", "0",
676
+ "nodeView.ChromaKey2.x", "495",
677
+ "nodeView.ChromaKey2.y", "432",
678
+ "nodeView.LogLin1.t", "0",
679
+ "nodeView.LogLin1.x", "788.812866",
680
+ "nodeView.LogLin1.y", "1550.075",
681
+ "nodeView.N0266_RSZ_2560.t", "1",
682
+ "nodeView.N0266_RSZ_2560.tnChannel", "0",
683
+ "nodeView.N0266_RSZ_2560.tnTime", "1",
684
+ "nodeView.N0266_RSZ_2560.tnVisible", "1",
685
+ "nodeView.N0266_RSZ_2560.x", "330",
686
+ "nodeView.N0266_RSZ_2560.y", "1079",
687
+ "nodeView.Reorder1.t", "0",
688
+ "nodeView.Reorder1.x", "378",
689
+ "nodeView.Reorder1.y", "396",
690
+ "nodeView.Reorder2.t", "0",
691
+ "nodeView.Reorder2.x", "928",
692
+ "nodeView.Reorder2.y", "434",
693
+ "nodeView.Tracker1.t", "0",
694
+ "nodeView.Tracker1.x", "165",
695
+ "nodeView.Tracker1.y", "323",
696
+ "nodeView.Tracker10.t", "0",
697
+ "nodeView.Tracker10.x", "315",
698
+ "nodeView.Tracker10.y", "101",
699
+ "nodeView.Tracker11.t", "0",
700
+ "nodeView.Tracker11.x", "656",
701
+ "nodeView.Tracker11.y", "109",
702
+ "nodeView.Tracker12.t", "0",
703
+ "nodeView.Tracker12.x", "36",
704
+ "nodeView.Tracker12.y", "228",
705
+ "nodeView.Tracker13.t", "0",
706
+ "nodeView.Tracker13.x", "118",
707
+ "nodeView.Tracker13.y", "106",
708
+ "nodeView.Tracker14.t", "0",
709
+ "nodeView.Tracker14.x", "809",
710
+ "nodeView.Tracker14.y", "201",
711
+ "nodeView.Tracker15.t", "0",
712
+ "nodeView.Tracker15.x", "1265",
713
+ "nodeView.Tracker15.y", "251",
714
+ "nodeView.Tracker16.t", "0",
715
+ "nodeView.Tracker16.x", "814",
716
+ "nodeView.Tracker16.y", "686",
717
+ "nodeView.Tracker17.t", "0",
718
+ "nodeView.Tracker17.x", "863",
719
+ "nodeView.Tracker17.y", "492",
720
+ "nodeView.Tracker18.t", "0",
721
+ "nodeView.Tracker18.x", "765",
722
+ "nodeView.Tracker18.y", "738",
723
+ "nodeView.Tracker19.t", "0",
724
+ "nodeView.Tracker19.x", "504",
725
+ "nodeView.Tracker19.y", "508",
726
+ "nodeView.Tracker2.t", "0",
727
+ "nodeView.Tracker2.x", "386",
728
+ "nodeView.Tracker2.y", "228",
729
+ "nodeView.Tracker20.t", "0",
730
+ "nodeView.Tracker20.x", "837",
731
+ "nodeView.Tracker20.y", "387",
732
+ "nodeView.Tracker21.t", "0",
733
+ "nodeView.Tracker21.x", "901",
734
+ "nodeView.Tracker21.y", "583",
735
+ "nodeView.Tracker22.t", "0",
736
+ "nodeView.Tracker22.x", "924",
737
+ "nodeView.Tracker22.y", "746",
738
+ "nodeView.Tracker23.t", "0",
739
+ "nodeView.Tracker23.x", "559",
740
+ "nodeView.Tracker23.y", "608",
741
+ "nodeView.Tracker24.t", "0",
742
+ "nodeView.Tracker24.x", "691",
743
+ "nodeView.Tracker24.y", "610",
744
+ "nodeView.Tracker25.t", "0",
745
+ "nodeView.Tracker25.x", "1317",
746
+ "nodeView.Tracker25.y", "381",
747
+ "nodeView.Tracker26.t", "0",
748
+ "nodeView.Tracker26.x", "1086",
749
+ "nodeView.Tracker26.y", "591",
750
+ "nodeView.Tracker27.t", "0",
751
+ "nodeView.Tracker27.x", "1171",
752
+ "nodeView.Tracker27.y", "729",
753
+ "nodeView.Tracker28.t", "0",
754
+ "nodeView.Tracker28.x", "1356",
755
+ "nodeView.Tracker28.y", "965",
756
+ "nodeView.Tracker29.t", "0",
757
+ "nodeView.Tracker29.x", "1237",
758
+ "nodeView.Tracker29.y", "547",
759
+ "nodeView.Tracker3.t", "0",
760
+ "nodeView.Tracker3.x", "611",
761
+ "nodeView.Tracker3.y", "226",
762
+ "nodeView.Tracker30.t", "0",
763
+ "nodeView.Tracker30.x", "1330",
764
+ "nodeView.Tracker30.y", "772",
765
+ "nodeView.Tracker31.t", "0",
766
+ "nodeView.Tracker31.x", "1099",
767
+ "nodeView.Tracker31.y", "980",
768
+ "nodeView.Tracker32.t", "0",
769
+ "nodeView.Tracker32.x", "1064",
770
+ "nodeView.Tracker32.y", "1096",
771
+ "nodeView.Tracker33.t", "0",
772
+ "nodeView.Tracker33.x", "909",
773
+ "nodeView.Tracker33.y", "1150",
774
+ "nodeView.Tracker34.t", "0",
775
+ "nodeView.Tracker34.x", "1049",
776
+ "nodeView.Tracker34.y", "1149",
777
+ "nodeView.Tracker35.t", "0",
778
+ "nodeView.Tracker35.x", "1146",
779
+ "nodeView.Tracker35.y", "1046",
780
+ "nodeView.Tracker36.t", "0",
781
+ "nodeView.Tracker36.x", "1263",
782
+ "nodeView.Tracker36.y", "1112",
783
+ "nodeView.Tracker37.t", "0",
784
+ "nodeView.Tracker37.x", "569",
785
+ "nodeView.Tracker37.y", "999",
786
+ "nodeView.Tracker38.t", "0",
787
+ "nodeView.Tracker38.x", "138",
788
+ "nodeView.Tracker38.y", "833",
789
+ "nodeView.Tracker39.t", "0",
790
+ "nodeView.Tracker39.x", "1043",
791
+ "nodeView.Tracker39.y", "1273",
792
+ "nodeView.Tracker4.t", "0",
793
+ "nodeView.Tracker4.x", "235",
794
+ "nodeView.Tracker4.y", "198",
795
+ "nodeView.Tracker40.t", "0",
796
+ "nodeView.Tracker40.x", "1269",
797
+ "nodeView.Tracker40.y", "1210",
798
+ "nodeView.Tracker41.t", "0",
799
+ "nodeView.Tracker41.x", "1198",
800
+ "nodeView.Tracker41.y", "1289",
801
+ "nodeView.Tracker42.t", "0",
802
+ "nodeView.Tracker42.x", "1166",
803
+ "nodeView.Tracker42.y", "1390",
804
+ "nodeView.Tracker43.t", "0",
805
+ "nodeView.Tracker43.x", "1278",
806
+ "nodeView.Tracker43.y", "1403",
807
+ "nodeView.Tracker44.t", "0",
808
+ "nodeView.Tracker44.x", "494",
809
+ "nodeView.Tracker44.y", "114",
810
+ "nodeView.Tracker45.t", "0",
811
+ "nodeView.Tracker45.x", "642",
812
+ "nodeView.Tracker45.y", "341",
813
+ "nodeView.Tracker46.t", "0",
814
+ "nodeView.Tracker46.x", "1077",
815
+ "nodeView.Tracker46.y", "1488",
816
+ "nodeView.Tracker47.t", "0",
817
+ "nodeView.Tracker47.x", "1238",
818
+ "nodeView.Tracker47.y", "1477",
819
+ "nodeView.Tracker48.t", "0",
820
+ "nodeView.Tracker48.x", "1307",
821
+ "nodeView.Tracker48.y", "1538",
822
+ "nodeView.Tracker49.t", "0",
823
+ "nodeView.Tracker49.x", "1443",
824
+ "nodeView.Tracker49.y", "1657",
825
+ "nodeView.Tracker5.t", "0",
826
+ "nodeView.Tracker5.x", "1327.24634",
827
+ "nodeView.Tracker5.y", "1303.71655",
828
+ "nodeView.Tracker50.t", "0",
829
+ "nodeView.Tracker50.x", "1018.40125",
830
+ "nodeView.Tracker50.y", "1625.24609",
831
+ "nodeView.Tracker6.t", "0",
832
+ "nodeView.Tracker6.x", "1060",
833
+ "nodeView.Tracker6.y", "333",
834
+ "nodeView.Tracker7.t", "0",
835
+ "nodeView.Tracker7.x", "725",
836
+ "nodeView.Tracker7.y", "281",
837
+ "nodeView.Tracker8.t", "0",
838
+ "nodeView.Tracker8.x", "692",
839
+ "nodeView.Tracker8.y", "460",
840
+ "nodeView.Tracker9.t", "0",
841
+ "nodeView.Tracker9.x", "903",
842
+ "nodeView.Tracker9.y", "631",
843
+ "nodeView.xPan", "-51.1278229",
844
+ "nodeView.yPan", "113.04184",
845
+ "nodeView.zoom", "0.8820746",
846
+ "pixelAnalyzer1.aStatToggleState", "0",
847
+ "pixelAnalyzer1.accumulate", "0",
848
+ "pixelAnalyzer1.bStatToggleState", "0",
849
+ "pixelAnalyzer1.bit16ToggleState", "0",
850
+ "pixelAnalyzer1.bit32ToggleState", "1",
851
+ "pixelAnalyzer1.bit8ToggleState", "0",
852
+ "pixelAnalyzer1.gStatToggleState", "0",
853
+ "pixelAnalyzer1.hStatToggleState", "0",
854
+ "pixelAnalyzer1.hex", "0",
855
+ "pixelAnalyzer1.imgToggleState", "0",
856
+ "pixelAnalyzer1.lStatToggleState", "1",
857
+ "pixelAnalyzer1.offToggleState", "0",
858
+ "pixelAnalyzer1.pxlToggleState", "1",
859
+ "pixelAnalyzer1.rStatToggleState", "0",
860
+ "pixelAnalyzer1.sStatToggleState", "0",
861
+ "pixelAnalyzer1.vStatToggleState", "0",
862
+ "spawnedViewerCount", "0",
863
+ "timeBar.current", "185",
864
+ "timeBar.high", "185",
865
+ "timeBar.incr", "1",
866
+ "timeBar.low", "1",
867
+ "timeView.ctrls.selGroup", "0",
868
+ "timeView.list.open.N0266_RSZ_2560.cycle", "-2,-2,0",
869
+ "timeView.wSpace.constDisp", "0",
870
+ "timeView.wSpace.dispInOut", "1",
871
+ "timeView.wSpace.endTime", "100",
872
+ "timeView.wSpace.startTime", "1",
873
+ "timeView.wSpace.trim", "0",
874
+ "updater.mode", "2",
875
+ "vDesk.0.chanTog.0.cycle", "4,0,0,0,0,0",
876
+ "vDesk.0.chanTog.1.cycle", "4,0,0,0,0,0",
877
+ "vDesk.0.compareMode", "0",
878
+ "vDesk.0.compareTog.cycle", "-1,0,0,0,-1",
879
+ "vDesk.0.displayModeA", "0",
880
+ "vDesk.0.displayModeB", "0",
881
+ "vDesk.0.dodNodeSerial", "SetDOD(Select1, 0, 2560, 0, 1080);",
882
+ "vDesk.0.dodToggle", "0",
883
+ "vDesk.0.g", "1",
884
+ "vDesk.0.h", "768",
885
+ "vDesk.0.i", "0",
886
+ "vDesk.0.ih", "0",
887
+ "vDesk.0.isActive", "1",
888
+ "vDesk.0.iw", "0",
889
+ "vDesk.0.lookupNodeSerial0", "Truelight_VLUT_(ViewerDodSelect, \"none\", \"monitor\", \"log\", 0, 0, 0, 0, 0, 0, 1, 0.01, 16, 0.1978, 0.4683);",
890
+ "vDesk.0.lookupNodeSerial1", "ViewerLookup1_(ViewerDodSelect, 1, 0, 2, 0, 0, 0, 95, rBlack, rBlack, 685, rWhite, rWhite, 0.6, rNGamma, rNGamma, 1.7, rDGamma, rDGamma, 0, rSoftClip, rSoftClip);",
891
+ "vDesk.0.lookupTog.cycle", "1,0,0,0",
892
+ "vDesk.0.lookupToggle", "0",
893
+ "vDesk.0.monitoredNodeA", "NRiScript1.Tracker3",
894
+ "vDesk.0.numViewerLookups", "2",
895
+ "vDesk.0.numViewerScripts", "6",
896
+ "vDesk.0.oscAutoKeyOnOff", "0",
897
+ "vDesk.0.oscLockTog.cycle", "1,0,0,0",
898
+ "vDesk.0.oscOnOff", "1",
899
+ "vDesk.0.oscTog.cycle", "1,0,0,1",
900
+ "vDesk.0.roiOnOff", "1",
901
+ "vDesk.0.scriptNodeSerial0", "ApertureMarking(riNode, \"Auto\", 0, 0, 1, 1, 1.0, 1.0, 1.0, 1.0, 3, 1, 0.2, academyDefaultRed, academyDefaultGreen, academyDefaultBlue, academyDefaultAlpha, academyDefaultLineWidth, 1, 0.4, academyDefaultRed, academyDefaultGreen, academyDefaultBlue, academyDefaultAlpha, academyDefaultLineWidth, 1, 0.6, academyDefaultRed, academyDefaultGreen, academyDefaultBlue, academyDefaultAlpha, academyDefaultLineWidth, 0, 0.8, academyDefaultRed, academyDefaultGreen, academyDefaultBlue, academyDefaultAlpha, academyDefaultLineWidth, 0, 0.5, academyDefaultRed, academyDefaultGreen, academyDefaultBlue, academyDefaultAlpha, academyDefaultLineWidth, 0, 0.25, academyDefaultRed, academyDefaultGreen, academyDefaultBlue, academyDefaultAlpha, academyDefaultLineWidth, 1.0, 1.0, 1.0, 1.0, 3, 0, 0.2, fullDefaultRed, fullDefaultGreen, fullDefaultBlue, fullDefaultAlpha, fullDefaultLineWidth, 1, 0.4, fullDefaultRed, fullDefaultGreen, fullDefaultBlue, fullDefaultAlpha, fullDefaultLineWidth, 1, 0.6, fullDefaultRed, fullDefaultGreen, fullDefaultBlue, fullDefaultAlpha, fullDefaultLineWidth, 1.0, 1.0, 1.0, 1.0, 1, 1, 20, 0.25, tvDefaultRed, tvDefaultGreen, tvDefaultBlue, tvDefaultAlpha, tvDefaultLineWidth, 1, 10, 0.5, tvDefaultRed, tvDefaultGreen, tvDefaultBlue, tvDefaultAlpha, tvDefaultLineWidth);",
902
+ "vDesk.0.scriptNodeSerial1", "ViewerScript_2_(riNode, 1, 1, 1, Input.width/2, Input.height/2);",
903
+ "vDesk.0.scriptNodeSerial2", "ViewerScript_3_(riNode, 3, 0, .5);",
904
+ "vDesk.0.scriptNodeSerial3", "ViewZ(riNode, 0, 0, 0, 5000000, 1, 100);",
905
+ "vDesk.0.scriptNodeSerial4", "FloatView_(riNode, 2, 0, 0, 1, 1-red1, 1-green1, 1-blue1);",
906
+ "vDesk.0.scriptNodeSerial5", "TimeCode_(riNode, \"Timecode\", 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, .5, 20, 20);",
907
+ "vDesk.0.scriptTog.cycle", "-1,0,0,0,0,0,0,-1",
908
+ "vDesk.0.scriptToggle", "0",
909
+ "vDesk.0.updateModeA", "1",
910
+ "vDesk.0.updateModeB", "1",
911
+ "vDesk.0.updateTog.0.cycle", "-1,0,0,1",
912
+ "vDesk.0.updateTog.1.cycle", "-1,0,0,1",
913
+ "vDesk.0.w", "1142",
914
+ "vDesk.0.x", "0",
915
+ "vDesk.0.xPan", "-2863.804",
916
+ "vDesk.0.xliderValue", "0",
917
+ "vDesk.0.y", "0",
918
+ "vDesk.0.yPan", "-48.7495422",
919
+ "vDesk.0.zoom", "2.857797",
920
+ "vDesk.viewers", "1"
921
+ );