summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/stitch/data
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/benchmarks/stitch/data')
-rw-r--r--SD-VBS/benchmarks/stitch/data/Makefile2
-rw-r--r--SD-VBS/benchmarks/stitch/data/cif/1.bmpbin0 -> 203958 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/cif/2.bmpbin0 -> 203958 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/cif/3.bmpbin0 -> 304182 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/cif/Makefile8
-rw-r--r--SD-VBS/benchmarks/stitch/data/cif/expected.m104
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/cif/stitchbin0 -> 52792 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/fullhd/1.bmpbin0 -> 6220854 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/fullhd/2.bmpbin0 -> 6220854 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/fullhd/Makefile8
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/fullhd/stitchbin0 -> 47568 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/qcif/1.bmpbin0 -> 76086 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/qcif/2.bmpbin0 -> 76086 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/qcif/Makefile7
-rw-r--r--SD-VBS/benchmarks/stitch/data/qcif/expected.m48
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/qcif/stitchbin0 -> 47560 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim/1.bmpbin0 -> 630 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim/2.bmpbin0 -> 630 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim/Makefile6
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim/expected.m1
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/sim/stitchbin0 -> 47568 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim_fast/1.bmpbin0 -> 378 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim_fast/2.bmpbin0 -> 378 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim_fast/Makefile6
-rw-r--r--SD-VBS/benchmarks/stitch/data/sim_fast/expected.m1
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/sim_fast/stitchbin0 -> 47560 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sqcif/1.bmpbin0 -> 36918 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sqcif/2.bmpbin0 -> 36918 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/sqcif/Makefile6
-rw-r--r--SD-VBS/benchmarks/stitch/data/sqcif/expected.m21
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/sqcif/stitchbin0 -> 47560 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/test/1.bmpbin0 -> 198 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/test/2.bmpbin0 -> 198 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/test/Makefile6
-rw-r--r--SD-VBS/benchmarks/stitch/data/test/expected.m1
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/test/stitchbin0 -> 47560 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/vga/1.bmpbin0 -> 844854 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/vga/2.bmpbin0 -> 844854 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/vga/3.bmpbin0 -> 846774 bytes
-rw-r--r--SD-VBS/benchmarks/stitch/data/vga/Makefile8
-rw-r--r--SD-VBS/benchmarks/stitch/data/vga/expected.m410
-rwxr-xr-xSD-VBS/benchmarks/stitch/data/vga/stitchbin0 -> 47560 bytes
42 files changed, 643 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/stitch/data/Makefile b/SD-VBS/benchmarks/stitch/data/Makefile
new file mode 100644
index 0000000..121b0d2
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/data/Makefile
@@ -0,0 +1,2 @@
1include ../../../common/makefiles/Makefile.include
2include $(MAKEFILE_COMMON_DIR)/Makefile.recurse
diff --git a/SD-VBS/benchmarks/stitch/data/cif/1.bmp b/SD-VBS/benchmarks/stitch/data/cif/1.bmp
new file mode 100644
index 0000000..f84e26c
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/data/cif/1.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/stitch/data/cif/2.bmp b/SD-VBS/benchmarks/stitch/data/cif/2.bmp
new file mode 100644
index 0000000..787dd67
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/data/cif/2.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/stitch/data/cif/3.bmp b/SD-VBS/benchmarks/stitch/data/cif/3.bmp
new file mode 100644
index 0000000..e97cd23
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/data/cif/3.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/stitch/data/cif/Makefile b/SD-VBS/benchmarks/stitch/data/cif/Makefile
new file mode 100644
index 0000000..291f322
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/data/cif/Makefile
@@ -0,0 +1,8 @@
1INPUT=cif
2include ../../../../common/makefiles/Makefile.include
3
4BMARK=stitch
5include $(MAKEFILE_COMMON_DIR)/Makefile.common
6
7
8
diff --git a/SD-VBS/benchmarks/stitch/data/cif/expected.m b/SD-VBS/benchmarks/stitch/data/cif/expected.m
new file mode 100644
index 0000000..dc9aad2
--- /dev/null
+++ b/SD-VBS/benchmarks/stitch/data/cif/expected.m
@@ -0,0 +1,104 @@
1-1.267254 0.448087 0.269846 -0.046516 0.008815 -0.302984 -0.547297 -0.397124 0.454872 3.378042 2.804183 2.121006 2.014771 1.811798 0.806877 0.642709 -0.211614 2.266383 1.511370 0.800596 0.385946 0.473907 0.160869 0.031233 -1.134224 0.933532 0.579118 0.000096 -0.246471 -0.177921 -0.056162 -0.072827 -1.490613 0.042324 0.043825 -0.150114 -0.271740 -0.353742 -0.215269 -0.265320 -1.615147 -0.183971 -0.134671 -0.246453 -0.467647 -0.470726 -0.369555 -0.227479 -1.667640 -0.352695 -0.308670 -0.431446 -0.729182 -0.902388 -0.715257 -0.264311 -1.841068 -0.398765 -0.252229 -0.959242 -0.718953 -0.800257 -0.587460 -0.137802
2-1.087448 -1.146922 -1.317673 -0.949723 -0.264679 -0.680521 -1.284745 -1.343582 -0.193472 -0.224010 -0.443379 -0.146132 1.717100 0.637961 -0.109907 -0.239492 -0.563322 -0.591768 -1.159393 -0.890598 0.918022 0.220444 -0.382076 -0.449357 -0.339664 -0.408725 -0.742055 -1.233748 0.404447 1.067418 0.118021 -0.433767 0.613224 0.429261 -0.859715 -0.607095 0.113293 1.788760 2.194819 0.859603 -0.526522 -0.629381 -0.760216 -0.466531 0.043160 1.622856 2.282871 2.349126 -0.512319 -0.982606 -0.691455 -0.501222 -0.193997 1.322832 1.690775 2.170050 0.981230 -1.083554 -0.674515 -0.651167 -0.250662 0.486269 0.562692 1.422881
31.125106 0.157780 0.031064 -0.167333 0.058357 0.184717 0.118472 -1.711094 3.130139 1.964384 1.525984 1.017099 1.590918 1.957499 1.583888 -0.929536 1.609271 0.820711 0.392990 -0.119024 -0.020304 0.185471 0.113563 -1.236081 0.525310 0.115715 -0.153787 -0.257190 -0.036052 0.548610 0.364845 -0.855888 1.336483 0.355124 -0.153996 -0.066430 0.411634 0.647309 1.280493 -0.664836 -0.195753 -0.023536 -0.259090 -0.749710 -0.928005 -1.076163 -0.836965 -1.673589 -0.532697 -0.976909 -0.496306 -0.835640 -0.395471 -0.262239 -0.920597 -1.801607 0.341613 0.328638 -0.049661 -0.992224 -0.666015 -0.476336 -1.037958 -2.265167
40.334098 0.718860 1.041120 1.063526 0.978217 0.941954 0.649160 -2.025505 0.349512 0.250917 0.371397 1.007732 1.240647 0.876760 0.559884 -2.262853 0.428511 0.565964 0.665059 0.839518 0.867693 0.909356 0.860263 -2.021370 0.549475 0.254836 0.964393 0.953533 0.209559 0.419035 0.378539 -2.107130 0.716301 0.568012 0.285110 0.272843 0.526713 0.009228 -0.044852 -2.405884 0.090393 0.383941 0.507853 0.363745 0.318608 -0.023200 -0.351668 -2.549061 0.091389 -0.417362 -0.177876 -0.239159 -0.130580 0.039704 -0.271974 -2.463456 -0.342495 -0.305237 -0.498452 -0.427523 -0.456802 -0.626943 -0.569719 -2.704254
5-1.705739 -1.685635 -1.218863 -0.574561 0.781527 0.883086 0.740894 -0.290289 -0.638825 -0.430510 0.254675 0.550182 1.604348 2.796916 2.878283 1.635575 -0.513173 -0.008739 0.343393 0.029231 0.324651 0.999972 1.257020 0.416405 -1.015380 -0.436270 -0.307826 -0.221728 0.272884 0.510250 0.101503 -0.335130 -0.882432 -0.347882 -0.312355 -0.321934 0.131654 1.164120 0.966224 -0.079917 -0.657227 -0.130379 -0.189491 -0.819045 -0.235767 0.132874 -0.667159 -0.483573 0.642963 -0.832525 -1.159086 -1.310377 -1.141931 1.271637 -1.026346 -1.499881 2.357137 1.280223 -0.760726 -0.830539 -1.325880 0.271971 -0.094320 -0.108152
6-1.606386 -0.579863 -0.851971 0.871034 0.887097 -0.737442 -0.800894 1.180769 -0.924622 -0.495797 0.085365 2.616354 3.063924 -0.495805 -1.030185 0.433201 -0.782149 -0.591362 0.129508 -0.203553 1.709221 0.027835 -0.985025 0.052961 0.084859 1.418248 0.105660 1.833765 1.536360 -0.566795 -0.617625 0.064815 1.393955 1.867039 -1.562383 1.149811 1.014435 -1.096732 -0.650901 -0.092726 0.396262 -0.883391 0.091487 0.337467 -0.371518 -0.735661 -0.070816 0.072748 0.232594 -0.609076 0.261734 -0.106559 -0.906475 0.429863 0.686790 0.420799 -0.657616 -0.196819 0.194704 -0.737794 -1.542330 -1.610329 -0.896509 -0.653555
7-0.010539 -1.474051 -1.688084 -1.807864 -0.767107 -1.042989 0.703907 0.720193 -0.244444 -0.726836 0.254204 -1.116647 -0.681876 -0.092656 2.473426 2.927202 0.507234 -0.154496 0.456106 -0.972198 -0.778766 -0.047901 -0.385580 1.553716 -0.645902 -0.303412 0.364314 -0.093169 1.258708 -0.072080 1.679987 1.378458 -0.664680 1.466264 0.486998 1.234078 1.713721 -1.763250 0.986549 0.849296 -0.068957 0.806911 0.453206 0.222551 -1.074844 -0.086449 0.162942 -0.555874 -0.102245 -0.277574 0.961204 0.056614 -0.796725 0.086159 -0.287241 -1.098248 -0.326304 -0.556317 0.877996 -0.845938 -0.378752 0.018200 -0.927228 -1.742919
8-0.040352 -0.261902 -0.139878 0.149141 -0.699851 -0.174246 0.169175 0.723798 0.372626 0.348355 0.213191 2.845392 -0.882088 -0.143665 -0.101515 0.621502 0.313743 0.223921 1.273114 3.949839 -1.853493 -0.655349 -0.284604 0.888277 1.047223 0.558159 1.305731 2.558955 -1.039506 -1.004223 -0.455133 1.183205 1.252828 0.232932 -0.385239 -0.245253 -0.608557 -0.838720 -0.399788 0.746316 -0.747987 -0.011735 0.135660 -1.376170 -0.396197 -0.516833 -0.158018 0.710970 -2.298968 -1.179833 -0.697159 -0.763670 -0.263035 -0.614155 -0.226431 0.257192 -0.606669 -0.067546 -0.383522 -0.459449 -0.353852 -0.663801 -0.259626 0.176770
9-0.804537 -0.891026 -0.633777 -0.010766 -1.172612 -0.392628 2.686816 2.335384 -0.709068 -0.960799 -0.682825 -0.336097 -0.908980 -0.211723 1.792421 1.849255 -0.774178 -0.996392 -0.706624 -0.393754 -0.831537 -0.721601 1.423068 2.146664 -0.814402 -1.007484 -0.921527 -0.179968 -0.811193 -0.836264 2.625443 2.517647 -0.415980 -0.887757 -0.610982 2.104052 -0.393979 0.314342 0.598294 -0.216146 -0.552166 -1.061414 -0.351713 0.326139 0.011145 0.013701 0.208541 -0.304741 0.544936 -0.253484 -0.403662 -0.539295 0.010613 0.130005 0.387713 0.033129 0.497218 0.089021 0.494759 0.448510 -0.020941 -0.125755 -0.294173 -0.446867
100.435031 0.504540 1.286894 0.845405 -0.236961 0.337424 -0.396879 -0.151134 -0.425745 -0.046250 1.832746 -0.090504 1.832500 1.880526 -0.029352 -0.632321 -0.869795 -0.302584 1.851994 -0.824615 1.631254 0.253016 0.099681 -1.004447 -1.127312 -0.336147 2.300958 0.190572 0.130685 -0.383311 -1.140005 -1.351236 -1.006603 -0.458487 1.705522 1.458562 -1.034782 -0.418808 -1.515751 -1.532834 -0.821341 -0.331360 1.077007 1.116946 -0.658202 -0.557990 -1.011452 -1.075149 -0.766921 -0.689666 0.817453 1.325943 0.052877 -0.498913 -0.902811 -0.770947 -0.752624 -0.770242 1.662394 1.586643 -0.286034 -0.381948 -0.315868 -0.309240
110.895959 -0.271193 -0.449731 -0.460721 -0.539533 -0.643986 -0.852944 -0.875205 2.196452 -0.151345 -0.637590 -0.688312 -0.796203 -0.844449 -0.761364 -0.614462 2.040102 0.928982 -0.625901 -0.731416 -0.893093 -0.637153 -0.692900 -0.474516 1.387754 0.963944 -0.075080 0.476305 -0.228594 0.007311 -0.395027 -0.259323 1.911748 0.065512 1.911511 1.957615 0.124216 -0.454608 -0.765911 0.111981 1.930225 -0.639202 1.718325 0.395277 0.248082 -0.811832 -0.659925 0.145599 2.361211 0.335333 0.277844 -0.215570 -0.941963 -1.144735 -0.793416 -0.464966 1.789619 1.552548 -0.840953 -0.249645 -1.302662 -1.319061 -0.654916 -0.874049
120.479157 0.206124 0.126337 0.087791 0.435703 0.127909 -0.147397 -0.181344 0.032750 0.027530 -0.017997 0.828502 0.257013 -0.144683 -0.372257 -0.732680 -0.315279 -0.352643 -0.355003 0.738589 0.602464 -0.018743 -0.202383 -0.267015 -0.161564 0.085009 0.206529 1.662674 1.404408 0.026568 0.508458 2.012176 -0.046648 0.319906 1.373834 3.430430 2.220530 -1.011212 -1.597452 -0.899816 0.453326 0.681103 0.324470 -0.525695 -0.111168 -1.555587 -1.988301 -2.071988 -0.169196 1.304331 0.328998 -0.678944 0.102764 -1.521905 -1.759507 -1.892476 0.008701 1.360757 -0.439118 -0.649052 -0.156898 -0.692409 0.396660 -1.125145
130.435031 0.504540 1.286894 0.845405 -0.236961 0.337424 -0.396879 -0.151134 -0.425745 -0.046250 1.832746 -0.090504 1.832500 1.880526 -0.029352 -0.632321 -0.869795 -0.302584 1.851994 -0.824615 1.631254 0.253016 0.099681 -1.004447 -1.127312 -0.336147 2.300958 0.190572 0.130685 -0.383311 -1.140005 -1.351236 -1.006603 -0.458487 1.705522 1.458562 -1.034782 -0.418808 -1.515751 -1.532834 -0.821341 -0.331360 1.077007 1.116946 -0.658202 -0.557990 -1.011452 -1.075149 -0.766921 -0.689666 0.817453 1.325943 0.052877 -0.498913 -0.902811 -0.770947 -0.752624 -0.770242 1.662394 1.586643 -0.286034 -0.381948 -0.315868 -0.309240
140.972421 0.569193 -0.033034 -0.159953 -0.135648 -0.284111 -0.055078 0.698252 0.439621 0.147683 -0.113442 -0.145639 -0.399823 -0.145963 0.408641 0.795794 0.270137 -0.110867 -0.326718 -0.668574 -0.763415 -0.698117 -0.061411 0.079807 0.597793 0.008586 -0.165595 -0.226897 -0.837924 -0.551946 0.035768 0.074828 1.358426 0.051563 0.508629 1.934886 -0.109070 -0.304344 0.274903 0.209912 2.132507 -0.932758 -1.488800 -0.827101 1.295281 1.125158 -0.497076 -0.856115 -0.079078 -1.449091 -1.859515 -1.938891 2.389877 3.009817 1.825797 -0.418136 0.123833 -1.417144 -1.642506 -1.768626 -0.672781 -0.963265 0.876096 0.893244
15-2.006916 -2.035034 0.345734 0.443991 0.533399 0.458260 0.340239 -0.766996 -0.829227 -2.643506 -0.468243 1.184963 1.089888 0.993481 0.925761 0.755133 -1.196624 -2.516899 -2.937067 0.642599 0.846252 0.669994 0.612819 0.651282 -1.675409 -2.242086 -2.654563 -0.778738 0.624396 0.428702 0.455858 0.527553 0.625047 0.612416 0.605280 0.085742 0.222826 0.564471 0.358130 0.321960 0.319853 0.401811 0.525391 0.477716 -0.462755 0.227097 0.311308 0.371357 0.286729 0.240293 0.372871 0.460594 0.296790 0.226827 0.541928 0.485476 0.098705 0.085778 0.267699 0.241689 0.408613 -0.351061 0.514877 0.475546
16-1.819811 0.561733 0.820905 0.993280 1.173089 1.377092 1.038643 1.287782 -1.913663 0.385642 0.964655 0.783591 1.318652 1.279120 0.990813 0.883935 -1.816149 0.506046 0.960397 0.826952 0.820568 0.765647 1.221566 0.755632 -2.018282 0.246422 0.427865 0.295579 0.641369 0.394140 0.963346 0.275912 -2.218472 0.080773 -0.026877 0.065819 0.081221 0.268960 0.346493 0.503748 -2.398808 -0.447954 -0.395513 -0.069113 -0.219970 -0.181185 0.032994 -0.001849 -2.092595 0.009882 -0.338077 -0.472837 -0.472328 -0.202703 -0.248908 -0.033702 -2.642320 -0.886863 -0.816245 -0.642659 -0.287647 -0.798009 -0.727023 -0.160701
170.343165 -0.206599 -0.792263 -0.941363 -1.005737 -1.050572 -1.183987 -2.120699 0.760288 0.965477 0.566131 -0.365589 -0.799999 -0.976382 -1.092547 -2.038664 0.183546 0.703513 0.767239 0.749706 0.224033 -0.599515 -1.029426 -2.038669 -0.866262 0.736134 0.802266 0.862443 0.811870 0.732436 -0.012798 -1.806914 -1.275799 0.188280 1.300984 1.236993 1.172105 1.126526 1.011683 -0.927269 -1.190585 -1.473383 0.935941 1.073012 0.954380 0.915898 0.941786 -0.860718 -1.005619 -1.283241 -0.020701 0.923690 0.791976 0.810254 0.858508 -0.904064 0.915626 0.910824 0.561145 0.653410 0.883357 0.744477 0.720133 -0.969872
180.007171 0.113993 0.727653 1.022152 0.515023 -0.026705 -0.383146 -0.519906 0.001552 -0.010332 0.552430 1.833402 1.587874 0.289936 -0.383423 -0.267608 0.153989 -0.627094 0.096575 0.553944 -0.438650 -0.210877 -0.522419 -1.171310 -1.048980 -1.236685 -1.027695 1.966797 -0.884290 -1.471801 -0.836159 -1.284959 -0.554738 -0.641354 -1.255919 0.726520 0.272066 0.254905 -0.245430 -1.492057 0.925102 -1.031925 -1.108363 1.278877 1.721222 1.331122 0.793995 -0.046231 3.547449 -0.740832 -1.384583 0.378308 1.182211 0.198812 -0.002044 -0.135136 1.915486 -0.110022 -1.330179 -0.079754 0.248775 -0.183059 -0.613519 -0.890157
19-1.588608 0.100203 0.156745 -0.000939 -0.383326 -0.605778 -0.365443 0.213717 -1.811343 0.041034 0.229234 -0.678798 -0.370190 -0.474609 -0.201310 0.376194 -1.715582 0.532921 0.620440 -0.661300 0.007997 1.201062 0.751100 0.290783 -1.416956 0.596491 0.675554 1.381530 1.172490 0.814303 0.922741 0.179805 -1.294703 1.276621 1.489167 0.801930 2.496722 2.055002 1.860233 0.639015 -1.325684 1.304049 0.824132 0.190811 0.773489 0.213618 -0.300421 -0.369683 -2.089807 -0.794153 -0.703046 -1.005190 -0.994181 -1.204721 -1.203444 -1.241807 -1.858178 -0.343058 -0.133217 -0.036204 0.704752 -0.037819 0.230106 0.085511
20-1.398804 -1.821460 -1.057849 1.213507 0.169715 0.966021 1.477269 -2.228806 -1.094599 -1.310117 -0.422873 0.510708 0.133696 -0.112157 -1.495039 -0.441518 -0.504093 -1.222694 -0.458355 -0.645236 0.675167 -0.289028 -1.198595 -0.257537 0.004719 0.270028 -0.697178 -0.942346 0.586476 -1.251051 -0.753081 -0.329974 0.676845 0.537367 0.262036 0.673290 1.707137 0.690462 1.157911 0.218486 1.063343 0.916725 0.311627 1.040795 2.114539 1.195200 1.581707 1.252582 0.734799 0.744501 0.259863 0.774283 1.158460 0.869793 0.964585 0.656904 -0.982117 -1.420804 -1.223217 -1.159504 -0.500828 -1.063816 -1.049789 -0.238081
21-1.113224 -0.826101 -0.658138 -0.135366 0.434964 -0.023774 -1.538127 -1.678192 1.475886 1.162007 1.945539 2.148115 2.216304 1.718734 0.567233 0.495314 0.240753 -0.007104 0.286411 0.524120 0.490904 0.025894 -0.303781 -0.370774 -0.174198 -0.206062 -0.394407 0.071586 -0.281025 -0.513518 0.222942 0.060301 -0.478403 -0.574098 -0.437531 -0.036781 -0.280853 -0.645111 2.467043 2.033802 -0.773389 -0.501748 -0.649206 0.089380 -0.133961 -0.300884 -0.217116 -0.459356 -1.434355 -0.572169 -0.339725 -0.430871 -0.719894 -0.560708 -0.183669 -1.291218 -1.190013 -0.330291 0.199164 0.107878 0.076215 -0.100113 3.333717 -1.528955
22-2.307821 -1.134085 -1.051549 -1.325263 -1.315290 -1.506019 -1.504862 -1.539616 -2.097988 -0.725436 -0.535340 -0.447456 0.223779 -0.448919 -0.206205 -0.337194 -1.419644 0.172991 0.039297 -0.237142 -0.600197 -0.696309 -0.666433 -0.638645 -1.225447 0.886928 1.157538 1.103690 0.946017 0.717794 0.434292 0.414062 -1.415667 0.604337 0.737056 0.470098 0.416237 0.313319 0.696757 0.851359 -0.986361 1.104810 1.312057 1.561792 0.973169 0.981955 1.028526 0.980779 -1.299815 0.387946 0.567765 1.125604 1.188182 1.307593 1.364847 1.435760 -1.090721 0.724019 0.564001 0.584172 0.279485 0.237631 -0.318762 -0.817460
23-1.358420 -1.198696 -0.755566 -0.529085 -1.526009 -2.011242 -1.712385 -0.918276 0.700208 0.621264 1.307251 1.665256 0.950701 -0.211305 -0.030905 0.815162 0.260999 0.135059 0.295323 0.160502 -0.184377 -0.285159 -0.333848 0.105612 0.329895 0.098876 -0.300370 -0.403372 -0.409966 -0.467472 0.601772 -0.120097 -0.011407 -0.178500 -0.399956 -0.842981 -0.890176 -0.893157 0.488199 0.316255 -0.493934 -0.722679 -0.824969 -0.648817 -0.337362 -0.183865 1.655446 1.329221 -0.585322 -0.928102 -0.385470 -0.503662 -0.040654 1.290602 3.888365 2.360095 1.975229 0.480736 0.980891 0.127873 0.415587 -0.034890 -1.108765 -0.585160
24-1.039849 -1.078029 -0.565432 -0.286784 -0.448371 -0.555569 -0.649982 -0.771670 -1.437897 -1.103023 -0.683765 -0.230557 -0.366521 -0.445426 -0.507495 -0.560264 -1.166689 -0.667308 -0.559474 -0.039217 -0.197391 -0.385336 -0.478249 -0.501527 -0.291236 -0.098252 -0.298044 0.968682 0.373665 -0.260207 -0.421580 -0.491252 -1.823672 -1.287505 -1.105017 1.420138 1.642217 1.210000 0.201588 -0.268579 -1.163828 -1.571669 -1.736715 0.795923 1.358690 1.427662 1.408685 0.839744 0.558454 0.659353 -0.319813 -0.340296 1.393996 1.465572 1.530703 1.475967 0.398862 0.710724 0.538085 -0.783543 0.801047 2.005340 1.936082 1.865853
251.516448 0.692479 0.970395 0.535258 -0.502048 0.003727 -1.758643 -2.286607 0.570459 -0.067075 1.730809 0.540783 -0.689030 0.264750 -1.717547 -2.007450 -0.161119 0.149981 1.799657 -0.396413 -0.652559 -0.052070 -0.705459 0.623340 -0.842888 -0.123403 0.549247 -2.083798 0.203797 0.966062 0.069764 0.896811 -1.199899 0.160238 -0.288536 -0.515873 -1.677621 -0.595836 -0.131941 0.772480 -0.300117 0.193631 -0.113054 -1.054537 -1.591626 -0.621270 2.265050 0.938654 0.297928 0.235466 -0.059989 -0.667970 -0.941839 0.185624 1.371970 0.892882 1.205620 1.190446 1.136244 0.082415 -0.830746 0.140536 -0.096944 1.580956
26-0.349115 -0.077899 -0.224271 -0.433409 -0.500775 -0.022532 -0.302827 -0.370180 -0.625558 -0.592174 -0.561122 -0.539250 -0.251632 -0.887458 -0.991309 -0.518648 0.954609 0.637814 0.615208 1.129478 0.451074 0.424770 0.282977 0.310502 0.502635 0.931101 1.103859 -0.101172 -1.763372 -1.536116 -1.558726 -0.409460 1.249792 1.301831 1.248478 0.904110 0.840205 0.900663 0.571865 0.999414 1.613671 1.677648 1.756889 1.684622 1.237145 1.337309 1.290470 1.410910 0.418058 -0.203674 -0.760936 -0.985005 -0.977071 -1.192913 -1.212413 -1.346958 -0.874042 -1.539404 -1.582160 -1.509603 -0.878894 -0.538957 -0.379833 -1.188242
270.400749 0.542200 0.535342 0.470013 0.170779 0.078589 0.439527 -2.444650 -0.083774 0.197484 0.364533 0.466711 0.447762 -0.087980 0.328609 -2.476192 -0.271022 -0.149381 0.101216 0.341989 0.372198 0.367088 0.114421 -2.428564 0.198071 0.396738 0.287621 0.454016 0.487164 0.558388 -0.485397 -2.359313 0.475162 0.581583 0.491612 0.564366 0.519808 0.505891 0.116737 -2.854457 0.479576 0.588153 0.638733 0.605930 0.574702 0.514413 0.533179 -2.987248 0.543421 0.257750 0.618710 0.622415 0.530062 0.522902 0.411208 -2.367857 0.503164 0.344100 0.373025 0.501632 0.447593 0.316852 0.185781 -2.493834
280.154765 -0.484361 -0.815812 -1.205822 -1.538725 -1.937931 -2.099483 0.379537 0.443090 0.219173 0.224579 0.333979 0.147095 0.245858 -0.712578 -0.732627 0.023238 -0.186089 0.008903 0.070435 -0.009118 0.296142 0.127158 -1.166490 -1.347217 -0.794981 -0.833006 -1.260681 -0.620969 -0.099022 -0.134810 -1.076215 -1.701073 -1.645441 -1.803502 -1.534595 -1.234643 -1.059468 -0.476201 -0.880263 1.153193 1.157159 1.168173 1.172303 1.146740 1.125764 1.164109 1.155102 0.958276 0.979503 1.019414 0.949263 0.975881 0.946792 0.946495 1.004933 0.953988 0.791691 0.937284 0.927509 1.139021 1.131937 0.922876 0.889765
29-0.550521 -1.148083 -1.206271 -1.260127 -1.146360 -1.283785 -1.198450 -0.961701 0.753423 0.013801 -0.114355 -0.171008 -0.012479 -0.183931 -0.226108 0.140390 0.340509 -0.255368 -0.321907 -0.334632 -0.283670 -0.418586 -0.485871 -0.400247 1.178144 0.239216 -0.306488 -0.390860 -0.437200 -0.381777 -0.505202 -0.718506 1.891532 2.293113 0.972620 -0.349440 -0.551674 -0.564123 -0.653395 -0.771711 1.727457 2.380194 2.445719 -0.213685 -0.764467 -0.821920 -0.944131 -0.998781 1.430742 1.794628 2.268617 1.010026 -0.751226 -0.870746 -1.053881 -0.763971 0.603403 0.678984 1.529687 1.049628 -0.127298 0.497268 -0.301188 -0.033972