反陀螺v1.1。

This commit is contained in:
xinyang
2019-07-20 11:10:25 +08:00
parent ccb87882f3
commit 206026b5d9
13 changed files with 26844 additions and 26828 deletions

View File

@@ -123,7 +123,7 @@ private:
public:
void run(cv::Mat &src); // 自瞄主函数
bool sendBoxPosition(bool shoot); // 和主控板通讯
bool sendBoxPosition(uint8_t shoot, bool isTrack); // 和主控板通讯
};
#endif /* _ARMOR_FINDER_H_ */

View File

@@ -13,31 +13,34 @@ void ArmorFinder::antiTop() {
static double top_periodms = 0;
static double last_top_periodms = 0;
timeval curr_time;
bool shoot = 0;
uint8_t shoot = 0;
/*if(anti_top_state == ANTI_TOP){
cout << "anti top" << endl;
}else if(anti_top_state == NORMAL){
cout << "Normal" << endl;
}*/
ArmorBox::BoxOrientation orientation = armor_box.getOrientation();
if(orientation == ArmorBox::UNKNOWN){
if(anti_top_state == NORMAL){
sendBoxPosition(shoot);
return;
}else{
return;
}
}
gettimeofday(&curr_time, nullptr);
auto interval = getTimeIntervalms(curr_time, last_front_time);
LOGM("interval:%.1lf", interval);
if(anti_top_state == ANTI_TOP && (top_periodms+last_top_periodms)/2.0-130<interval&&interval<(top_periodms+last_top_periodms)/2.0-70){
if(anti_top_state == ANTI_TOP && (top_periodms+last_top_periodms)/2.0-120<interval&&interval<(top_periodms+last_top_periodms)/2.0-80){
shoot = 1;
// LOGM(STR_CTR(WORD_RED,"Shoot!!!"));
}else if(interval > 700){
anti_top_state = NORMAL;
anti_top_cnt = 0;
}
ArmorBox::BoxOrientation orientation = armor_box.getOrientation();
if(orientation == ArmorBox::UNKNOWN){
if(anti_top_state == NORMAL){
sendBoxPosition(shoot, true);
return;
}else{
sendBoxPosition(shoot, false);
return;
}
}
if(orientation != last_orient){
if(interval > 700){
anti_top_cnt = 0;
@@ -64,10 +67,12 @@ void ArmorFinder::antiTop() {
if(anti_top_state == ANTI_TOP){
if(orientation == ArmorBox::FRONT){
sendBoxPosition(shoot);
sendBoxPosition(shoot, true);
}else if(shoot){
sendBoxPosition(shoot, false);
}
}else if(anti_top_state == NORMAL){
sendBoxPosition(shoot);
sendBoxPosition(shoot, true);
}

View File

@@ -70,7 +70,7 @@ ArmorBox::BoxOrientation ArmorBox::getOrientation() const{
case B3:
case B4:
case B5:
if (lengthDistanceRatio() < 0.45) {
if (lengthDistanceRatio() < 0.46) {
return FRONT;
}else{
return SIDE;

View File

@@ -122,7 +122,7 @@ bool ArmorFinder::findLightBlobs(const cv::Mat &src, LightBlobs &light_blobs) {
color_channel = channels[0]; /* 根据目标颜色进行通道提取 */
else if (enemy_color == ENEMY_RED) /* */
color_channel = channels[2]; /************************/
cv::threshold(color_channel, src_bin, 170, 255, CV_THRESH_BINARY); // 二值化对应通道
cv::threshold(color_channel, src_bin, 140, 255, CV_THRESH_BINARY); // 二值化对应通道
imagePreProcess(src_bin); // 开闭运算
if(src_bin.size() == cv::Size(640, 480) && show_light_blobs)

View File

@@ -3,6 +3,7 @@
//
#include <armor_finder/armor_finder.h>
#include<log.h>
static bool sendTarget(Serial &serial, double x, double y, double z, uint8_t shoot) {
static short x_tmp, y_tmp, z_tmp;
@@ -35,7 +36,7 @@ static bool sendTarget(Serial &serial, double x, double y, double z, uint8_t sho
return serial.WriteData(buff, sizeof(buff));
}
bool ArmorFinder::sendBoxPosition(bool shoot) {
bool ArmorFinder::sendBoxPosition(uint8_t shoot, bool isTrack) {
if(armor_box.rect == cv::Rect2d()) return false;
auto rect = armor_box.rect;
double dx = rect.x + rect.width / 2 - 320;
@@ -44,5 +45,15 @@ bool ArmorFinder::sendBoxPosition(bool shoot) {
double pitch = atan(dy / FOCUS_PIXAL) * 180 / PI;
double dist = DISTANCE_HEIGHT / rect.height;
// cout << yaw << endl;
return sendTarget(serial, yaw, -pitch, dist, shoot);
if(isTrack){
if(shoot){
LOGM(STR_CTR(WORD_RED,"Shoot!!!"));
}
return sendTarget(serial, yaw, -pitch, dist, shoot);
LOGM(STR_CTR(WORD_RED,"Shoot!!!"));
return sendTarget(serial, 0, -0, dist, 1);
}else if(shoot){
LOGM(STR_CTR(WORD_RED,"Shoot!!!"));
return sendTarget(serial, 0, 0, 4, 1);
}
}

View File

@@ -1,7 +1,7 @@
6
0.3149763
-0.014892017
2.3465085
0.00036684246
-0.15470123
1.5563219
-0.20627302
1.6024942
1.7967451
1.4466392
-0.098023266
-0.006771178

View File

@@ -2,453 +2,453 @@
6
5
5
-0.5122181
-0.3304208
-0.47017148
-0.6901335
-0.68305564
-0.43056425
-0.33415276
-0.21182333
-0.26035476
-0.43455258
-0.17478752
-0.07353879
-0.0066796755
-0.2842649
-0.26983324
-0.38600275
-0.5225027
-0.2477209
-0.6150436
-0.50670964
-0.6390075
-0.785963
-0.84885865
-0.7428759
-0.6850384
-0.29873657
-0.39940876
-0.3651188
-0.4757807
-0.24000579
-0.22654222
-0.26803666
-0.17029491
-0.2708922
-0.16619048
-0.18574618
-0.18789688
-0.18732283
-0.24658786
-0.10995354
-0.16952607
-0.27286267
-0.28464758
-0.22815232
-0.07585772
-0.32570714
-0.22287326
-0.22649616
-0.3235379
-0.33799627
-0.29735592
-0.33019853
-0.3843473
-0.5227346
-0.4683479
-0.33797947
-0.22064787
-0.24119645
-0.40467957
-0.36958367
-0.23530425
-0.48722762
-0.46800253
-0.53155917
-0.46939301
-0.45583007
-0.28574285
-0.36617565
-0.6556442
-0.42358845
-0.27466717
-0.61312884
-0.62094223
-0.5795923
-0.58728904
0.68368846
0.8958975
0.7278497
0.68379235
0.58865863
0.8949641
1.044341
1.2053595
1.0916591
0.7328324
1.1020528
1.2463291
1.1158316
1.0167897
1.0295683
0.89226794
0.96291864
1.102302
1.0435898
0.90618485
0.7019989
0.77003574
0.67740715
0.664701
0.7401788
-0.84534293
-0.47904256
-0.4366259
-0.6555481
-1.0296663
-0.21678755
0.45600086
0.463124
0.33925074
-0.23879766
0.23904026
0.7763754
1.0296348
0.69617057
0.21466275
0.23907422
0.64965016
0.48717323
0.34349623
-0.04588733
-0.6112947
-0.36519527
-0.19992064
-0.37989593
-0.7226311
0.9469519
0.88321126
0.9223745
0.6566543
0.46329772
1.1555251
1.1917908
1.1479716
0.9543253
0.79193896
1.2978923
1.4997654
1.39902
1.1015791
1.0758426
1.2769203
1.4642966
1.5963178
1.2945237
1.0054451
1.3111552
1.6097692
1.4733039
1.2075291
0.89110684
1.8012196
2.4435925
2.5440128
2.1426733
1.6078053
2.5206072
2.8588843
3.0311077
2.704625
2.1049035
2.5578685
2.890365
3.1050663
2.4879482
2.045063
1.8096005
2.120189
2.1945705
2.1331306
1.6283106
0.8514621
1.2092026
1.3033422
1.2066857
1.1448364
0.73725975
0.9546802
0.97507584
0.66971153
0.59116304
1.0519987
1.1914521
1.2175999
1.2283436
0.95731866
1.1040916
1.2935854
1.2896016
1.3029085
1.107106
1.0182807
1.0675256
1.251373
1.0915134
0.92420894
0.7278918
0.62697303
0.6396168
0.7657539
0.65353876
0.498041
0.4638572
0.52972424
0.42200166
0.26322883
0.40672594
0.61811805
0.51347226
0.3917843
0.27834943
0.43966493
0.5522092
0.39821044
0.40372777
0.21843211
0.3667185
0.27014878
0.21852346
0.41306666
0.20170563
0.03395945
0.1434882
-0.10101415
-0.08412548
-0.19225624
0.6564742
0.8515412
1.0424643
0.9035196
0.8831942
0.89890224
1.4549115
1.5574793
1.4012674
1.3011783
1.1087692
1.6270466
1.8930573
1.6943029
1.5548522
1.095543
1.4603993
1.6675422
1.5643684
1.3244627
0.7057293
1.0123242
1.2347305
1.2775078
1.1633652
1.7397907
3.179668
3.7055767
3.0984879
1.9764525
3.1683843
5.2915235
6.037039
5.308505
3.4893284
3.8721342
6.087489
6.994477
6.2794065
4.6240034
3.6394677
5.4709225
6.380118
5.719932
4.4402404
2.6205702
3.8763673
4.234028
4.1675415
3.3484511
0.06990746
-0.115926296
-0.41687268
-0.6514532
-0.8585004
0.5086532
0.49625224
0.37948334
0.048941854
-0.27606216
0.8580623
1.0750562
0.83841854
0.6379626
0.12191046
1.3217849
1.3648862
1.3776011
1.0617224
0.58652717
1.4052356
1.5046815
1.7024798
1.1991823
0.8251704
0.66112787
1.0387679
0.9745576
0.8372969
0.31366217
0.9730549
1.4635785
1.6587266
1.295196
0.75578976
1.19028
1.5565666
1.528534
1.1576073
0.7579256
0.53262025
0.9756648
0.87179863
0.8447151
0.465067
-0.19753419
-0.09716505
0.0488932
0.010757586
-0.16236092
1.1874503
1.4478239
1.561198
1.2666211
0.8692644
1.5617329
1.695196
1.6963016
1.5598705
1.1356069
1.7686192
1.9396306
2.0075228
1.7980667
1.4236753
1.5051324
1.7243544
1.7012758
1.5655004
1.207983
1.0855519
0.9998559
1.1102537
0.9900168
0.8938147
1.1506987
1.1853988
1.3051438
0.9928555
0.87968653
1.3359145
1.2454771
1.3238487
1.0035286
1.1127417
1.5130773
1.2445521
1.1315267
1.1119169
1.0120134
1.0682882
1.1985056
1.0001463
0.750059
0.7630973
1.0361183
0.7325272
0.65717363
0.47050563
0.5706506
-0.9104096
-0.60306823
-0.2908051
-0.27746367
-0.4795224
-0.5066679
-0.13847744
0.17386274
0.050798584
-0.03534979
-0.39398232
0.22129086
0.37720454
0.28152806
0.04997919
-0.24730659
0.022508586
0.3273061
0.3062466
0.103650205
-0.33495817
-0.10975503
-0.013566348
-0.05696764
-0.049704503
-0.11123053
0.74688494
1.1001183
0.7633611
-0.12488958
1.069808
2.1522613
2.874394
2.4043176
1.3204521
1.351723
2.921919
3.6087956
3.0920472
1.8288097
1.2379777
2.3464508
3.0301187
2.6960068
1.7385584
0.2523459
0.9858051
1.6996905
1.4946578
1.0741637
-0.43977898
-0.4012377
-0.5103086
-0.6115385
-0.8566328
0.12200335
0.24156119
-0.012940409
-0.2271813
-0.3880937
0.48769447
0.7069632
0.5918804
0.29068273
-0.011846471
0.66635966
1.0811349
1.0028406
0.68654966
0.4831082
0.8895568
1.214797
1.2914155
1.1088845
0.7787844
-0.10642219
0.54904705
1.0220182
1.2654289
1.0080621
0.63893425
1.0596974
1.5017769
1.7486153
1.2255592
0.7572802
1.1565144
1.2662624
1.3252954
1.1559033
0.22455153
0.46842065
0.6101949
0.6682584
0.1469474
-0.19053003
-0.30085373
-0.505979
-0.6151139
-0.7488737
-0.67636555
-0.7467412
-0.7404055
-0.77479744
-0.75153095
-0.5121083
-0.580226
-0.57781655
-0.6191948
-0.4956569
-0.5530203
-0.54242903
-0.58190167
-0.808631
-0.5255669
-0.5567334
-0.65943664
-0.675188
-0.7753057
-0.5219072
-0.4224288
-0.4372446
-0.65674895
-0.88619053
-0.5918416
0.45536855
0.382092
-0.017086059
-0.4412066
-0.32249
0.5902474
0.4910132
0.02227385
-0.4520488
-0.6278883
0.60164636
0.3453617
0.16053873
-0.39892384
-0.4782997
0.56412727
0.5470579
0.33888572
-0.025963284
0.010916833
0.7818745
0.9463605
0.72511697
0.44537586
0.35324848
-0.6419165
-0.347417
-0.40558645
-0.50654674
-0.44879192
-0.49447027
-0.31920582
-0.1661499
-0.4432326
-0.33963177
-0.38981852
-0.4906231
-0.45195618
-0.52474713
-0.39969632
-0.4819537
-0.71747667
-0.821255
-0.8445041
-0.89447993
-0.859059
-0.98320967
-1.0902424
-1.105878
-1.2187494
0.67084956
0.9035801
1.2065095
1.3081064
1.2326727
1.0170805
1.0677104
1.5938762
1.4207084
1.3485196
1.0809016
1.3998586
1.7368488
1.5395899
1.5694551
1.3630624
1.4492949
1.5428637
1.393225
1.4149159
1.1494107
1.2268404
1.2541622
0.96135026
0.90241027
-0.31921467
-0.110522695
0.09325943
-0.0139649
-0.028535917
-0.24136181
0.03892438
0.20345062
-0.074525945
-0.029405555
-0.07647651
-0.15445644
-0.058089375
-0.40588626
-0.27692583
-0.2698881
-0.55068505
-0.5919062
-0.5438777
-0.5993602
-0.7458306
-0.81796175
-0.94331497
-1.0076928
-0.8992378
1.9416478
3.2734282
4.160874
4.7219324
4.1175704
3.0404797
4.511751
5.663269
5.930972
4.7846756
3.3442042
4.758655
5.6102233
5.5837803
4.3014107
2.793397
3.7502306
4.3392096
4.142601
2.9172728
1.819791
2.428208
2.3962913
2.0173726
1.0743914
0.26512346
0.3457875
0.58334744
0.40681112
0.40550798
0.29478824
0.732128
0.8325436
0.603493
0.7258464
0.5068629
0.67576087
0.74854803
0.60851085
0.77726454
0.3519754
0.468439
0.6548478
0.70905083
0.3086395
0.4289891
0.47042668
0.37940606
0.45548278
0.14207979
0.71661115
0.09474261
-0.7471369
-1.7338398
-2.5905223
0.7082176
0.21243899
-0.6654869
-1.7607315
-2.7247927
0.6009304
0.10814533
-0.6752587
-1.7909975
-2.3464935
0.79290503
0.49252048
-0.43408415
-1.3109739
-1.9383324
0.9131795
0.58063436
-0.065964356
-0.84630096
-1.3107594
0.9702296
1.7605543
1.9099594
1.8536079
1.3434014
1.1538997
1.8189181
1.9872671
2.0980296
1.5539708
0.9389947
1.4959635
1.8016711
1.5903975
1.2731018
0.78981453
1.0439569
1.3309318
1.2204188
0.78188473
0.41300166
0.4995686
0.52244127
0.5596004
0.21890602
0.30612093
0.85429645
1.2398238
1.2750283
1.3086212
1.0696554
1.3433759
1.729579
1.7326889
1.7986484
1.3991985
1.7318608
2.0507987
1.941499
1.7631179
1.4714234
1.8296314
1.9416764
1.8468171
1.6414593
1.4085735
1.5106102
1.610607
1.5357318
1.1668565
1.3847203
1.9328053
2.0932007
1.6669843
1.3775337
1.6736194
2.307166
2.3085163
2.008549
1.2341207
1.6037624
2.0786712
1.9735341
1.5647856
1.02917
1.3709607
1.4461753
1.256765
0.9555051
0.36569837
0.7852095
0.7917901
0.43664944
0.2549527
-0.067954175
0.20057896
1.3856035
2.0629358
2.809679
2.3610249
0.83472407
2.064841
3.0214195
3.401786
2.7669187
1.1871954
2.2021434
2.9477324
3.2896252
2.3611999
0.58470565
1.433704
1.8206064
1.6048844
1.0893
0.079494156
0.14756773
0.21510047
0.17841841
-0.3402442
0.82796144
0.89763546
0.9589713
0.86110723
0.6416584
1.0780864
1.2395475
1.4097389
1.1237956
1.0438948
1.0541381
1.3774344
1.422105
1.0753438
0.956809
0.99444
0.99848217
1.2054675
1.0716856
0.8924131
0.67220867
0.89100254
0.7673037
0.74212146
0.4557632
1.4435326
1.0917244
0.5117782
-0.042295564
-0.3919759
1.3343437
1.0884248
0.5695666
0.095347434
-0.17561129
1.5594242
1.1927198
0.81222206
0.10072425
-0.01981995
1.4395866
1.4196151
0.99251515
0.5299192
0.3711792
1.7289668
1.5802932
1.4318615
0.9496403
0.90711755
0.7756156
1.6576271
1.7558899
1.423089
1.063295
0.9460997
1.68862
1.8560133
1.7430701
1.267287
0.8309027
1.4070404
1.6903514
1.5321271
1.0099223
0.26294753
0.86975366
0.8681627
0.6666984
0.39146528
-0.17483807
0.06906817
0.0685056
0.0048298114
-0.29763746
-0.72470987
-0.3025738
0.1441088
0.6175989
0.71524495
-0.08114317
0.23537244
0.65833175
0.748487
0.7920688
0.08497454
0.5255702
0.82396054
1.130095
0.9759796
0.31005707
0.51547265
0.85156286
0.89206517
0.5910351
0.28886735
0.5871289
0.55338776
0.54379845
0.27539033
1.3043873
2.1130838
2.00019
1.9147623
1.2632021
1.6259333
2.4304924
2.4733207
2.0936246
1.3039585
1.5398262
2.1048331
2.2389119
1.5818008
0.94920427
1.1412464
1.5037223
1.2156814
1.0366565
0.3966581
0.37856415
0.6628915
0.5291198
0.11434809
-0.09481559

View File

@@ -1,13 +1,13 @@
12
2.401031
0.6887112
-0.06606437
1.7921708
1.9974723
-0.08090778
0.9626187
-0.13635999
-0.028531248
3.9720752
-0.022059036
1.916512
-0.6611704
1.472362
-0.059240177
0.6448027
-0.09498331
0.07005496
1.5227689
1.6761788
1.3155555
3.944478
0.41402242
1.6400838

File diff suppressed because it is too large Load Diff

View File

@@ -1,31 +1,31 @@
30
0.5121221
1.7437341
0.3404303
-0.83107656
-0.9706646
-0.923102
-0.11461781
1.1645736
-0.024246976
-0.60454994
-0.8895438
-0.0105532715
-0.02571041
-0.011791097
0.5320501
0.4657829
-0.023691285
0.85059583
-0.7372365
-0.03175516
-0.016520165
0.533517
0.1736231
1.5739771
0.046957575
-0.4371953
0.69216055
0.059352867
0.8764035
0.027819056
-0.7973528
-0.16212165
-0.016621558
-0.010184621
-0.02323284
-0.65347326
0.3813474
-0.01980829
0.014691165
0.84623796
1.0044321
0.9791296
0.09865961
0.32203308
0.008520375
-0.27646253
-0.034938164
-0.0024497542
-0.035473134
0.28444487
-0.7223666
-0.43071944
-0.27131405
0.18943691
-0.7551859
0.22790527
-0.19145727
0.3364544
0.8732161
0.93184555

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,16 @@
15
0.8416871
-0.0066978373
0.058132347
-0.47453415
-0.40970197
-0.25041896
0.70951504
-0.14939463
-0.65368223
-0.29617292
-0.6423868
0.40220585
-0.67507774
0.52330655
0.3125663
0.74399966
0.65725124
0.28723997
-0.28500625
-0.6551816
-0.5096106
0.6995224
0.47489655
-0.637414
-0.14589947
-0.6946489
0.06361784
-0.9587668
0.33230728
0.01565033

View File

@@ -1,452 +1,452 @@
30
15
0.0034152665
0.003649285
-8.40595e-05
-0.000524435
-0.00079028297
0.0017292813
-0.0018632945
-0.0027877367
0.00088291423
-0.0002792626
0.0026320333
0.00092073565
-0.00030767982
-0.008513325
-0.0044346275
0.17413643
-0.024397751
0.005179296
-0.032278195
-0.02032728
-0.009024919
-0.025950849
-0.005535791
0.0019900887
0.003217421
-0.0025021387
-0.0030122418
-0.010992714
-0.032093443
-0.023065915
0.001369726
0.04747016
-0.08725031
0.030968025
-0.011902005
-0.01673289
0.03516813
-0.047623754
0.054999962
-0.079866104
0.07831017
-0.046831954
-0.014863988
0.08573488
-0.012856261
-0.014926202
-0.017586267
-0.02836976
-0.0104906615
-0.011631833
0.016860094
-0.032736104
0.044211324
-0.028792553
-0.0055252262
0.0078020217
0.05800864
0.048239432
-0.0076096104
-0.014821155
-0.10054462
0.055572163
0.024642795
-0.009731107
-0.019545076
0.024334429
-0.018554432
-0.0036578926
0.054392945
0.012350258
-0.005556592
-0.00791055
0.01805653
-0.02467989
-0.008940417
-0.04473423
0.054204386
-0.033501327
-0.03394925
0.09376965
-0.022045642
-0.029370172
-0.007948221
0.06890623
-0.0029373935
-0.013021859
0.086747356
-0.022566097
-0.08143319
-0.004192377
0.036684804
-0.05462022
0.056187328
-0.013896968
0.053737663
-0.0074704196
-0.046475943
-0.031264126
-0.05389245
0.052170556
0.01729854
0.05450569
-0.018491212
-0.013245502
-0.01343573
-0.041722953
-0.0063616624
-0.051248763
-0.02581037
-0.009302054
-0.0043625194
0.1331308
-0.030347241
0.025843486
-0.031912796
-0.03596982
-0.0018217121
-0.024523592
0.10469095
-0.010683278
-8.408675e-34
-1.1874764e-33
-1.1450674e-34
-1.7270264e-33
-1.23930505e-33
-1.8040929e-33
8.856474e-34
9.662658e-34
-1.1333362e-33
-3.893882e-34
-4.1919937e-35
1.3305179e-33
1.4149031e-33
-9.084565e-34
-1.2586747e-33
0.010415874
-0.05681164
-0.026402045
0.08882527
-0.0030151191
0.02110404
-0.008964796
-0.013694619
-0.036846247
-0.011614889
0.053009134
-0.010075947
0.04943306
-0.016312955
-0.02125939
0.0070466967
-0.061894204
0.016598905
0.10213654
-0.03128968
0.041721907
-0.03825948
-0.030661209
-0.03703703
0.052919175
0.09680515
0.006596139
0.011434166
-0.049220778
-0.04301381
1.6182676e-33
-1.5577554e-33
6.8721517e-34
-1.7338529e-33
-1.6116557e-33
1.6711933e-33
-1.5180868e-33
-1.2450815e-33
1.1672379e-34
1.6292256e-33
1.8148233e-33
-1.3254387e-33
-9.530396e-34
-1.237727e-33
-1.4815319e-33
-2.0221853e-33
1.219532e-33
6.427007e-34
1.6457097e-33
-1.05241715e-33
1.606983e-33
2.0551076e-34
2.1642673e-33
1.2877599e-33
-1.5219243e-33
-2.0061398e-33
1.8653244e-33
3.707797e-33
-5.268272e-34
4.5863088e-34
-1.9293181e-33
1.6390684e-33
-1.6552817e-33
-1.656662e-33
1.7562646e-33
1.5434094e-33
1.2054267e-33
1.4718116e-33
-1.9997392e-33
-1.84039e-33
-1.9090137e-33
1.730716e-33
-2.0052664e-33
-1.6624484e-33
-1.871164e-33
0.046358828
0.05589418
0.033887997
0.071817435
0.09159781
0.060905408
0.05718763
0.05913311
-0.08707496
-0.060159396
-0.036453832
-0.018078813
-0.044052076
-0.069057725
-0.074705265
0.146223
0.14408672
-0.039597638
-0.011591911
-0.0067730322
-0.030137451
-0.09608979
-0.026929773
0.112636395
-0.018036542
-0.03665213
-0.029564237
0.019004347
-0.04666401
-0.05890662
7.9869395e-34
5.6205243e-34
4.172559e-34
-6.649337e-34
-6.1429663e-34
6.5659997e-34
-4.7743497e-34
5.3661037e-34
3.773748e-34
6.80733e-34
4.718315e-34
3.987196e-34
-4.524473e-34
-5.916522e-34
7.1393264e-34
0.1490446
-0.043016892
0.05949148
-0.027257131
0.0061883563
-0.032005128
-0.049095806
-0.0146032525
-0.020047812
0.03097978
-0.040236536
-0.028138328
0.008607312
0.0066572726
-0.013528337
-1.5580897e-33
-1.3089999e-33
1.4302933e-33
-1.46973115e-33
1.4366498e-33
1.3865603e-33
-1.1899452e-33
1.2150077e-33
1.657508e-33
-1.4693958e-33
-1.6266871e-33
-1.1186588e-33
1.5483797e-33
1.4798796e-33
1.5132945e-33
-7.1982783e-34
6.0295885e-34
5.125287e-34
-6.2615613e-34
-6.458672e-34
5.923125e-34
-3.1058414e-34
7.2329696e-34
4.2881524e-34
6.47594e-34
5.497351e-34
4.667774e-34
-5.5005945e-34
-5.5857453e-34
6.6010974e-34
-1.9439768e-34
-6.872281e-34
8.242207e-34
-1.041398e-33
1.1157725e-33
-6.4912593e-34
1.1085566e-33
5.138185e-34
-6.0612043e-34
-5.6534124e-34
7.610282e-34
2.2359204e-34
-1.10299225e-33
-1.02209555e-33
-5.6183473e-34
-0.043570198
0.027663855
0.11579668
0.032536376
-0.10409985
-0.06275908
0.040307663
0.028841147
0.022972602
0.10092661
0.0059195673
-0.073125795
-0.07713138
0.041405555
-0.021710817
-0.0018300688
0.014495549
-0.035608746
-0.020383734
-0.015159242
-0.0159029
-0.020377412
0.07936301
0.0011146776
-0.030493852
0.00025573524
-0.0235968
-0.024292614
-0.0009075906
0.095763914
0.0649991
-0.08286683
0.061058756
-0.05405634
0.027316453
-0.038882807
0.10814716
-0.027102249
-0.0636424
0.07697825
-0.050571233
0.004651308
-0.04470059
0.063670315
-0.03711425
0.0028611969
0.006708823
-0.004545086
-0.004419681
0.0017412378
-0.004478072
0.00015557403
0.0029322389
-0.0016326373
0.0037750136
0.003624702
0.00015704783
-0.00073731446
-0.0036947539
-0.0045431885
1.7391132e-33
1.7248818e-33
1.49758e-33
1.5752434e-33
1.6034689e-33
-1.2482134e-33
-1.4839971e-33
-1.2511603e-34
1.5611252e-33
1.5706781e-33
-1.5471467e-33
1.5316936e-33
1.7199165e-33
-1.3264283e-33
1.6446786e-33
0.06340726
-0.07176871
-0.071557626
-0.032480866
-0.027412396
-0.03567386
-0.066558905
-0.09352277
0.056176722
0.041748106
0.06789391
0.061096612
0.075589485
0.03998172
0.09150624
-0.011106953
0.008472727
-0.03229095
0.016960036
-0.0011652267
0.017443279
-0.008782237
-0.011023398
0.00428393
-0.041711174
0.03956882
-0.027897028
0.043548007
0.00789369
-0.0035863246
0.055271614
0.075494304
-0.030956237
-0.06436277
-0.031139856
0.110986985
-0.019215168
-0.020083314
-0.008346283
-0.0060173464
-0.056024935
-0.021611506
0.060159773
-0.0065580984
-0.04133887
-0.012069139
-0.045319714
-0.020410143
-0.015465538
0.0068130614
0.03166102
-0.047326192
0.05658314
0.011626952
-0.050366756
-0.013718878
0.01086092
0.08241616
-0.024000518
0.055948514
0.01272495
-0.10762496
0.029348347
0.043351036
0.014999958
-0.06224802
-0.023997843
0.02832638
-0.041784886
0.0986206
0.071423925
0.071765825
-0.0512679
-0.044301357
-0.013093688
-0.11556479
0.03982802
0.09731361
0.00295955
-0.03545694
-0.006381662
0.02806398
0.0045560263
0.05397426
0.03402133
-0.036305163
-0.043878928
-0.0142929
0.017667498
-0.025763642
4.463302e-34
7.2691345e-34
8.845337e-34
1.0892352e-33
4.7136717e-34
8.0413215e-35
9.200099e-34
-4.0106226e-36
4.1104475e-34
5.224466e-35
2.8301181e-34
-8.116642e-34
-3.1305442e-34
-2.6887943e-34
-2.190287e-34
-1.0852689e-33
-3.8716697e-34
-3.4582993e-34
4.0845394e-34
-4.580933e-34
-5.545946e-34
-6.0027574e-34
8.783881e-34
1.1282351e-33
2.8688931e-34
-6.931309e-34
-7.412748e-34
6.843897e-34
-1.07383705e-33
-4.422186e-34
4.9493538e-34
-3.3879648e-34
-2.5583285e-34
-9.684053e-38
1.1755804e-33
5.0118e-34
-6.8979133e-35
5.570329e-34
2.0730477e-34
-6.9826827e-35
1.7651477e-34
6.505341e-34
1.1404848e-33
3.768194e-36
-8.696617e-34
1.6646721e-33
1.5833977e-33
-1.16577035e-33
1.3946439e-33
-1.6903357e-33
1.18764e-33
-1.4414919e-33
1.4874023e-33
-1.4271845e-33
-1.5428872e-33
-1.5855378e-33
-1.5143901e-33
1.4189191e-33
-1.4440388e-33
1.333818e-33
0.17302258
-0.027978221
0.016748061
-0.059101477
-0.02370323
0.055812847
-0.027396126
0.0083711
-0.019884026
-0.02066343
-0.005153278
-0.010312685
0.029041208
-0.050187044
-0.024670767
-2.6037262e-33
-2.611591e-33
2.4881792e-33
2.7212167e-33
-2.5234833e-33
-2.2103461e-33
1.9122722e-33
9.588927e-34
2.7108281e-33
-2.3352854e-33
-2.7606323e-33
-2.5427623e-33
2.6146137e-33
2.4776098e-33
2.5404514e-33
0.06246555
0.10426002
-0.052243777
0.017077662
-0.03715354
-0.018698398
-0.06796197
0.03528635
0.06418046
-0.000768907
-0.026170308
-0.019549962
0.054662388
-0.044521194
-0.07334332
0.04758694
-0.08954524
0.09964462
-0.031682633
-0.015182594
-0.039172467
0.07632043
-0.01974726
-0.08796382
0.087372005
-0.016114255
-0.025341872
-0.021241697
0.075716406
-0.027058382
-0.015432766
0.0073655327
-0.01209919
-0.041824125
-0.006816338
0.0045526098
-0.0005398891
0.13293515
-0.014088044
-0.04277335
-0.046146225
-0.011611434
-0.013375685
-0.017687852
0.099150814
0.035996642
0.016294181
-0.08048032
-0.041648608
-0.012340834
-0.024473786
0.16153657
-0.026676055
0.04658439
-0.052000005
-0.026849354
-0.03671153
-0.03710232
0.1337519
-0.031022256
-0.01850948
0.01128599
0.090702474
-0.008731814
-0.00024545888
-0.010025267
-0.039491266
-0.020047752
0.034077633
0.019151518
-0.017094668
-0.01866218
-0.017035574
0.005504165
-0.0069074775
-0.00089758425
-0.0016957085
0.00025294858
-0.002470556
-0.00253977
-0.0026819948
-0.001282234
-0.0027133073
0.0060566748
-0.0017536315
-0.0004967247
-0.004892902
0.0044350573
-0.0026093745
0.003550591
0.04047877
0.05901869
0.043092217
0.08706535
0.077308305
0.044446126
0.051501554
0.017045613
-0.056876663
-0.051144525
-0.050281346
-0.011186705
-0.055486917
-0.0782539
-0.0805333
-0.043732617
-0.0068375436
-0.03201547
-0.059948742
0.05957991
0.067795284
-0.04184092
0.004160195
0.008685335
-0.054342967
-0.033768225
0.11686653
0.081372775
-0.017015154
-0.023423227
8.78021e-34
8.345785e-34
7.4883407e-34
8.48771e-34
8.274504e-34
8.027745e-34
8.773579e-34
8.519454e-34
-8.11835e-34
-7.688669e-34
8.082543e-34
-7.3258576e-34
-8.51516e-34
7.221161e-34
7.827067e-34
1.2615198e-33
1.0976719e-33
1.1967251e-33
-1.0436973e-33
-8.499446e-34
2.2683726e-34
-1.3970104e-33
1.5193663e-33
1.2094788e-33
-1.133173e-33
-1.2547036e-33
-1.4050951e-33
-1.4054403e-33
-1.142544e-33
1.0450027e-33
7.6956433e-34
8.744477e-34
-3.8514544e-35
4.8746516e-34
-9.3443655e-34
-1.3859844e-34
-1.2412909e-34
-1.6619894e-34
-1.0620242e-33
1.4781585e-34
-7.03722e-34
6.034873e-34
4.964442e-34
6.136231e-34
8.249319e-34
0.008318748
0.041124124
-0.016857537
-0.04932119
-0.0122754285
0.10398687
-0.015096632
-0.0022395186
-0.015617358
0.036401253
-0.060664278
0.010920629
0.053897887
-0.030621164
-0.030898456
-0.032895576
-0.102701336
-0.026651151
0.11469333
-0.063634604
0.06844623
-0.018467609
0.00821091
-0.07843062
-0.0055042044
0.090303816
-0.046396058
0.075963
0.03063942
0.020872513
-0.01299387
-0.0037207452
-0.0242024
0.06550928
-0.024706954
0.014491363
-0.011790568
-0.0025269324
-0.004879747
-0.030484857
0.0600873
-0.023517173
0.03269997
0.0051519005
-0.012163694
1.1904957e-33
1.0479699e-33
5.779416e-34
1.1540947e-33
-9.659636e-34
-1.0160334e-33
-8.223222e-34
8.918577e-34
1.0935816e-33
-9.294705e-34
-1.1592887e-33
9.246344e-34
1.180318e-33
-9.126836e-34
1.1287711e-33
0.026146693
0.09916242
-0.043090336
0.0017119434
0.0016878549
-0.017987054
-0.049805358
-0.022761522
0.092246346
-0.040928245
0.06459246
-0.017492786
-0.0049494132
-0.04219089
-0.03418938
-1.7006182e-33
-1.4530463e-33
1.42898475e-33
1.5074225e-33
-1.3642416e-33
-1.4290173e-33
1.4108531e-33
-1.2353524e-33
1.5234947e-33
-1.3775423e-33
1.4153025e-33
1.3714305e-33
-1.484371e-33
-1.44253985e-33
1.3046794e-33
0.044514116
-0.000882356
-0.0096916985
-0.04236413
0.091675386
-0.023483241
0.014011558
-0.004130279
-0.036856808
-0.033731807
-0.012403026
0.002606612
0.017260972
0.015992519
-0.015452466
0.07528171
-0.021592995
-0.06897829
0.0042408453
-0.027098294
-0.06743852
-0.09114424
-0.10261911
0.10710511
0.049893394
0.059722904
0.04513747
0.053101413
0.041433763
0.09596609
0.09589958
-0.025171956
-0.0013778559
-0.016897377
-0.022183804
-0.00023300173
-0.0065004122
0.0055662235
-0.014621925
0.0004447254
0.00226211
-0.011209562
-0.0183207
-0.011526959
0.005361926
0.17491823
-0.018875118
0.03126051
-0.039963342
-0.033307772
0.0015879893
-0.041357704
-0.0036194928
-0.03158664
-0.004237409
-0.034398682
-0.017561572
0.023918597
-0.0046276804
-0.011843316
0.023838982
0.11698544
-0.036167253
-0.019597769
-0.012699235
-0.012540517
-0.03393306
-0.0059446017
-0.00016750683
0.0014437584
-0.0015821535
-0.0019046782
-0.0021211132
-0.02051653
-0.008041249