Changeset 18278 for branches/MarsWobble
- Timestamp:
- 08/18/15 10:09:13 (9 years ago)
- Location:
- branches/MarsWobble
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MarsWobble/fact/analysis/callisto.C
r18146 r18278 1 1 #include "MLogManip.h" 2 2 3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output", const char *delays="resources/delays-20150217.txt") 3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output", 4 // TString drstime = "/gpfs0/fact/processing/drs_time_calib/20111115.time.drs.fits", 5 const char *drstime = "/gpfs0/fact/processing/drs_time_calib/20111115.time.drs.fits", 6 const char *delays="resources/delays-20150217.txt") 4 7 { 5 8 // ====================================================== … … 107 110 } 108 111 109 TString timfile = drs.GetFileName(0, MSequence::kFitsDat);110 112 TString drs1024 = drs.GetFileName(0, MSequence::kFitsDrs); 111 113 TString pedfile = seq.GetFileName(0, MSequence::kFitsPed); … … 115 117 gLog << "DRS calib 300: " << drsfile << '\n'; 116 118 gLog << "DRS calib 1024: " << drs1024 << "\n\n"; 119 gLog << "DRS calib Time: " << drstime << "\n\n"; 120 121 MDrsCalibrationTime drscalibtime; 122 if (!drscalibtime.ReadFits(drstime))) 123 return 5; 117 124 118 125 MDrsCalibration drscalib300; 119 126 if (!drscalib300.ReadFits(drsfile.Data())) 120 return 5;127 return 6; 121 128 122 129 MDrsCalibration drscalib1024; 123 130 if (!drscalib1024.ReadFits(drs1024.Data())) 124 return 6;131 return 7; 125 132 126 133 gLog << all; 127 gLog << "Time calibration : " << timfile << '\n';128 134 gLog << "Pedestal file: " << pedfile << '\n'; 129 135 gLog << "Light Pulser file: " << calfile << '\n' << endl; … … 135 141 { 136 142 gLog << err << "ERROR - Sequence valid but without files." << endl; 137 return 7;143 return 8; 138 144 } 139 145 iter.Print(); … … 195 201 // hrate.DefaultLabelY("ERROR"); 196 202 197 MDrsCalibrationTime timecam;203 // MDrsCalibrationTime timecam; 198 204 199 205 gStyle->SetOptFit(kTRUE); 200 206 201 207 // ====================================================== 202 208 /* 203 209 gLog << endl; 204 210 gLog.Separator("Processing DRS timing calibration run"); … … 240 246 if (!loop0.GetDisplay()) 241 247 return 9; 242 248 */ 243 249 /* 244 250 MHDrsCalibrationT *t = (MHDrsCalibrationT*)plist4.FindObject("MHDrsCalibrationT"); … … 258 264 plist1.AddToList(&drscalib300); 259 265 plist1.AddToList(&badpixels); 260 plist1.AddToList(& timecam);266 plist1.AddToList(&drscalibtime); 261 267 262 268 MEvtLoop loop1("DetermineCalConst"); … … 348 354 tlist1.AddToList(&fill1d); 349 355 350 if (!loop1.Eventloop(max1))351 return 10;352 353 if (!loop1.GetDisplay())354 return 11;356 //if (!loop1.Eventloop(max1)) 357 // return 10; 358 359 //if (!loop1.GetDisplay()) 360 // return 11; 355 361 356 362 if (delays) … … 363 369 } 364 370 365 timecam.SetDelays(g);371 drscalibtime.SetDelays(g); 366 372 } 367 373 … … 377 383 plist3.AddToList(&drscalib300); 378 384 plist3.AddToList(&badpixels); 379 plist3.AddToList(& timecam);385 plist3.AddToList(&drscalibtime); 380 386 381 387 MEvtLoop loop3("DetermineRndmPed"); … … 451 457 plist4.AddToList(&drscalib300); 452 458 plist4.AddToList(&badpixels); 453 plist4.AddToList(& timecam);459 plist4.AddToList(&drscalibtime); 454 460 455 461 MEvtLoop loop4("DetermineExtractedPed"); … … 519 525 plist5.AddToList(&drscalib300); 520 526 plist5.AddToList(&badpixels); 521 plist5.AddToList(& timecam);527 plist5.AddToList(&drscalibtime); 522 528 523 529 MEvtLoop loop5("CalibratingData"); -
branches/MarsWobble/fact/analysis/callisto_data.C
r18147 r18278 90 90 // ------------------------------------------------------- 91 91 92 TFile file(drstime);93 if ( file.IsZombie())92 MDrsCalibrationTime timecam; 93 if (!timecam.ReadFits(drstime)) 94 94 { 95 gLog << err << "ERROR - Could not open" << drstime << endl;95 gLog << err << "ERROR - Could not get MDrsCalibrationTime from " << drstime << endl; 96 96 return 21; 97 97 } 98 98 99 MDrsCalibrationTime *timecam = 0; 100 file.GetObject("MDrsCalibrationTime", timecam); 101 if (!timecam) 99 if (delays) 102 100 { 103 gLog << err << "ERROR - Could not get MDrsCalibrationTime from " << drstime << endl; 104 return 22; 101 TGraph g(delays); 102 if (g.GetN()!=1440) 103 { 104 gLog << err << "Error reading file " << delays << endl; 105 return 22; 106 } 107 108 timecam.SetDelays(g); 105 109 } 106 110 … … 203 207 plist5.AddToList(&drscalib300); 204 208 plist5.AddToList(&badpixels); 205 plist5.AddToList( timecam);209 plist5.AddToList(&timecam); 206 210 207 211 MEvtLoop loop5("CalibratingData"); -
branches/MarsWobble/fact/plots/plotratescan.C
r15243 r18278 129 129 { 130 130 TString query; 131 query += "SELECT fTimeBegin, fTimeEnd, fVoltageIsOn, fOvervoltage, fCurrentMedMean, fNight ";131 query += "SELECT fTimeBegin, fTimeEnd, fVoltageIsOn, fOvervoltage, fCurrentMedMean, fNight, fAzMin, fAzMax, fZdMin, fZdMax "; 132 132 query += "FROM Ratescan WHERE fRatescanID="; 133 133 query += search_id; … … 149 149 const char *time_end = (*row)[1]; 150 150 const char *night = (*row)[5]; 151 const char *az_beg = (*row)[6]; 152 const char *az_end = (*row)[7]; 153 const char *zd_beg = (*row)[8]; 154 const char *zd_end = (*row)[9]; 151 155 152 156 int voltage_on = (*row)[2] ? atoi((*row)[2]) : -1; … … 167 171 leg.SetBorderSize(1); 168 172 leg.SetFillColor(kWhite); 169 leg.AddText("Ratescan"); 170 leg.AddText(""); 171 leg.AddText(Form("Begin %s", time_beg)); 172 leg.AddText(Form("End %s", time_end)); 173 leg.AddText(""); 173 leg.SetTextAlign(12); 174 leg.AddText(Form("Ratescan %d ", search_id)); 175 //leg.AddText(""); 176 leg.AddText(Form("Begin %s", time_beg)); 177 leg.AddText(Form("End %s", time_end)); 178 leg.AddText(Form("Az %s#circ to %s#circ", az_beg, az_end)); 179 leg.AddText(Form("Zd %s#circ to %s#circ", zd_beg, zd_end)); 180 //leg.AddText(""); 174 181 if (voltage_on==0) 175 182 leg.AddText("Voltage off"); … … 179 186 leg.AddText(Form("Current <I_{med}> = %.1f #muA", current)); 180 187 if (overvoltage>-70) 181 leg.AddText(Form("Voltage 188 leg.AddText(Form("Voltage #DeltaU = %+.2f V", overvoltage)); 182 189 } 183 190 … … 209 216 g.DrawClone("PL"); 210 217 218 TGraph gr("good_ratescan_edit.txt", "%lg %lg"); 219 gr.SetLineColor(12); 220 gr.DrawClone("L"); 221 211 222 c->Write(); 212 223 … … 216 227 name += time_beg; 217 228 218 c->SaveAs(name+".pdf"); 219 c->SaveAs(name+".eps"); 220 c->SaveAs(name+".png"); 229 //c->SaveAs(name+".pdf"); 230 //c->SaveAs(name+".eps"); 231 //c->SaveAs("/loc_data/analysis/"+name+".png"); 232 c->SaveAs(Form("/loc_data/analysis/ratescans/%04d/%02d/%02d/%06d_%d.png", atoi(night)/10000, (atoi(night)/100)%100, atoi(night)%100, atoi(night), search_id)); 221 233 222 234 delete c; … … 305 317 306 318 TString oname = Form("%06d-ratescan.root", night); 307 308 cout << " " << oname << '\n' << endl; 309 319 //cout << " " << oname << '\n' << endl; 310 320 TFile rootfile(oname.Data(), "recreate"); 311 321 -
branches/MarsWobble/fact/plots/quality.C
r17956 r18278 95 95 Double_t jd = time + 40587 + 2400000.5; 96 96 97 // Sun properties 98 Nova::EquPosn sun = Nova::GetSolarEquCoords(jd); 99 Nova::ZdAzPosn hrzs = Nova::GetHrzFromEqu(sun, jd); 100 97 101 // Get source position 98 102 Nova::EquPosn pos = FindPointing(time); 99 103 100 return FACT::PredictI(jd, pos); 104 105 // Moon properties 106 Nova::EquPosn moon = Nova::GetLunarEquCoords(jd, 0.01); 107 Nova::HrzPosn hrzm = Nova::GetHrzFromEqu(moon, jd); 108 double disk = Nova::GetLunarDisk(jd); 109 110 // Derived moon properties 111 double angle = Nova::GetAngularSeparation(moon, pos); 112 double edist = Nova::GetLunarEarthDist(jd)/384400; 113 114 // Current prediction 115 double sin_malt = hrzm.alt<0 ? 0 : sin(hrzm.alt*TMath::DegToRad()); 116 double cos_mdist = cos(angle*TMath::DegToRad()); 117 double sin_szd = sin(hrzs.zd*TMath::DegToRad()); 118 119 double c0 = pow(disk, 2.63); 120 double c1 = pow(sin_malt, 0.60); 121 double c2 = pow(edist, -2.00); 122 double c3 = exp(0.67*cos_mdist*cos_mdist*cos_mdist*cos_mdist); 123 double c4 = exp(-97.8+105.8*sin_szd*sin_szd); 124 125 double cur = 6.2 + 95.7*c0*c1*c2*c3 + c4; 126 127 return cur; 101 128 } 102 129 … … 340 367 } 341 368 369 Int_t PlotSqm(TArrayD **vec, TString fname) 370 { 371 fname += ".SQM_CONTROL_DATA.fits"; 372 373 fits file(fname.Data()); 374 if (!file) 375 { 376 cerr << fname << ": " << gSystem->GetError() << endl; 377 return -2; 378 } 379 380 //cout << fname << endl; 381 382 Double_t time; 383 Float_t mag; // magnitude 384 385 if (!file.SetPtrAddress("Time", &time)) 386 return -1; 387 if (!file.SetPtrAddress("Mag", &mag)) 388 return -1; 389 390 //const int marker_style = kFullDotMedium; 391 const int marker_style = kDot; 392 393 TGraph g1; 394 g1.SetName("SQM"); 395 396 397 bool found_first_time = false; 398 while (file.GetNextRow()) 399 if (Contains(vec, time)) 400 { 401 g1.SetPoint(g1.GetN(), time*24*3600, mag); 402 } 403 404 405 g1.SetMinimum(19.0); 406 g1.SetMaximum(21.5); 407 g1.SetMarkerColor(kBlack); 408 g1.SetMarkerStyle(marker_style); 409 g1.GetXaxis()->SetTimeDisplay(true); 410 g1.GetXaxis()->SetTimeFormat("%H:%M %F1995-01-01 00:00:00 GMT"); 411 g1.GetXaxis()->SetLabelSize(0.12); 412 g1.GetYaxis()->SetLabelSize(0.1); 413 g1.GetYaxis()->SetTitle("SQM [mag]"); 414 g1.GetYaxis()->SetTitleOffset(0.2); 415 g1.GetYaxis()->SetTitleSize(0.1); 416 g1.DrawClone("AP"); 417 418 return 0; 419 } 420 421 Int_t PlotSqmLinear(TArrayD **vec, TString fname) 422 { 423 fname += ".SQM_CONTROL_DATA.fits"; 424 425 fits file(fname.Data()); 426 if (!file) 427 { 428 cerr << fname << ": " << gSystem->GetError() << endl; 429 return -2; 430 } 431 432 //cout << fname << endl; 433 434 Double_t time; 435 Float_t mag; // magnitude 436 437 if (!file.SetPtrAddress("Time", &time)) 438 return -1; 439 if (!file.SetPtrAddress("Mag", &mag)) 440 return -1; 441 442 //const int marker_style = kFullDotMedium; 443 const int marker_style = kDot; 444 445 TGraph g1; 446 g1.SetName("SQM"); 447 448 449 bool found_first_time = false; 450 while (file.GetNextRow()) 451 if (Contains(vec, time)) 452 { 453 Double_t mag_double = 4.4 * pow(10, 20) * pow( 10, mag*(-0.4)); 454 g1.SetPoint(g1.GetN(), time*24*3600, mag_double); 455 } 456 457 458 g1.SetMinimum(1.e12); 459 g1.SetMaximum(5.e12); 460 g1.SetMarkerColor(kBlack); 461 g1.SetMarkerStyle(marker_style); 462 g1.GetXaxis()->SetTimeDisplay(true); 463 g1.GetXaxis()->SetTimeFormat("%H:%M %F1995-01-01 00:00:00 GMT"); 464 g1.GetXaxis()->SetLabelSize(0.12); 465 g1.GetYaxis()->SetLabelSize(0.1); 466 g1.GetYaxis()->SetTitle("SQM lin [phot./(s sr m^2)]"); 467 g1.GetYaxis()->SetTitleOffset(0.2); 468 g1.GetYaxis()->SetTitleSize(0.1); 469 g1.DrawClone("AP"); 470 471 return 0; 472 } 473 474 Int_t PlotHumidity(TArrayD **vec, TString fname) 475 { 476 fname += ".FSC_CONTROL_HUMIDITY.fits"; 477 478 fits file(fname.Data()); 479 if (!file) 480 { 481 cerr << fname << ": " << gSystem->GetError() << endl; 482 return -2; 483 } 484 485 //cout << fname << endl; 486 487 Double_t time; 488 Float_t H[4]; 489 490 if (!file.SetPtrAddress("Time", &time)) 491 return -1; 492 if (!file.SetPtrAddress("H", H)) 493 return -1; 494 495 //const int marker_style = kFullDotMedium; 496 const int marker_style = kDot; 497 498 TGraph g1; 499 TGraph g2; 500 TGraph g3; 501 TGraph g4; 502 //TGraph g5; 503 g1.SetName("H0"); 504 g2.SetName("H1"); 505 g3.SetName("H2"); 506 g4.SetName("H3"); 507 //g5.SetName("PFmini"); 508 509 510 Double_t first_time, last_time; 511 bool found_first_time = false; 512 while (file.GetNextRow()) 513 if (Contains(vec, time)) 514 { 515 if (!found_first_time){ 516 first_time = time*24*3600; 517 found_first_time = true; 518 } 519 g1.SetPoint(g1.GetN(), time*24*3600, H[0]); 520 g2.SetPoint(g2.GetN(), time*24*3600, H[1]); 521 g3.SetPoint(g3.GetN(), time*24*3600, H[2]); 522 g4.SetPoint(g4.GetN(), time*24*3600, H[3]); 523 //g5.SetPoint(g5.GetN(), time*24*3600, I[319]); 524 last_time = time*24*3600; 525 } 526 527 528 g1.SetMinimum(10); 529 g1.SetMaximum(80); 530 g1.SetMarkerColor(kAzure); 531 g1.SetMarkerStyle(marker_style); 532 g1.GetXaxis()->SetTimeDisplay(true); 533 g1.GetXaxis()->SetTimeFormat("%H:%M %F1995-01-01 00:00:00 GMT"); 534 g1.GetXaxis()->SetLabelSize(0.12); 535 g1.GetYaxis()->SetLabelSize(0.1); 536 g1.GetYaxis()->SetTitle("HUMITIDY"); 537 g1.GetYaxis()->SetTitleOffset(0.2); 538 g1.GetYaxis()->SetTitleSize(0.1); 539 g1.DrawClone("AP"); 540 541 g2.SetMarkerColor(kAzure+1); 542 g2.SetMarkerStyle(marker_style); 543 g2.DrawClone("P"); 544 545 g3.SetMarkerColor(kAzure+3); 546 g3.SetMarkerStyle(marker_style); 547 g3.DrawClone("P"); 548 549 g4.SetMarkerColor(kAzure+6); 550 g4.SetMarkerStyle(marker_style); 551 g4.DrawClone("P"); 552 553 //g5.SetMarkerColor(kAzure+1); 554 //g5.SetMarkerStyle(kFullDotMedium); 555 //g5.DrawClone("P"); 556 557 g1.DrawClone("P"); 558 559 TLine l1(first_time-600, 40, last_time+600, 40); 560 l1.SetLineColor(kOrange); 561 l1.DrawClone(); 562 TText t1(first_time-600, 41, "Please, note in logbook"); 563 t1.SetTextSize(0.1); 564 t1.DrawClone(); 565 566 567 TLine l2(first_time-600, 55, last_time+600, 55); 568 l2.SetLineColor(kRed); 569 l2.DrawClone(); 570 TText t2(first_time-600, 56, "Please, report to fact-online"); 571 t2.SetTextSize(0.1); 572 t2.DrawClone(); 573 574 575 return 0; 576 } 577 578 Int_t PlotHumidity2(TArrayD **vec, TString fname) 579 { 580 fname += ".PFMINI_CONTROL_DATA.fits"; 581 582 fits file(fname.Data()); 583 if (!file) 584 { 585 cerr << fname << ": " << gSystem->GetError() << endl; 586 return -2; 587 } 588 589 //cout << fname << endl; 590 591 Double_t time; 592 Float_t H; 593 594 if (!file.SetPtrAddress("Time", &time)) 595 return -1; 596 if (!file.SetPtrAddress("Humidity", &H)) 597 return -1; 598 599 const int marker_style = kFullDotMedium; 600 //const int marker_style = kDot; 601 602 TGraph g1; 603 g1.SetName("PFmini"); 604 605 606 while (file.GetNextRow()) 607 if (Contains(vec, time)) 608 { 609 g1.SetPoint(g1.GetN(), time*24*3600, H); 610 } 611 612 g1.SetMarkerStyle(marker_style); 613 g1.SetMarkerColor(kGreen); 614 g1.DrawClone("P"); 615 return 0; 616 } 342 617 343 618 Int_t PlotPointing(TArrayD **vec, TString fname) … … 420 695 g.GetXaxis()->SetLabelSize(0.1); 421 696 g.GetYaxis()->SetLabelSize(0.1); 422 g.GetYaxis()->SetTitle("TEMP ");697 g.GetYaxis()->SetTitle("TEMPERATURE"); 423 698 g.GetYaxis()->SetTitleOffset(0.2); 424 699 g.GetYaxis()->SetTitleSize(0.1); … … 542 817 if (!file.SetPtrAddress("Time", &time)) 543 818 return -1; 544 if (!file.SetPtrAddress("Data1", temp) && 545 !file.SetPtrAddress("temp", temp)) 819 // if (!file.SetPtrAddress("Data1", temp) && 820 // !file.SetPtrAddress("temp", temp)) 821 if (!file.SetPtrAddress("temp", temp)) 546 822 return -1; 547 823 … … 669 945 } 670 946 671 TCanvas *c = new TCanvas("quality", Form("Quality %04d/%02d/%02d", y, m, d), 1280, 960); 672 c->Divide(1, 6, 1e-5, 1e-5); 947 //check if the sqm was already installed on the telescope 948 TCanvas *c = NULL; 949 TString datestring = Form("%04d%02d%02d", y, m, d); 950 if( datestring.Atoi() > 20140723 ) { 951 TCanvas *c = new TCanvas("quality", Form("Quality %04d/%02d/%02d", y, m, d), 1280, 1280); 952 c->Divide(1, 8, 1e-5, 1e-5); 953 }else{ 954 TCanvas *c = new TCanvas("quality", Form("Quality %04d/%02d/%02d", y, m, d), 1280, 1120); 955 c->Divide(1, 7, 1e-5, 1e-5); 956 } 673 957 674 958 gROOT->SetSelectedPad(0); … … 716 1000 gPad->SetRightMargin(0.001); 717 1001 gPad->SetLeftMargin(0.04); 1002 gPad->SetBottomMargin(0); 718 1003 cout << PlotTemperature1(runs, fname) << endl; 719 1004 cout << PlotTemperature2(runs, fname) << endl; … … 721 1006 cout << PlotTemperature4(runs, fname) << endl; 722 1007 1008 gROOT->SetSelectedPad(0); 1009 c->cd(7); 1010 gPad->SetGrid(); 1011 gPad->SetTopMargin(0); 1012 gPad->SetBottomMargin(0); 1013 gPad->SetRightMargin(0.001); 1014 gPad->SetLeftMargin(0.04); 1015 cout << PlotHumidity(runs, fname) << endl; 1016 cout << PlotHumidity2(runs, fname) << endl; 1017 1018 //check if the sqm was already installed 1019 if( datestring.Atoi() > 20140723 ) { 1020 gROOT->SetSelectedPad(0); 1021 c->cd(7); 1022 gPad->SetGrid(); 1023 gPad->SetTopMargin(0); 1024 gPad->SetBottomMargin(0); 1025 gPad->SetRightMargin(0.001); 1026 gPad->SetLeftMargin(0.04); 1027 cout << PlotHumidity(runs, fname) << endl; 1028 cout << PlotHumidity2(runs, fname) << endl; 1029 1030 gROOT->SetSelectedPad(0); 1031 c->cd(8); 1032 gPad->SetGrid(); 1033 gPad->SetTopMargin(0); 1034 gPad->SetRightMargin(0.001); 1035 gPad->SetLeftMargin(0.04); 1036 cout << PlotSqm(runs, fname) << endl; 1037 }else{ 1038 1039 gROOT->SetSelectedPad(0); 1040 c->cd(7); 1041 gPad->SetGrid(); 1042 gPad->SetTopMargin(0); 1043 gPad->SetRightMargin(0.001); 1044 gPad->SetLeftMargin(0.04); 1045 cout << PlotHumidity(runs, fname) << endl; 1046 cout << PlotHumidity2(runs, fname) << endl; 1047 } 1048 723 1049 c->SaveAs(Form("%s/%04d%02d%02d.png", outpath, y, m, d)); 724 1050 -
branches/MarsWobble/fact/processing/drstemp.C
r17145 r18278 163 163 164 164 float temp[160]; 165 if (file.SetPtrAddress("temp", temp, 82))166 {167 drstemp82(file, beg, end);168 return;169 }165 // if (file.SetPtrAddress("temp", temp, 82)) 166 // { 167 // drstemp82(file, beg, end); 168 // return; 169 // } 170 170 171 171 file.SetPtrAddress("temp", temp, 160); -
branches/MarsWobble/fact/processing/fillratescan.C
r17102 r18278 48 48 Float_t GetOffset(TString fname, Double_t beg, Double_t end) 49 49 { 50 fname.ReplaceAll("RATE_SCAN_DATA", "FEEDBACK_DEVIATION"); 50 if (end < 15937) 51 fname.ReplaceAll("RATE_SCAN_DATA", "FEEDBACK_DEVIATION"); 52 else 53 fname.ReplaceAll("RATE_SCAN_DATA", "FEEDBACK_CALIBRATED_CURRENTS"); 51 54 52 55 fits file(fname.Data()); … … 61 64 return -100; 62 65 63 if (!file.SetPtrAddress("DeltaUser", &delta)) 64 return -100; 66 if (end < 15937) 67 { 68 if (!file.SetPtrAddress("DeltaUser", &delta)) 69 return -100; 70 } 71 else 72 { 73 if (!file.SetPtrAddress("U_nom", &delta)) 74 return -100; 75 } 65 76 66 77 //cout << "Search for: " << beg-15773 << " " << end-15773 << endl; … … 80 91 Float_t GetCurrent(TString fname, Double_t beg, Double_t end) 81 92 { 82 fname.ReplaceAll("RATE_SCAN_DATA", "CALIBRATED_CURRENTS"); 83 fname = gSystem->BaseName(fname.Data()); 84 85 fname.Prepend("/scratch_nfs/calibrated_currents/"); 93 fname.ReplaceAll("RATE_SCAN_DATA", "FEEDBACK_CALIBRATED_CURRENTS"); 94 95 //the next two lines are needed for ISDC and data before 11.3.2013 96 //fname.ReplaceAll("RATE_SCAN_DATA", "CALIBRATED_CURRENTS"); 97 //fname = gSystem->BaseName(fname.Data()); 98 //fname.Prepend("/scratch_nfs/calibrated_currents/"); 86 99 87 100 fits file(fname.Data()); … … 326 339 !file.SetPtrAddress(string(old ? "Data3" : "RelOnTime"), &ontime)) 327 340 return -1; 328 */341 */ 329 342 Double_t *ptime = file.SetPtrAddress("Time"); 330 343 ULong64_t *pid = file.SetPtrAddress(old ? "Data0" : "Id"); -
branches/MarsWobble/mdrs/MCalibrateDrsTimes.cc
r18154 r18278 152 152 continue; 153 153 154 const Float_t signal = (*fSignals)[sw].GetArrivalTime(); 154 const Float_t signal = (*fSignals)[sw].GetArrivalTimeHiGain(); 155 const Float_t slope = (*fSignals)[sw].GetArrivalTimeHiGainError(); 155 156 const Float_t offset = fCalib ? fCalib->GetOffset(hw, start[hw], signal) : 0; 157 const Float_t offset2 = (fCalib && (signal-slope)>=0) ? fCalib->GetOffset(hw, start[hw], signal-slope) : 0; 156 158 const Float_t delay = fCalib ? fCalib->GetDelay(hw) : 0; 157 159 … … 160 162 161 163 // convert from slices to ns 162 const Float_t utime = 1000*(signal )/fFreq-delay; // [ns] 163 const Float_t time = 1000*(signal-offset)/fFreq-delay; // [ns] 164 const Float_t utime = 1000*(signal )/fFreq-delay; // [ns] 165 const Float_t time = 1000*(signal-offset)/fFreq-delay; // [ns] 166 const Float_t slopecal = (slope-offset+offset2)<0 ? -1 : 1000*(slope-offset+offset2)/fFreq; // [ns] 167 const Float_t uslope = slope<0 ? -1 : 1000*(slope)/fFreq; // [ns] 164 168 165 169 /* … … 172 176 { 173 177 (*fArrivalTime)[idx[j]].SetArrivalTime(time); 178 (*fArrivalTime)[idx[j]].SetTimeSlope(slopecal); 174 179 if (fArrivalTimeU) 180 { 175 181 (*fArrivalTimeU)[idx[j]].SetArrivalTime(utime); 182 (*fArrivalTimeU)[idx[j]].SetTimeSlope(uslope); 183 } 176 184 } 177 185 } -
branches/MarsWobble/mhist/MHEvent.cc
r13365 r18278 194 194 fHist->SetName("Island Index"); 195 195 fHist->SetYTitle("Index"); 196 fHist->SetPrettyPalette(); 197 break; 198 case kEvtTimeSlope: 199 case kEvtTimeSlopeCleaned: 200 fHist->SetName("Time Slope"); 201 fHist->SetYTitle("delta_t [ns]"); 196 202 fHist->SetPrettyPalette(); 197 203 break; … … 295 301 fHist->SetCamContent(*event, 5); 296 302 break; 303 case kEvtTimeSlope: 304 fHist->SetCamContent(*event, 13); 305 break; 306 case kEvtTimeSlopeCleaned: 307 fHist->SetCamContent(*event, 14); 308 break; 297 309 default: 298 310 *fLog << "ERROR - Case " << (int)fType << " not implemented..." << endl; -
branches/MarsWobble/mhist/MHEvent.h
r13365 r18278 27 27 kEvtCleaningLevels, kEvtCleaningData, 28 28 kEvtIdxMax, kEvtArrTime, kEvtArrTimeCleaned, 29 kEvtTrigPix, kEvtIslandIndex 29 kEvtTrigPix, kEvtIslandIndex, kEvtTimeSlope, 30 kEvtTimeSlopeCleaned 30 31 }; 31 32 -
branches/MarsWobble/mimage/MNewImagePar.cc
r9374 r18278 220 220 const Double_t dzx = hillas.GetCosDelta()*dx + hillas.GetSinDelta()*dy; // [mm] 221 221 const Double_t dzy = -hillas.GetSinDelta()*dx + hillas.GetCosDelta()*dy; // [mm] 222 const Double_t dz = gpix.GetT()*gpix.GetT()/4; 223 const Double_t tana = dzy*dzy/(dzx*dzx); 224 const Double_t distr = (1+tana)/(rl + tana*rw); 225 if (distr>dist0-dz || dzx==0) 222 const Double_t dz = gpix.GetT()/2; 223 const Double_t distr = (dzy*dzy+dzx*dzx)/(dzx*dzx*rl + dzy*dzy*rw); 224 if ((dzx==0 && dzy==0) || sqrt(distr)>sqrt(dist0)-dz) 226 225 fConcCore += nphot; 227 226 -
branches/MarsWobble/mjoptim/MJOptimizeCuts.cc
r8907 r18278 95 95 96 96 // Parameter container 97 #include "MGeomCam Magic.h"97 #include "MGeomCamFACT.h" 98 98 #include "MParameters.h" 99 99 #include "MFilterList.h" … … 150 150 MParList parlist; 151 151 152 MGeomCam Magicgeom; // For GetConvMm2Deg152 MGeomCamFACT geom; // For GetConvMm2Deg 153 153 parlist.AddToList(&geom); 154 154 … … 274 274 MParList parlist; 275 275 276 MGeomCam Magicgeom; // For GetConvMm2Deg276 MGeomCamFACT geom; // For GetConvMm2Deg 277 277 parlist.AddToList(&geom); 278 278 -
branches/MarsWobble/msignal/MExtractFACT.cc
r17835 r18278 171 171 // 172 172 Float_t max = -1; 173 Float_t tmax = -1; 173 174 if (pmax>pbeg && pmax<pend-1) 174 175 { … … 194 195 max = exp(a + b*dx + c*dx*dx); 195 196 196 // Timeis position of maximum197 //time= dx;198 //time+= Int_t(pmax-ptr);197 // tmax is position of maximum 198 tmax = dx; 199 tmax += Int_t(pmax-ptr); 199 200 } 200 201 } … … 203 204 204 205 Float_t time = -1; 206 Float_t slope = -1; 205 207 if (max>=0) 206 208 { … … 208 210 209 211 // Time is position of half hight leading edge 210 pend = std::max(pbeg, pmax-1 0);212 pend = std::max(pbeg, pmax-15); 211 213 for (;pmax>=pend; pmax--) 212 214 if (*pmax<max/2) … … 217 219 time = (max/2-pmax[0])/(pmax[1]-pmax[0]); 218 220 time += Int_t(pmax-ptr); 221 slope = tmax - time; 219 222 } 220 223 } … … 223 226 { 224 227 time = gRandom->Uniform(rangehi)+fHiGainFirst+1; 225 max = p beg[uint16_t(time)];228 max = ptr[uint16_t(time)]; 226 229 } 227 230 … … 232 235 pix.SetGainSaturation(0); 233 236 234 tix.SetArrivalTime(time );237 tix.SetArrivalTime(time, slope); 235 238 tix.SetGainSaturation(0); 236 239 } -
branches/MarsWobble/msignal/MSignalCam.cc
r9573 r18278 584 584 // 10: as 0, but returns kFALSE if signal <=0 585 585 // 11: as 8, but returns kFALSE if signal <=0 586 // 12: time slope 586 587 // 587 588 Bool_t MSignalCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const … … 593 594 594 595 // Used inlcudes status unampped 595 if (!pix.IsPixelUsed() && (type<6 || type==8 ))596 if (!pix.IsPixelUsed() && (type<6 || type==8 || type==14)) 596 597 return kFALSE; 597 598 … … 668 669 return pix.GetNumPhotons()>0; 669 670 671 case 13: // time slope 672 val = pix.GetTimeSlope(); 673 break; 674 675 case 14: // time slope 676 if (pix.IsPixelUnmapped()) 677 return kFALSE; 678 val = pix.GetTimeSlope(); 679 break; 680 670 681 case 9: 671 682 default: -
branches/MarsWobble/msignal/MSignalPix.cc
r12938 r18278 64 64 // size of the calibrated data by roughly 0.5% 65 65 // 66 // Version 8: 67 // ---------- 68 // - added new time variable fTimeSlope describing the width of the rise time 69 // 66 70 //////////////////////////////////////////////////////////////////////////// 67 71 #include "MSignalPix.h" … … 80 84 MSignalPix::MSignalPix(Float_t phot, Float_t errphot) : 81 85 fIsCore(kFALSE), fRing(1), fIdxIsland(-1), 82 fPhot(phot), fErrPhot(errphot), fArrivalTime(-1) 86 fPhot(phot), fErrPhot(errphot), fArrivalTime(-1), 87 fTimeSlope(-1) 83 88 { 84 89 MMath::ReducePrecision(fPhot); … … 94 99 fErrPhot = 0; 95 100 fArrivalTime = -1; 101 fTimeSlope = -1; 96 102 } 97 103 -
branches/MarsWobble/msignal/MSignalPix.h
r8528 r18278 19 19 Float_t fErrPhot; // the error of fPhot 20 20 Float_t fArrivalTime; // Calibrated Arrival Time 21 Float_t fTimeSlope; // Time between half rise time and position of maximum 21 22 22 23 public: … … 24 25 MSignalPix(const MSignalPix &pix) 25 26 : fIsCore(pix.fIsCore), fRing(pix.fRing), fIdxIsland(pix.fIdxIsland), 26 fPhot(pix.fPhot), fErrPhot(pix.fErrPhot), fArrivalTime(pix.fArrivalTime) 27 fPhot(pix.fPhot), fErrPhot(pix.fErrPhot), fArrivalTime(pix.fArrivalTime), 28 fTimeSlope(pix.fTimeSlope) 27 29 { 28 30 } … … 39 41 pix.fErrPhot = fErrPhot; 40 42 pix.fArrivalTime = fArrivalTime; 43 pix.fTimeSlope = fTimeSlope; 41 44 } 42 45 void Print(Option_t *opt = NULL) const; … … 46 49 Float_t GetErrorPhot() const { return fErrPhot; } 47 50 Float_t GetArrivalTime() const { return fArrivalTime; } 51 Float_t GetTimeSlope() const { return fTimeSlope; } 48 52 49 53 Bool_t IsPixelUsed() const { return fRing>0; } … … 65 69 void Set(Float_t np, Float_t ep) { MMath::ReducePrecision(np); MMath::ReducePrecision(ep); fPhot = np; fErrPhot = ep; } 66 70 void SetArrivalTime(Float_t tm) { fArrivalTime = tm; } 71 void SetTimeSlope(Float_t ts) { fTimeSlope = ts; } 67 72 68 73 //void AddNumPhotons(Float_t f) { fPhot += f; } 69 74 //void Scale(Float_t f) { fPhot /= f; } 70 75 71 ClassDef(MSignalPix, 7) // class containing information about the Cerenkov Photons in a pixel76 ClassDef(MSignalPix, 8) // class containing information about the Cerenkov Photons in a pixel 72 77 }; 73 78 -
branches/MarsWobble/resources/delays-20150217.txt
r18145 r18278 1 1 # delays [ns] / slices sorted by chid 2 0 -0.1729053 1 -0.3191284 2 -0.1667945 3 -0.3091986 4 -0.00875957 5 -0.296328 6 -0.1369529 7 -0.12941210 8 -0.18133311 9 -0.36698412 10 -0.24094513 11 -0.31661514 12 -0.19753815 13 -0.22598516 14 -0.1941717 15 -0.15563318 16 -0.050961519 17 -0.22487720 18 -0.14131921 19 -0.16391322 20 -0.02358923 21 -0.15220624 22 0.10324425 23 -0.23578726 24 -0.13384527 25 -0.14791528 26 -0.04836829 27 -0.30704530 28 0.03690731 29 -0.29624532 30 -0.12556433 31 -0.07848934 32 0.00985835 33 -0.22356336 34 0.03421537 35 -0.23739738 36 -0.31835139 37 -0.44913540 38 -0.25694941 39 -0.51584842 40 -0.15909743 41 -0.33769344 42 -0.21106345 43 -0.32989846 44 -0.15596447 45 -0.29829748 46 -0.053054549 47 -0.20274950 48 -0.23655651 49 -0.14658752 50 -0.02400653 51 -0.16222254 52 0.072073555 53 -0.05355256 54 -0.23435157 55 -0.2217558 56 -0.04305959 57 -0.18101260 58 0.0043661 59 -0.19932762 60 -0.14631463 61 -0.10212164 62 -0.11534565 63 -0.36835866 64 -0.10387367 65 -0.26245568 66 -0.12574769 67 -0.20933270 68 -0.06754271 69 -0.18088972 70 -0.23206873 71 -0.05470174 72 -0.54179875 73 -0.68634676 74 -0.60668477 75 -0.80268678 76 -0.46004579 77 -0.71716380 78 -1.2856981 79 -1.5941482 80 0.42913883 81 -0.40191384 82 -0.27611285 83 -0.45270486 84 -0.25626387 85 -0.16154188 86 -0.16320689 87 -0.3834690 88 -0.15605591 89 -0.33767892 90 -0.34349293 91 -0.4039594 92 -0.2769995 93 -0.43757996 94 -0.17184797 95 -0.26782698 96 -0.30878299 97 -0.330328100 98 -0.164585101 99 -0.500046102 100 -0.242462103 101 -0.434182104 102 -0.401998105 103 -0.428737106 104 -0.280504107 105 -0.358314108 106 -0.100026109 107 -0.282208110 108 0.181279111 109 0.0277325112 110 0.170662113 111 -0.053029114 112 0.296459115 113 0.0450535116 114 0.19064117 115 0.168832118 116 0.287789119 117 0.139725120 118 0.312698121 119 0.186494122 120 0.295932123 121 0.285288124 122 0.343932125 123 0.254866126 124 0.380796127 125 0.245443128 126 0.149884129 127 0.0193585130 128 0.222543131 129 0.033859132 130 0.304654133 131 0.101879134 132 0.224264135 133 0.0221155136 134 0.269056137 135 0.158894138 136 0.373277139 137 0.152344140 138 0.199842141 139 0.140396142 140 0.307049143 141 0.28898144 142 0.467605145 143 0.426941146 144 -0.517551147 145 -0.667674148 146 -0.62592149 147 -0.786975150 148 -0.491115151 149 -0.788989152 150 -0.682506153 151 -0.668573154 152 -0.667959155 153 -0.378663156 154 -0.19019157 155 -0.333128158 156 -0.289455159 157 -0.140546160 158 -0.217163161 159 -0.360403162 160 -0.150111163 161 -0.249908164 162 -0.390881165 163 -0.417712166 164 -0.323605167 165 -0.433459168 166 -0.183075169 167 -0.498978170 168 -0.332261171 169 -0.39139172 170 -0.324464173 171 -0.39799174 172 -0.190741175 173 -0.387397176 174 -0.235247177 175 -0.296337178 176 -0.201721179 177 -0.345755180 178 -0.131207181 179 -0.312399182 180 -0.325674183 181 -0.348025184 182 -0.275367185 183 -0.428098186 184 -0.239869187 185 -0.347901188 186 -0.253064189 187 -0.260916190 188 -0.238266191 189 -0.238149192 190 -0.0233235193 191 -0.196342194 192 -0.0575315195 193 0.060739196 194 0.086026197 195 -0.0576165198 196 0.052698199 197 0.010046200 198 -0.0584595201 199 -0.0372155202 200 0.104507203 201 0.00913204 202 0.137883205 203 0.010528206 204 0.056028207 205 -0.044703208 206 0.078114209 207 -0.0114355210 208 0.213308211 209 -0.0943015212 210 -0.002272213 211 -0.019112214 212 0.132622215 213 0.14066216 214 0.302393217 215 0.213854218 216 -0.2107219 217 -0.423966220 218 -0.423111221 219 -0.48981222 220 -0.26607223 221 -0.550461224 222 -0.462233225 223 -0.533388226 224 -0.456296227 225 -0.438835228 226 -0.303986229 227 -0.606047230 228 -0.305473231 229 -0.209301232 230 -0.349282233 231 -0.345157234 232 -0.157944235 233 -0.267483236 234 -0.282542237 235 -0.314171238 236 -0.21269239 237 -0.220697240 238 -0.01121241 239 -0.270257242 240 -0.266429243 241 -0.237443244 242 -0.102823245 243 -0.387232246 244 -0.231705247 245 -0.462756248 246 -0.276653249 247 -0.279348250 248 -0.31115251 249 -0.415482252 250 -0.109152253 251 -0.260665254 252 -0.378381255 253 -0.535973256 254 -0.498701257 255 -0.576638258 256 -0.349977259 257 -0.478635260 258 -0.469421261 259 -0.454228262 260 -0.484717263 261 -0.321715264 262 -0.16297265 263 -0.329695266 264 -0.207403267 265 -0.100086268 266 -0.187959269 267 -0.181799270 268 -0.0412271 269 -0.181563272 270 -0.395317273 271 -0.372869274 272 -0.27488275 273 -0.377063276 274 -0.177407277 275 -0.499918278 276 -0.193744279 277 -0.236741280 278 -0.243031281 279 -0.293149282 280 -0.0447305283 281 -0.258801284 282 -0.251852285 283 -0.210002286 284 -0.179514287 285 -0.215614288 286 -0.0491885289 287 -0.072583290 288 -0.203785291 289 -0.247762292 290 -0.103158293 291 -0.349966294 292 0.031743295 293 -0.23515296 294 -0.093454297 295 -0.153976298 296 -0.129237299 297 1.00039300 298 0.168727301 299 -0.0575165302 300 -0.015515303 301 0.0294335304 302 0.0376815305 303 0.04014306 304 0.134211307 305 0.022413308 306 -0.0880105309 307 -0.16447310 308 0.016791311 309 -0.0816445312 310 0.15588313 311 -0.173135314 312 -0.008993315 313 -0.122139316 314 0.0445985317 315 -0.211902318 316 0.117309319 317 -0.219187320 318 -0.0661905321 319 -0.100654322 320 0.052375323 321 -0.0152325324 322 0.180751325 323 0.052762326 324 -0.0047005327 325 -0.220211328 326 -0.069824329 327 -0.160471330 328 0.067534331 329 -0.113519332 330 -0.070001333 331 -0.0858025334 332 -0.0761135335 333 0.0731135336 334 0.229285337 335 0.0474905338 336 0.156028339 337 0.135658340 338 0.119274341 339 0.125978342 340 0.328597343 341 0.2248344 342 0.091505345 343 0.161967346 344 0.0990565347 345 -0.0884635348 346 0.366502349 347 -0.070449350 348 0.271159351 349 0.086887352 350 0.217266353 351 -0.108496354 352 0.198388355 353 -0.177588356 354 0.0407035357 355 -0.064532358 356 0.0347905359 357 -0.0973745360 358 0.208863361 359 0.159602362 360 -0.131104363 361 -0.224978364 362 -0.155141365 363 -0.367775366 364 -0.038227367 365 -0.35083368 366 -0.085996369 367 -0.130595370 368 -0.169427371 369 -0.023661372 370 0.232492373 371 -0.0044575374 372 0.0759545375 373 0.140465376 374 0.146131377 375 -0.063448378 376 0.276626379 377 0.0725935380 378 0.0635475381 379 0.18639382 380 0.214154383 381 0.001183384 382 0.269444385 383 0.0394015386 384 0.095303387 385 0.089435388 386 0.136313389 387 -0.249246390 388 0.110247391 389 -0.255894392 390 -0.16427393 391 -0.051469394 392 -0.0758975395 393 -0.0644145396 394 0.12747397 395 -0.133338398 396 0.320864399 397 0.244552400 398 0.286453401 399 0.100649402 400 0.397106403 401 0.209147404 402 0.251463405 403 0.290983406 404 0.236971407 405 0.277061408 406 0.397008409 407 0.337796410 408 0.444339411 409 0.533925412 410 0.38769413 411 0.381994414 412 0.609587415 413 0.480728416 414 0.530035417 415 0.438193418 416 0.540924419 417 0.453446420 418 0.619242421 419 0.481475422 420 0.640696423 421 0.568218424 422 0.656609425 423 0.420604426 424 0.522277427 425 0.373111428 426 0.353771429 427 0.352295430 428 0.426107431 429 0.431778432 430 0.550405433 431 0.380234434 432 -0.0824445435 433 -0.107266436 434 -0.065363437 435 -0.191413438 436 0.112408439 437 -0.140653440 438 -0.121994441 439 -0.062237442 440 -0.0576375443 441 -0.036838444 442 0.132957445 443 -0.011374446 444 0.04533447 445 0.181938448 446 0.048352449 447 0.085943450 448 0.335506451 449 0.092617452 450 0.077088453 451 0.062519454 452 0.058979455 453 0.0142085456 454 0.264873457 455 0.0109065458 456 0.138248459 457 -0.010231460 458 0.098945461 459 -0.177725462 460 0.092713463 461 -0.233984464 462 -0.276597465 463 -0.085163466 464 -0.0879445467 465 -0.056468468 466 0.034508469 467 -0.010197470 468 0.0367615471 469 -0.0487385472 470 -0.054785473 471 -0.175158474 472 -0.0161795475 473 -0.092409476 474 -0.042147477 475 -0.10208478 476 -0.049083479 477 0.112615480 478 0.260747481 479 0.0632155482 480 0.171736483 481 0.241679484 482 0.267823485 483 0.140823486 484 0.331081487 485 0.273116488 486 0.276909489 487 0.238176490 488 0.349172491 489 0.30014492 490 0.417882493 491 0.255985494 492 0.325961495 493 0.261815496 494 0.309332497 495 0.132725498 496 0.280784499 497 0.0829835500 498 0.137498501 499 0.0675995502 500 0.158016503 501 0.249042504 502 0.328999505 503 0.222223506 504 0.583776507 505 0.475214508 506 0.570342509 507 0.393051510 508 0.621571511 509 0.457242512 510 0.553893513 511 0.521879514 512 0.486967515 513 0.666763516 514 0.756089517 515 0.65354518 516 0.830727519 517 0.841959520 518 0.784668521 519 0.725599522 520 0.86371523 521 0.767543524 522 0.463597525 523 0.392769526 524 0.491837527 525 0.42232528 526 0.623112529 527 1.67296530 528 1.58472531 529 0.475804532 530 0.507722533 531 0.456657534 532 0.654891535 533 0.494944536 534 0.419699537 535 0.446093538 536 0.557346539 537 0.470637540 538 0.718671541 539 0.695816542 540 0.0288875543 541 -0.0812085544 542 -0.0431935545 543 -0.299619546 544 0.025557547 545 -0.147756548 546 0.0312905549 547 -0.13963550 548 0.0160685551 549 0.0593635552 550 0.297707553 551 0.125522554 552 0.187616555 553 0.265532556 554 0.305486557 555 0.144288558 556 0.432455559 557 0.330425560 558 0.0179125561 559 -0.0453115562 560 0.0596855563 561 -0.046409564 562 0.044504565 563 -0.029104566 564 0.0667195567 565 0.001313568 566 0.143301569 567 -0.0677195570 568 0.122117571 569 -0.028503572 570 0.0416895573 571 -0.056711574 572 0.028342575 573 -0.0069495576 574 0.211373577 575 0.171061578 576 0.0354085579 577 -0.189802580 578 0.083689581 579 -0.20514582 580 0.196972583 581 -0.0754525584 582 0.0302255585 583 0.033531586 584 0.131194587 585 -0.057334588 586 0.0731845589 587 -0.038646590 588 0.050107591 589 0.118064592 590 0.107439593 591 0.0120035594 592 0.217289595 593 0.148912596 594 0.213851597 595 0.119334598 596 0.218047599 597 -0.0250675600 598 0.306447601 599 0.02816602 600 0.245274603 601 0.116971604 602 0.205404605 603 0.092257606 604 0.294676607 605 0.016664608 606 0.205452609 607 0.165392610 608 0.238358611 609 0.075719612 610 0.342792613 611 0.163959614 612 0.020252615 613 -0.115161616 614 -0.03787617 615 -0.0838925618 616 0.146196619 617 0.0173015620 618 0.0949195621 619 -0.008336622 620 0.0897085623 621 0.408544624 622 0.527197625 623 0.406473626 624 0.413067627 625 0.517214628 626 0.595426629 627 0.376823630 628 0.61919631 629 0.553337632 630 0.283811633 631 0.174827634 632 0.381913635 633 0.252014636 634 0.465274637 635 0.243783638 636 0.319112639 637 0.254362640 638 0.430627641 639 0.498139642 640 0.619202643 641 0.401496644 642 0.494702645 643 0.491872646 644 0.61507647 645 0.527123648 646 0.620065649 647 0.566469650 648 -0.096244651 649 -0.123592652 650 -0.0042415653 651 -0.223175654 652 0.093525655 653 -0.107152656 654 0.014294657 655 -0.105857658 656 -0.0599585659 657 -0.118021660 658 0.0955725661 659 -0.104019662 660 0.091845663 661 0.142779664 662 0.0266675665 663 -0.0352185666 664 0.27147667 665 0.0957815668 666 0.09536669 667 0.173012670 668 0.13677671 669 0.050255672 670 0.395267673 671 0.170419674 672 0.226197675 673 0.170824676 674 0.199955677 675 0.253081678 676 0.327649679 677 0.181507680 678 0.113033681 679 0.126764682 680 0.342277683 681 0.274577684 682 0.405782685 683 0.338809686 684 -0.0466395687 685 -0.218304688 686 -0.205074689 687 -0.369161690 688 -0.042851691 689 -0.292353692 690 -0.301768693 691 -0.105655694 692 -0.270556695 693 -0.327582696 694 0.029113697 695 -0.09196698 696 -0.043664699 697 -0.040666700 698 0.0766465701 699 0.0005645702 700 0.222094703 701 -0.034061704 702 -5.95e-05705 703 -0.003233706 704 0.094798707 705 -0.118166708 706 0.16737709 707 -0.0558795710 708 0.0776395711 709 0.0941755712 710 0.117546713 711 -0.157397714 712 0.136347715 713 -0.086322716 714 -0.0399695717 715 -0.0567015718 716 0.029567719 717 -0.0818635720 718 0.138043721 719 0.116792722 720 -0.243728723 721 0.888722724 722 0.35104725 723 -0.501397726 724 -0.205701727 725 -0.276104728 726 -0.232968729 727 -0.94901730 728 -0.260387731 729 -0.198717732 730 -0.151564733 731 -0.151832734 732 -0.163209735 733 -0.0723255736 734 -0.167135737 735 -0.179351738 736 -0.068332739 737 -0.042566740 738 -0.025151741 739 -0.0339815742 740 0.015972743 741 -0.0380515744 742 0.129266745 743 -0.030281746 744 0.0576005747 745 0.0116245748 746 0.0272215749 747 -0.158354750 748 0.0368925751 749 -0.281857752 750 -0.125808753 751 -0.089007754 752 -0.068334755 753 -0.109541756 754 0.0030315757 755 0.001721758 756 0.0675155759 757 0.057824760 758 0.162166761 759 -0.092918762 760 0.206068763 761 0.035738764 762 0.105873765 763 0.11355766 764 0.0698315767 765 0.304756768 766 0.360736769 767 0.343261770 768 0.364615771 769 0.476672772 770 0.431354773 771 0.33896774 772 0.499728775 773 0.409301776 774 0.283779777 775 0.285137778 776 0.396747779 777 0.157698780 778 0.445427781 779 0.251331782 780 0.320066783 781 0.376731784 782 0.451715785 783 0.324344786 784 0.51494787 785 0.252136788 786 0.40921789 787 0.340128790 788 0.490598791 789 0.371289792 790 0.498748793 791 0.463235794 792 0.127615795 793 -0.11142796 794 0.110258797 795 -0.149378798 796 0.128924799 797 -0.128838800 798 0.0565165801 799 0.007938802 800 0.0287715803 801 -0.094932804 802 0.105842805 803 -0.0126905806 804 0.0078835807 805 0.16225808 806 0.074021809 807 0.063843810 808 0.19639811 809 0.227812812 810 0.127006813 811 0.138561814 812 0.224495815 813 0.117485816 814 0.341321817 815 0.058533818 816 0.272684819 817 0.156103820 818 0.238288821 819 0.0498415822 820 0.317336823 821 -0.0157535824 822 0.18028825 823 0.189615826 824 0.189098827 825 0.233204828 826 0.408666829 827 0.335275830 828 0.0071995831 829 -0.16518832 830 -0.021386833 831 -0.119834 832 0.022239835 833 -0.216354836 834 -0.075015837 835 -0.091309838 836 -0.078046839 837 -0.041649840 838 0.188512841 839 0.069713842 840 0.190139843 841 0.245571844 842 0.226997845 843 0.165336846 844 0.331886847 845 0.200924848 846 0.014768849 847 -0.059358850 848 0.11021851 849 -0.0133795852 850 0.291596853 851 -0.0857125854 852 0.107268855 853 0.015396856 854 0.120783857 855 0.0271515858 856 0.206266859 857 -0.0726795860 858 0.0138085861 859 -0.0254655862 860 0.125331863 861 0.221051864 862 0.424292865 863 1.12624866 864 0.13719867 865 -0.0191645868 866 0.033441869 867 -0.081872870 868 1.0778871 869 0.012432872 870 0.054734873 871 0.034379874 872 0.124849875 873 1.38766876 874 0.374279877 875 0.28699878 876 0.280309879 877 0.291674880 878 0.365002881 879 0.26695882 880 0.480584883 881 0.322333884 882 0.374574885 883 0.328201886 884 0.419666887 885 0.271495888 886 0.46961889 887 0.338003890 888 0.43914891 889 0.384048892 890 0.433662893 891 0.284333894 892 0.444184895 893 0.168006896 894 0.248616897 895 0.278122898 896 0.409718899 897 0.216257900 898 0.502942901 899 0.312165902 900 -0.108095903 901 -0.1743904 902 -0.155772905 903 -0.310455906 904 -0.0265125907 905 -0.206658908 906 -0.0402525909 907 -0.109637910 908 -0.0498185911 909 0.139673912 910 0.32718913 911 0.184466914 912 0.160754915 913 0.275902916 914 0.346394917 915 0.182605918 916 0.405007919 917 0.336608920 918 0.19999921 919 0.207938922 920 0.332424923 921 0.127078924 922 0.334857925 923 0.139515926 924 0.357414927 925 0.306934928 926 0.357596929 927 1.29816930 928 -0.393941931 929 0.116629932 930 0.184043933 931 0.23113934 932 0.257418935 933 0.260678936 934 0.448526937 935 0.35295938 936 -0.161185939 937 -0.33218940 938 -0.250345941 939 -0.329715942 940 -0.143448943 941 -0.213722944 942 -0.196448945 943 -0.275979946 944 -0.155593947 945 -0.019795948 946 0.141517949 947 0.064316950 948 0.161385951 949 0.170026952 950 0.1239953 951 0.08891954 952 0.247695955 953 0.0934155956 954 -0.116715957 955 -0.149657958 956 -0.0122135959 957 -0.156707960 958 0.0772655961 959 -0.147833962 960 -0.092252963 961 -0.100139964 962 -0.0231045965 963 -0.02173966 964 0.218077967 965 -0.126393968 966 0.0908775969 967 0.0730585970 968 0.084355971 969 0.0165365972 970 0.280512973 971 0.108416974 972 0.180441975 973 0.151644976 974 0.119987977 975 0.041746978 976 0.28313979 977 -0.0180015980 978 0.134978981 979 0.11499982 980 0.125175983 981 0.169271984 982 0.351781985 983 0.126946986 984 0.29474987 985 0.310391988 986 0.275843989 987 0.25939990 988 0.424623991 989 0.414805992 990 0.250941993 991 0.159475994 992 0.294015995 993 0.0910255996 994 0.413683997 995 0.124367998 996 0.237717999 997 0.1716811000 998 0.2388491001 999 0.0380641002 1000 0.4158941003 1001 0.05848651004 1002 0.167571005 1003 0.2316371006 1004 0.2828811007 1005 0.1850941008 1006 0.4012741009 1007 0.1829111010 1008 0.2442731011 1009 0.1792191012 1010 0.268751013 1011 0.01509551014 1012 0.3703311015 1013 0.0774891016 1014 0.104341017 1015 0.186281018 1016 0.1713161019 1017 0.2810191020 1018 0.5365311021 1019 0.2739881022 1020 0.4520861023 1021 0.4830471024 1022 0.5097251025 1023 0.3787171026 1024 0.6234331027 1025 0.4465951028 1026 0.2667421029 1027 0.2157231030 1028 0.4071291031 1029 0.2537961032 1030 0.5242791033 1031 0.213721034 1032 0.3638131035 1033 0.3013781036 1034 0.3335181037 1035 0.1928721038 1036 0.51031039 1037 0.1979111040 1038 0.3603171041 1039 0.3449681042 1040 0.4613941043 1041 0.3156281044 1042 0.6201831045 1043 0.4808661046 1044 -0.0960891047 1045 -0.2122991048 1046 -0.0976731049 1047 -0.2838621050 1048 0.01613551051 1049 -0.2214361052 1050 -0.1613751053 1051 -0.2698631054 1052 -0.2315551055 1053 0.0086241056 1054 0.1013031057 1055 0.01164251058 1056 0.1179161059 1057 0.1032341060 1058 0.1513521061 1059 0.1775161062 1060 0.3242251063 1061 0.1831061064 1062 0.08322751065 1063 -0.0025061066 1064 0.1739241067 1065 0.0452281068 1066 0.2705121069 1067 0.0149621070 1068 0.1459371071 1069 0.1208891072 1070 0.2035541073 1071 0.0681241074 1072 0.2468411075 1073 -0.06011651076 1074 0.02650051077 1075 0.0973951078 1076 0.1731481079 1077 0.17111080 1078 0.3379461081 1079 0.2303681082 1080 -0.2555891083 1081 -0.3547291084 1082 -0.293311085 1083 -0.4862261086 1084 -0.2650891087 1085 -0.4099171088 1086 -0.2367181089 1087 -0.2437731090 1088 -0.3149041091 1089 -0.1590061092 1090 -0.0518661093 1091 -0.1143361094 1092 -0.0031921095 1093 1.200681096 1094 1.052421097 1095 -0.05632451098 1096 0.0908881099 1097 -0.01944351100 1098 -0.217941101 1099 -0.203441102 1100 -0.03346351103 1101 -0.2613851104 1102 -0.00961351105 1103 -0.1596531106 1104 -0.1787441107 1105 -0.1169431108 1106 -0.1650381109 1107 -0.1449711110 1108 -0.01640351111 1109 -0.188221112 1110 -0.0984351113 1111 -0.1103341114 1112 -0.1489491115 1113 -0.03604251116 1114 0.08305051117 1115 0.073411118 1116 -0.3085641119 1117 -0.3436511120 1118 -0.2451281121 1119 -0.5444071122 1120 -0.1593331123 1121 -0.4268451124 1122 -0.3554271125 1123 -0.3744951126 1124 -0.2946331127 1125 -0.2304431128 1126 -0.0597111129 1127 -0.08643051130 1128 -0.0245871131 1129 -0.0407391132 1130 -0.006361133 1131 -0.0531621134 1132 0.1613751135 1133 0.0234561136 1134 -0.1833261137 1135 -0.2909331138 1136 -0.06639151139 1137 -0.3171511140 1138 -0.1315191141 1139 -0.293311142 1140 -0.105041143 1141 -0.3152021144 1142 -0.09048851145 1143 -0.1881541146 1144 0.0510291147 1145 -0.2535261148 1146 -0.1396051149 1147 -0.1100641150 1148 -0.045011151 1149 -0.09517751152 1150 0.04265951153 1151 -0.07046551154 1152 -0.6182161155 1153 -0.6725841156 1154 -0.6397711157 1155 -0.8633711158 1156 -0.5377751159 1157 -0.6966741160 1158 -0.6436091161 1159 -0.6591931162 1160 -0.6629141163 1161 -0.6681611164 1162 -0.3626791165 1163 -0.5784651166 1164 -0.3695071167 1165 -0.3544981168 1166 -0.4912191169 1167 -0.4771891170 1168 -0.2559521171 1169 -0.3258881172 1170 -0.4468971173 1171 -0.3872591174 1172 -0.3723491175 1173 -0.4507651176 1174 -0.1980361177 1175 -0.3932011178 1176 -0.3094051179 1177 -0.3586891180 1178 -0.3234451181 1179 -0.7162311182 1180 -0.4938891183 1181 -0.6843531184 1182 -0.5919171185 1183 -0.550141186 1184 -0.4538691187 1185 -0.5686461188 1186 -0.3526241189 1187 -0.4303281190 1188 -0.1817581191 1189 -0.3319341192 1190 -0.3599981193 1191 -0.4389371194 1192 -0.1608741195 1193 -0.3245121196 1194 -0.2727371197 1195 -0.28751198 1196 -0.271611199 1197 -0.1575921200 1198 -0.05345751201 1199 -0.07651351202 1200 -0.01555851203 1201 0.0854351204 1202 -0.0261051205 1203 -0.0689311206 1204 0.1322141207 1205 0.050461208 1206 0.0340951209 1207 -0.03431751210 1208 0.03954751211 1209 -0.00751551212 1210 0.1435791213 1211 -0.0130871214 1212 0.06338951215 1213 -0.00566751216 1214 0.087021217 1215 -0.1083371218 1216 0.0109891219 1217 -0.1296221220 1218 -0.0748581221 1219 -0.0823981222 1220 -0.02857251223 1221 -0.0473711224 1222 0.2463591225 1223 -0.05181251226 1224 -0.341791227 1225 -0.511271228 1226 -0.439351229 1227 -0.5439861230 1228 -0.2811871231 1229 -0.4806071232 1230 -0.3988511233 1231 -0.440151234 1232 -0.3710131235 1233 -0.2790211236 1234 -0.2171611237 1235 -0.3570891238 1236 -0.2330281239 1237 -0.2610861240 1238 -0.179581241 1239 -0.23151242 1240 -0.1177141243 1241 -0.2024871244 1242 0.06802451245 1243 0.0678431246 1244 0.2005151247 1245 -0.06987651248 1246 0.2182061249 1247 0.00647451250 1248 0.0827871251 1249 -0.00291951252 1250 0.1129991253 1251 -0.2599311254 1252 -0.05102151255 1253 -0.2390191256 1254 -0.1431631257 1255 -0.279781258 1256 -0.0618991259 1257 -0.1471851260 1258 0.0154291261 1259 0.02470451262 1260 -0.2663771263 1261 -0.3614141264 1262 -0.3133751265 1263 -0.4205541266 1264 -0.2126381267 1265 -0.4092711268 1266 -0.2470791269 1267 -0.3011841270 1268 -0.2097521271 1269 -0.3609941272 1270 -0.1789841273 1271 -0.2099461274 1272 -0.1541421275 1273 -0.2470111276 1274 -0.174831277 1275 -0.1814521278 1276 -0.00534751279 1277 -0.182181280 1278 0.063151281 1279 -0.08806751282 1280 0.1650981283 1281 0.0289961284 1282 0.1290291285 1283 -0.10191286 1284 0.0108991287 1285 -0.0633851288 1286 0.0047911289 1287 -2.243741290 1288 -1.943981291 1289 -1.909171292 1290 -0.0905411293 1291 -0.1184981294 1292 0.0325491295 1293 -0.1519721296 1294 0.1133741297 1295 -0.0034191298 1296 -1.181741299 1297 -1.2291300 1298 -1.166681301 1299 -1.472531302 1300 -1.056611303 1301 -1.268821304 1302 -1.164991305 1303 -1.276571306 1304 -1.187191307 1305 -0.9006941308 1306 -0.7308991309 1307 -0.9774021310 1308 -0.8190491311 1309 -0.7051351312 1310 -0.7963591313 1311 -0.9192511314 1312 -0.6794481315 1313 -0.9288251316 1314 -0.7832471317 1315 -0.7700051318 1316 -0.6037761319 1317 -0.8646911320 1318 -0.5972331321 1319 -0.8294141322 1320 -0.6918821323 1321 -0.8398891324 1322 -0.7220321325 1323 -0.8473631326 1324 -0.4828241327 1325 -0.697721328 1326 -0.5734251329 1327 -0.6572651330 1328 -0.5133191331 1329 -0.6153951332 1330 -0.4320131333 1331 -0.594491334 1332 -0.1088321335 1333 -0.1748491336 1334 -0.1432061337 1335 -0.3060651338 1336 -0.0581531339 1337 -0.3042171340 1338 -0.1623231341 1339 -0.2628141342 1340 -0.1631321343 1341 -0.0606471344 1342 0.1372551345 1343 0.1260751346 1344 -0.04983251347 1345 0.1366741348 1346 0.07254551349 1347 0.0295861350 1348 0.2228531351 1349 0.0968881352 1350 0.2083561353 1351 0.09147951354 1352 0.2643191355 1353 0.1275761356 1354 0.2031711357 1355 0.0732271358 1356 0.1572481359 1357 0.07815351360 1358 0.1773411361 1359 0.1772411362 1360 0.4005911363 1361 0.09427851364 1362 0.2247551365 1363 0.1939991366 1364 0.2881871367 1365 0.2283441368 1366 0.4251151369 1367 0.2515451370 1368 -0.0177571371 1369 -0.0512141372 1370 -0.084131373 1371 -0.2859721374 1372 0.06799751375 1373 -0.1130841376 1374 0.0019061377 1375 -0.07972151378 1376 -0.08918151379 1377 0.2712741380 1378 0.4580111381 1379 0.2704141382 1380 0.445221383 1381 0.4291941384 1382 0.4858321385 1383 0.372871386 1384 0.5499441387 1385 0.3473691388 1386 0.2572881389 1387 0.1565771390 1388 0.2925921391 1389 0.2705411392 1390 0.3979191393 1391 0.2051181394 1392 0.2958641395 1393 0.1965621396 1394 0.350911397 1395 0.1496611398 1396 0.3247181399 1397 0.08948051400 1398 0.2069691401 1399 0.1805221402 1400 0.2773551403 1401 0.1931881404 1402 0.4359251405 1403 0.2769711406 1404 0.02540151407 1405 -0.0410461408 1406 -0.0691631409 1407 -0.3381171410 1408 0.0813431411 1409 -0.2546751412 1410 -0.025351413 1411 -0.0788781414 1412 -0.09958351415 1413 -0.0451211416 1414 0.1656581417 1415 -0.01726751418 1416 0.1214721419 1417 0.2252681420 1418 0.1573191421 1419 0.1219731422 1420 0.2110381423 1421 0.1163781424 1422 0.0997751425 1423 0.1290871426 1424 0.3189561427 1425 0.1485411428 1426 0.4045871429 1427 0.1275141430 1428 0.2949841431 1429 0.1983671432 1430 0.3948571433 1431 0.1423811434 1432 0.3467161435 1433 0.2072621436 1434 0.2537021437 1435 0.1847051438 1436 0.4214261439 1437 0.2587751440 1438 0.4915341441 1439 0.4121622 0 0.172905 3 1 0.319128 4 2 0.166794 5 3 0.309198 6 4 0.0087595 7 5 0.29632 8 6 0.136952 9 7 0.129412 10 8 0.181333 11 9 0.366984 12 10 0.240945 13 11 0.316615 14 12 0.197538 15 13 0.225985 16 14 0.19417 17 15 0.155633 18 16 0.0509615 19 17 0.224877 20 18 0.141319 21 19 0.163913 22 20 0.023589 23 21 0.152206 24 22 -0.103244 25 23 0.235787 26 24 0.133845 27 25 0.147915 28 26 0.048368 29 27 0.307045 30 28 -0.036907 31 29 0.296245 32 30 0.125564 33 31 0.078489 34 32 -0.009858 35 33 0.223563 36 34 -0.034215 37 35 0.237397 38 36 0.318351 39 37 0.449135 40 38 0.256949 41 39 0.515848 42 40 0.159097 43 41 0.337693 44 42 0.211063 45 43 0.329898 46 44 0.155964 47 45 0.298297 48 46 0.0530545 49 47 0.202749 50 48 0.236556 51 49 0.146587 52 50 0.024006 53 51 0.162222 54 52 -0.0720735 55 53 0.053552 56 54 0.234351 57 55 0.22175 58 56 0.043059 59 57 0.181012 60 58 -0.00436 61 59 0.199327 62 60 0.146314 63 61 0.102121 64 62 0.115345 65 63 0.368358 66 64 0.103873 67 65 0.262455 68 66 0.125747 69 67 0.209332 70 68 0.067542 71 69 0.180889 72 70 0.232068 73 71 0.054701 74 72 0.541798 75 73 0.686346 76 74 0.606684 77 75 0.802686 78 76 0.460045 79 77 0.717163 80 78 1.28569 81 79 1.59414 82 80 -0.429138 83 81 0.401913 84 82 0.276112 85 83 0.452704 86 84 0.256263 87 85 0.161541 88 86 0.163206 89 87 0.38346 90 88 0.156055 91 89 0.337678 92 90 0.343492 93 91 0.40395 94 92 0.27699 95 93 0.437579 96 94 0.171847 97 95 0.267826 98 96 0.308782 99 97 0.330328 100 98 0.164585 101 99 0.500046 102 100 0.242462 103 101 0.434182 104 102 0.401998 105 103 0.428737 106 104 0.280504 107 105 0.358314 108 106 0.100026 109 107 0.282208 110 108 -0.181279 111 109 -0.0277325 112 110 -0.170662 113 111 0.053029 114 112 -0.296459 115 113 -0.0450535 116 114 -0.19064 117 115 -0.168832 118 116 -0.287789 119 117 -0.139725 120 118 -0.312698 121 119 -0.186494 122 120 -0.295932 123 121 -0.285288 124 122 -0.343932 125 123 -0.254866 126 124 -0.380796 127 125 -0.245443 128 126 -0.149884 129 127 -0.0193585 130 128 -0.222543 131 129 -0.033859 132 130 -0.304654 133 131 -0.101879 134 132 -0.224264 135 133 -0.0221155 136 134 -0.269056 137 135 -0.158894 138 136 -0.373277 139 137 -0.152344 140 138 -0.199842 141 139 -0.140396 142 140 -0.307049 143 141 -0.28898 144 142 -0.467605 145 143 -0.426941 146 144 0.517551 147 145 0.667674 148 146 0.62592 149 147 0.786975 150 148 0.491115 151 149 0.788989 152 150 0.682506 153 151 0.668573 154 152 0.667959 155 153 0.378663 156 154 0.19019 157 155 0.333128 158 156 0.289455 159 157 0.140546 160 158 0.217163 161 159 0.360403 162 160 0.150111 163 161 0.249908 164 162 0.390881 165 163 0.417712 166 164 0.323605 167 165 0.433459 168 166 0.183075 169 167 0.498978 170 168 0.332261 171 169 0.39139 172 170 0.324464 173 171 0.39799 174 172 0.190741 175 173 0.387397 176 174 0.235247 177 175 0.296337 178 176 0.201721 179 177 0.345755 180 178 0.131207 181 179 0.312399 182 180 0.325674 183 181 0.348025 184 182 0.275367 185 183 0.428098 186 184 0.239869 187 185 0.347901 188 186 0.253064 189 187 0.260916 190 188 0.238266 191 189 0.238149 192 190 0.0233235 193 191 0.196342 194 192 0.0575315 195 193 -0.060739 196 194 -0.086026 197 195 0.0576165 198 196 -0.052698 199 197 -0.010046 200 198 0.0584595 201 199 0.0372155 202 200 -0.104507 203 201 -0.00913 204 202 -0.137883 205 203 -0.010528 206 204 -0.056028 207 205 0.044703 208 206 -0.078114 209 207 0.0114355 210 208 -0.213308 211 209 0.0943015 212 210 0.002272 213 211 0.019112 214 212 -0.132622 215 213 -0.14066 216 214 -0.302393 217 215 -0.213854 218 216 0.2107 219 217 0.423966 220 218 0.423111 221 219 0.48981 222 220 0.26607 223 221 0.550461 224 222 0.462233 225 223 0.533388 226 224 0.456296 227 225 0.438835 228 226 0.303986 229 227 0.606047 230 228 0.305473 231 229 0.209301 232 230 0.349282 233 231 0.345157 234 232 0.157944 235 233 0.267483 236 234 0.282542 237 235 0.314171 238 236 0.21269 239 237 0.220697 240 238 0.01121 241 239 0.270257 242 240 0.266429 243 241 0.237443 244 242 0.102823 245 243 0.387232 246 244 0.231705 247 245 0.462756 248 246 0.276653 249 247 0.279348 250 248 0.31115 251 249 0.415482 252 250 0.109152 253 251 0.260665 254 252 0.378381 255 253 0.535973 256 254 0.498701 257 255 0.576638 258 256 0.349977 259 257 0.478635 260 258 0.469421 261 259 0.454228 262 260 0.484717 263 261 0.321715 264 262 0.16297 265 263 0.329695 266 264 0.207403 267 265 0.100086 268 266 0.187959 269 267 0.181799 270 268 0.0412 271 269 0.181563 272 270 0.395317 273 271 0.372869 274 272 0.27488 275 273 0.377063 276 274 0.177407 277 275 0.499918 278 276 0.193744 279 277 0.236741 280 278 0.243031 281 279 0.293149 282 280 0.0447305 283 281 0.258801 284 282 0.251852 285 283 0.210002 286 284 0.179514 287 285 0.215614 288 286 0.0491885 289 287 0.072583 290 288 0.203785 291 289 0.247762 292 290 0.103158 293 291 0.349966 294 292 -0.031743 295 293 0.23515 296 294 0.093454 297 295 0.153976 298 296 0.129237 299 297 -1.00039 300 298 -0.168727 301 299 0.0575165 302 300 0.015515 303 301 -0.0294335 304 302 -0.0376815 305 303 -0.04014 306 304 -0.134211 307 305 -0.022413 308 306 0.0880105 309 307 0.16447 310 308 -0.016791 311 309 0.0816445 312 310 -0.15588 313 311 0.173135 314 312 0.008993 315 313 0.122139 316 314 -0.0445985 317 315 0.211902 318 316 -0.117309 319 317 0.219187 320 318 0.0661905 321 319 0.100654 322 320 -0.052375 323 321 0.0152325 324 322 -0.180751 325 323 -0.052762 326 324 0.0047005 327 325 0.220211 328 326 0.069824 329 327 0.160471 330 328 -0.067534 331 329 0.113519 332 330 0.070001 333 331 0.0858025 334 332 0.0761135 335 333 -0.0731135 336 334 -0.229285 337 335 -0.0474905 338 336 -0.156028 339 337 -0.135658 340 338 -0.119274 341 339 -0.125978 342 340 -0.328597 343 341 -0.2248 344 342 -0.091505 345 343 -0.161967 346 344 -0.0990565 347 345 0.0884635 348 346 -0.366502 349 347 0.070449 350 348 -0.271159 351 349 -0.086887 352 350 -0.217266 353 351 0.108496 354 352 -0.198388 355 353 0.177588 356 354 -0.0407035 357 355 0.064532 358 356 -0.0347905 359 357 0.0973745 360 358 -0.208863 361 359 -0.159602 362 360 0.131104 363 361 0.224978 364 362 0.155141 365 363 0.367775 366 364 0.038227 367 365 0.35083 368 366 0.085996 369 367 0.130595 370 368 0.169427 371 369 0.023661 372 370 -0.232492 373 371 0.0044575 374 372 -0.0759545 375 373 -0.140465 376 374 -0.146131 377 375 0.063448 378 376 -0.276626 379 377 -0.0725935 380 378 -0.0635475 381 379 -0.18639 382 380 -0.214154 383 381 -0.001183 384 382 -0.269444 385 383 -0.0394015 386 384 -0.095303 387 385 -0.089435 388 386 -0.136313 389 387 0.249246 390 388 -0.110247 391 389 0.255894 392 390 0.16427 393 391 0.051469 394 392 0.0758975 395 393 0.0644145 396 394 -0.12747 397 395 0.133338 398 396 -0.320864 399 397 -0.244552 400 398 -0.286453 401 399 -0.100649 402 400 -0.397106 403 401 -0.209147 404 402 -0.251463 405 403 -0.290983 406 404 -0.236971 407 405 -0.277061 408 406 -0.397008 409 407 -0.337796 410 408 -0.444339 411 409 -0.533925 412 410 -0.38769 413 411 -0.381994 414 412 -0.609587 415 413 -0.480728 416 414 -0.530035 417 415 -0.438193 418 416 -0.540924 419 417 -0.453446 420 418 -0.619242 421 419 -0.481475 422 420 -0.640696 423 421 -0.568218 424 422 -0.656609 425 423 -0.420604 426 424 -0.522277 427 425 -0.373111 428 426 -0.353771 429 427 -0.352295 430 428 -0.426107 431 429 -0.431778 432 430 -0.550405 433 431 -0.380234 434 432 0.0824445 435 433 0.107266 436 434 0.065363 437 435 0.191413 438 436 -0.112408 439 437 0.140653 440 438 0.121994 441 439 0.062237 442 440 0.0576375 443 441 0.036838 444 442 -0.132957 445 443 0.011374 446 444 -0.04533 447 445 -0.181938 448 446 -0.048352 449 447 -0.085943 450 448 -0.335506 451 449 -0.092617 452 450 -0.077088 453 451 -0.062519 454 452 -0.058979 455 453 -0.0142085 456 454 -0.264873 457 455 -0.0109065 458 456 -0.138248 459 457 0.010231 460 458 -0.098945 461 459 0.177725 462 460 -0.092713 463 461 0.233984 464 462 0.276597 465 463 0.085163 466 464 0.0879445 467 465 0.056468 468 466 -0.034508 469 467 0.010197 470 468 -0.0367615 471 469 0.0487385 472 470 0.054785 473 471 0.175158 474 472 0.0161795 475 473 0.092409 476 474 0.042147 477 475 0.10208 478 476 0.049083 479 477 -0.112615 480 478 -0.260747 481 479 -0.0632155 482 480 -0.171736 483 481 -0.241679 484 482 -0.267823 485 483 -0.140823 486 484 -0.331081 487 485 -0.273116 488 486 -0.276909 489 487 -0.238176 490 488 -0.349172 491 489 -0.30014 492 490 -0.417882 493 491 -0.255985 494 492 -0.325961 495 493 -0.261815 496 494 -0.309332 497 495 -0.132725 498 496 -0.280784 499 497 -0.0829835 500 498 -0.137498 501 499 -0.0675995 502 500 -0.158016 503 501 -0.249042 504 502 -0.328999 505 503 -0.222223 506 504 -0.583776 507 505 -0.475214 508 506 -0.570342 509 507 -0.393051 510 508 -0.621571 511 509 -0.457242 512 510 -0.553893 513 511 -0.521879 514 512 -0.486967 515 513 -0.666763 516 514 -0.756089 517 515 -0.65354 518 516 -0.830727 519 517 -0.841959 520 518 -0.784668 521 519 -0.725599 522 520 -0.86371 523 521 -0.767543 524 522 -0.463597 525 523 -0.392769 526 524 -0.491837 527 525 -0.42232 528 526 -0.623112 529 527 -1.67296 530 528 -1.58472 531 529 -0.475804 532 530 -0.507722 533 531 -0.456657 534 532 -0.654891 535 533 -0.494944 536 534 -0.419699 537 535 -0.446093 538 536 -0.557346 539 537 -0.470637 540 538 -0.718671 541 539 -0.695816 542 540 -0.0288875 543 541 0.0812085 544 542 0.0431935 545 543 0.299619 546 544 -0.025557 547 545 0.147756 548 546 -0.0312905 549 547 0.13963 550 548 -0.0160685 551 549 -0.0593635 552 550 -0.297707 553 551 -0.125522 554 552 -0.187616 555 553 -0.265532 556 554 -0.305486 557 555 -0.144288 558 556 -0.432455 559 557 -0.330425 560 558 -0.0179125 561 559 0.0453115 562 560 -0.0596855 563 561 0.046409 564 562 -0.044504 565 563 0.029104 566 564 -0.0667195 567 565 -0.001313 568 566 -0.143301 569 567 0.0677195 570 568 -0.122117 571 569 0.028503 572 570 -0.0416895 573 571 0.056711 574 572 -0.028342 575 573 0.0069495 576 574 -0.211373 577 575 -0.171061 578 576 -0.0354085 579 577 0.189802 580 578 -0.083689 581 579 0.20514 582 580 -0.196972 583 581 0.0754525 584 582 -0.0302255 585 583 -0.033531 586 584 -0.131194 587 585 0.057334 588 586 -0.0731845 589 587 0.038646 590 588 -0.050107 591 589 -0.118064 592 590 -0.107439 593 591 -0.0120035 594 592 -0.217289 595 593 -0.148912 596 594 -0.213851 597 595 -0.119334 598 596 -0.218047 599 597 0.0250675 600 598 -0.306447 601 599 -0.02816 602 600 -0.245274 603 601 -0.116971 604 602 -0.205404 605 603 -0.092257 606 604 -0.294676 607 605 -0.016664 608 606 -0.205452 609 607 -0.165392 610 608 -0.238358 611 609 -0.075719 612 610 -0.342792 613 611 -0.163959 614 612 -0.020252 615 613 0.115161 616 614 0.03787 617 615 0.0838925 618 616 -0.146196 619 617 -0.0173015 620 618 -0.0949195 621 619 0.008336 622 620 -0.0897085 623 621 -0.408544 624 622 -0.527197 625 623 -0.406473 626 624 -0.413067 627 625 -0.517214 628 626 -0.595426 629 627 -0.376823 630 628 -0.61919 631 629 -0.553337 632 630 -0.283811 633 631 -0.174827 634 632 -0.381913 635 633 -0.252014 636 634 -0.465274 637 635 -0.243783 638 636 -0.319112 639 637 -0.254362 640 638 -0.430627 641 639 -0.498139 642 640 -0.619202 643 641 -0.401496 644 642 -0.494702 645 643 -0.491872 646 644 -0.61507 647 645 -0.527123 648 646 -0.620065 649 647 -0.566469 650 648 0.096244 651 649 0.123592 652 650 0.0042415 653 651 0.223175 654 652 -0.093525 655 653 0.107152 656 654 -0.014294 657 655 0.105857 658 656 0.0599585 659 657 0.118021 660 658 -0.0955725 661 659 0.104019 662 660 -0.091845 663 661 -0.142779 664 662 -0.0266675 665 663 0.0352185 666 664 -0.27147 667 665 -0.0957815 668 666 -0.09536 669 667 -0.173012 670 668 -0.13677 671 669 -0.050255 672 670 -0.395267 673 671 -0.170419 674 672 -0.226197 675 673 -0.170824 676 674 -0.199955 677 675 -0.253081 678 676 -0.327649 679 677 -0.181507 680 678 -0.113033 681 679 -0.126764 682 680 -0.342277 683 681 -0.274577 684 682 -0.405782 685 683 -0.338809 686 684 0.0466395 687 685 0.218304 688 686 0.205074 689 687 0.369161 690 688 0.042851 691 689 0.292353 692 690 0.301768 693 691 0.105655 694 692 0.270556 695 693 0.327582 696 694 -0.029113 697 695 0.09196 698 696 0.043664 699 697 0.040666 700 698 -0.0766465 701 699 -0.0005645 702 700 -0.222094 703 701 0.034061 704 702 5.95e-05 705 703 0.003233 706 704 -0.094798 707 705 0.118166 708 706 -0.16737 709 707 0.0558795 710 708 -0.0776395 711 709 -0.0941755 712 710 -0.117546 713 711 0.157397 714 712 -0.136347 715 713 0.086322 716 714 0.0399695 717 715 0.0567015 718 716 -0.029567 719 717 0.0818635 720 718 -0.138043 721 719 -0.116792 722 720 0.243728 723 721 -0.888722 724 722 -0.35104 725 723 0.501397 726 724 0.205701 727 725 0.276104 728 726 0.232968 729 727 0.94901 730 728 0.260387 731 729 0.198717 732 730 0.151564 733 731 0.151832 734 732 0.163209 735 733 0.0723255 736 734 0.167135 737 735 0.179351 738 736 0.068332 739 737 0.042566 740 738 0.025151 741 739 0.0339815 742 740 -0.015972 743 741 0.0380515 744 742 -0.129266 745 743 0.030281 746 744 -0.0576005 747 745 -0.0116245 748 746 -0.0272215 749 747 0.158354 750 748 -0.0368925 751 749 0.281857 752 750 0.125808 753 751 0.089007 754 752 0.068334 755 753 0.109541 756 754 -0.0030315 757 755 -0.001721 758 756 -0.0675155 759 757 -0.057824 760 758 -0.162166 761 759 0.092918 762 760 -0.206068 763 761 -0.035738 764 762 -0.105873 765 763 -0.11355 766 764 -0.0698315 767 765 -0.304756 768 766 -0.360736 769 767 -0.343261 770 768 -0.364615 771 769 -0.476672 772 770 -0.431354 773 771 -0.33896 774 772 -0.499728 775 773 -0.409301 776 774 -0.283779 777 775 -0.285137 778 776 -0.396747 779 777 -0.157698 780 778 -0.445427 781 779 -0.251331 782 780 -0.320066 783 781 -0.376731 784 782 -0.451715 785 783 -0.324344 786 784 -0.51494 787 785 -0.252136 788 786 -0.40921 789 787 -0.340128 790 788 -0.490598 791 789 -0.371289 792 790 -0.498748 793 791 -0.463235 794 792 -0.127615 795 793 0.11142 796 794 -0.110258 797 795 0.149378 798 796 -0.128924 799 797 0.128838 800 798 -0.0565165 801 799 -0.007938 802 800 -0.0287715 803 801 0.094932 804 802 -0.105842 805 803 0.0126905 806 804 -0.0078835 807 805 -0.16225 808 806 -0.074021 809 807 -0.063843 810 808 -0.19639 811 809 -0.227812 812 810 -0.127006 813 811 -0.138561 814 812 -0.224495 815 813 -0.117485 816 814 -0.341321 817 815 -0.058533 818 816 -0.272684 819 817 -0.156103 820 818 -0.238288 821 819 -0.0498415 822 820 -0.317336 823 821 0.0157535 824 822 -0.18028 825 823 -0.189615 826 824 -0.189098 827 825 -0.233204 828 826 -0.408666 829 827 -0.335275 830 828 -0.0071995 831 829 0.16518 832 830 0.021386 833 831 0.119 834 832 -0.022239 835 833 0.216354 836 834 0.075015 837 835 0.091309 838 836 0.078046 839 837 0.041649 840 838 -0.188512 841 839 -0.069713 842 840 -0.190139 843 841 -0.245571 844 842 -0.226997 845 843 -0.165336 846 844 -0.331886 847 845 -0.200924 848 846 -0.014768 849 847 0.059358 850 848 -0.11021 851 849 0.0133795 852 850 -0.291596 853 851 0.0857125 854 852 -0.107268 855 853 -0.015396 856 854 -0.120783 857 855 -0.0271515 858 856 -0.206266 859 857 0.0726795 860 858 -0.0138085 861 859 0.0254655 862 860 -0.125331 863 861 -0.221051 864 862 -0.424292 865 863 -1.12624 866 864 -0.13719 867 865 0.0191645 868 866 -0.033441 869 867 0.081872 870 868 -1.0778 871 869 -0.012432 872 870 -0.054734 873 871 -0.034379 874 872 -0.124849 875 873 -1.38766 876 874 -0.374279 877 875 -0.28699 878 876 -0.280309 879 877 -0.291674 880 878 -0.365002 881 879 -0.26695 882 880 -0.480584 883 881 -0.322333 884 882 -0.374574 885 883 -0.328201 886 884 -0.419666 887 885 -0.271495 888 886 -0.46961 889 887 -0.338003 890 888 -0.43914 891 889 -0.384048 892 890 -0.433662 893 891 -0.284333 894 892 -0.444184 895 893 -0.168006 896 894 -0.248616 897 895 -0.278122 898 896 -0.409718 899 897 -0.216257 900 898 -0.502942 901 899 -0.312165 902 900 0.108095 903 901 0.1743 904 902 0.155772 905 903 0.310455 906 904 0.0265125 907 905 0.206658 908 906 0.0402525 909 907 0.109637 910 908 0.0498185 911 909 -0.139673 912 910 -0.32718 913 911 -0.184466 914 912 -0.160754 915 913 -0.275902 916 914 -0.346394 917 915 -0.182605 918 916 -0.405007 919 917 -0.336608 920 918 -0.19999 921 919 -0.207938 922 920 -0.332424 923 921 -0.127078 924 922 -0.334857 925 923 -0.139515 926 924 -0.357414 927 925 -0.306934 928 926 -0.357596 929 927 -1.29816 930 928 0.393941 931 929 -0.116629 932 930 -0.184043 933 931 -0.23113 934 932 -0.257418 935 933 -0.260678 936 934 -0.448526 937 935 -0.35295 938 936 0.161185 939 937 0.33218 940 938 0.250345 941 939 0.329715 942 940 0.143448 943 941 0.213722 944 942 0.196448 945 943 0.275979 946 944 0.155593 947 945 0.019795 948 946 -0.141517 949 947 -0.064316 950 948 -0.161385 951 949 -0.170026 952 950 -0.1239 953 951 -0.08891 954 952 -0.247695 955 953 -0.0934155 956 954 0.116715 957 955 0.149657 958 956 0.0122135 959 957 0.156707 960 958 -0.0772655 961 959 0.147833 962 960 0.092252 963 961 0.100139 964 962 0.0231045 965 963 0.02173 966 964 -0.218077 967 965 0.126393 968 966 -0.0908775 969 967 -0.0730585 970 968 -0.084355 971 969 -0.0165365 972 970 -0.280512 973 971 -0.108416 974 972 -0.180441 975 973 -0.151644 976 974 -0.119987 977 975 -0.041746 978 976 -0.28313 979 977 0.0180015 980 978 -0.134978 981 979 -0.11499 982 980 -0.125175 983 981 -0.169271 984 982 -0.351781 985 983 -0.126946 986 984 -0.29474 987 985 -0.310391 988 986 -0.275843 989 987 -0.25939 990 988 -0.424623 991 989 -0.414805 992 990 -0.250941 993 991 -0.159475 994 992 -0.294015 995 993 -0.0910255 996 994 -0.413683 997 995 -0.124367 998 996 -0.237717 999 997 -0.171681 1000 998 -0.238849 1001 999 -0.038064 1002 1000 -0.415894 1003 1001 -0.0584865 1004 1002 -0.16757 1005 1003 -0.231637 1006 1004 -0.282881 1007 1005 -0.185094 1008 1006 -0.401274 1009 1007 -0.182911 1010 1008 -0.244273 1011 1009 -0.179219 1012 1010 -0.26875 1013 1011 -0.0150955 1014 1012 -0.370331 1015 1013 -0.077489 1016 1014 -0.10434 1017 1015 -0.18628 1018 1016 -0.171316 1019 1017 -0.281019 1020 1018 -0.536531 1021 1019 -0.273988 1022 1020 -0.452086 1023 1021 -0.483047 1024 1022 -0.509725 1025 1023 -0.378717 1026 1024 -0.623433 1027 1025 -0.446595 1028 1026 -0.266742 1029 1027 -0.215723 1030 1028 -0.407129 1031 1029 -0.253796 1032 1030 -0.524279 1033 1031 -0.21372 1034 1032 -0.363813 1035 1033 -0.301378 1036 1034 -0.333518 1037 1035 -0.192872 1038 1036 -0.5103 1039 1037 -0.197911 1040 1038 -0.360317 1041 1039 -0.344968 1042 1040 -0.461394 1043 1041 -0.315628 1044 1042 -0.620183 1045 1043 -0.480866 1046 1044 0.096089 1047 1045 0.212299 1048 1046 0.097673 1049 1047 0.283862 1050 1048 -0.0161355 1051 1049 0.221436 1052 1050 0.161375 1053 1051 0.269863 1054 1052 0.231555 1055 1053 -0.008624 1056 1054 -0.101303 1057 1055 -0.0116425 1058 1056 -0.117916 1059 1057 -0.103234 1060 1058 -0.151352 1061 1059 -0.177516 1062 1060 -0.324225 1063 1061 -0.183106 1064 1062 -0.0832275 1065 1063 0.002506 1066 1064 -0.173924 1067 1065 -0.045228 1068 1066 -0.270512 1069 1067 -0.014962 1070 1068 -0.145937 1071 1069 -0.120889 1072 1070 -0.203554 1073 1071 -0.068124 1074 1072 -0.246841 1075 1073 0.0601165 1076 1074 -0.0265005 1077 1075 -0.097395 1078 1076 -0.173148 1079 1077 -0.1711 1080 1078 -0.337946 1081 1079 -0.230368 1082 1080 0.255589 1083 1081 0.354729 1084 1082 0.29331 1085 1083 0.486226 1086 1084 0.265089 1087 1085 0.409917 1088 1086 0.236718 1089 1087 0.243773 1090 1088 0.314904 1091 1089 0.159006 1092 1090 0.051866 1093 1091 0.114336 1094 1092 0.003192 1095 1093 -1.20068 1096 1094 -1.05242 1097 1095 0.0563245 1098 1096 -0.090888 1099 1097 0.0194435 1100 1098 0.21794 1101 1099 0.20344 1102 1100 0.0334635 1103 1101 0.261385 1104 1102 0.0096135 1105 1103 0.159653 1106 1104 0.178744 1107 1105 0.116943 1108 1106 0.165038 1109 1107 0.144971 1110 1108 0.0164035 1111 1109 0.18822 1112 1110 0.098435 1113 1111 0.110334 1114 1112 0.148949 1115 1113 0.0360425 1116 1114 -0.0830505 1117 1115 -0.07341 1118 1116 0.308564 1119 1117 0.343651 1120 1118 0.245128 1121 1119 0.544407 1122 1120 0.159333 1123 1121 0.426845 1124 1122 0.355427 1125 1123 0.374495 1126 1124 0.294633 1127 1125 0.230443 1128 1126 0.059711 1129 1127 0.0864305 1130 1128 0.024587 1131 1129 0.040739 1132 1130 0.00636 1133 1131 0.053162 1134 1132 -0.161375 1135 1133 -0.023456 1136 1134 0.183326 1137 1135 0.290933 1138 1136 0.0663915 1139 1137 0.317151 1140 1138 0.131519 1141 1139 0.29331 1142 1140 0.10504 1143 1141 0.315202 1144 1142 0.0904885 1145 1143 0.188154 1146 1144 -0.051029 1147 1145 0.253526 1148 1146 0.139605 1149 1147 0.110064 1150 1148 0.04501 1151 1149 0.0951775 1152 1150 -0.0426595 1153 1151 0.0704655 1154 1152 0.618216 1155 1153 0.672584 1156 1154 0.639771 1157 1155 0.863371 1158 1156 0.537775 1159 1157 0.696674 1160 1158 0.643609 1161 1159 0.659193 1162 1160 0.662914 1163 1161 0.668161 1164 1162 0.362679 1165 1163 0.578465 1166 1164 0.369507 1167 1165 0.354498 1168 1166 0.491219 1169 1167 0.477189 1170 1168 0.255952 1171 1169 0.325888 1172 1170 0.446897 1173 1171 0.387259 1174 1172 0.372349 1175 1173 0.450765 1176 1174 0.198036 1177 1175 0.393201 1178 1176 0.309405 1179 1177 0.358689 1180 1178 0.323445 1181 1179 0.716231 1182 1180 0.493889 1183 1181 0.684353 1184 1182 0.591917 1185 1183 0.55014 1186 1184 0.453869 1187 1185 0.568646 1188 1186 0.352624 1189 1187 0.430328 1190 1188 0.181758 1191 1189 0.331934 1192 1190 0.359998 1193 1191 0.438937 1194 1192 0.160874 1195 1193 0.324512 1196 1194 0.272737 1197 1195 0.2875 1198 1196 0.27161 1199 1197 0.157592 1200 1198 0.0534575 1201 1199 0.0765135 1202 1200 0.0155585 1203 1201 -0.085435 1204 1202 0.026105 1205 1203 0.068931 1206 1204 -0.132214 1207 1205 -0.05046 1208 1206 -0.034095 1209 1207 0.0343175 1210 1208 -0.0395475 1211 1209 0.0075155 1212 1210 -0.143579 1213 1211 0.013087 1214 1212 -0.0633895 1215 1213 0.0056675 1216 1214 -0.08702 1217 1215 0.108337 1218 1216 -0.010989 1219 1217 0.129622 1220 1218 0.074858 1221 1219 0.082398 1222 1220 0.0285725 1223 1221 0.047371 1224 1222 -0.246359 1225 1223 0.0518125 1226 1224 0.34179 1227 1225 0.51127 1228 1226 0.43935 1229 1227 0.543986 1230 1228 0.281187 1231 1229 0.480607 1232 1230 0.398851 1233 1231 0.44015 1234 1232 0.371013 1235 1233 0.279021 1236 1234 0.217161 1237 1235 0.357089 1238 1236 0.233028 1239 1237 0.261086 1240 1238 0.17958 1241 1239 0.2315 1242 1240 0.117714 1243 1241 0.202487 1244 1242 -0.0680245 1245 1243 -0.067843 1246 1244 -0.200515 1247 1245 0.0698765 1248 1246 -0.218206 1249 1247 -0.0064745 1250 1248 -0.082787 1251 1249 0.0029195 1252 1250 -0.112999 1253 1251 0.259931 1254 1252 0.0510215 1255 1253 0.239019 1256 1254 0.143163 1257 1255 0.27978 1258 1256 0.061899 1259 1257 0.147185 1260 1258 -0.015429 1261 1259 -0.0247045 1262 1260 0.266377 1263 1261 0.361414 1264 1262 0.313375 1265 1263 0.420554 1266 1264 0.212638 1267 1265 0.409271 1268 1266 0.247079 1269 1267 0.301184 1270 1268 0.209752 1271 1269 0.360994 1272 1270 0.178984 1273 1271 0.209946 1274 1272 0.154142 1275 1273 0.247011 1276 1274 0.17483 1277 1275 0.181452 1278 1276 0.0053475 1279 1277 0.18218 1280 1278 -0.06315 1281 1279 0.0880675 1282 1280 -0.165098 1283 1281 -0.028996 1284 1282 -0.129029 1285 1283 0.1019 1286 1284 -0.010899 1287 1285 0.063385 1288 1286 -0.004791 1289 1287 2.24374 1290 1288 1.94398 1291 1289 1.90917 1292 1290 0.090541 1293 1291 0.118498 1294 1292 -0.032549 1295 1293 0.151972 1296 1294 -0.113374 1297 1295 0.003419 1298 1296 1.18174 1299 1297 1.229 1300 1298 1.16668 1301 1299 1.47253 1302 1300 1.05661 1303 1301 1.26882 1304 1302 1.16499 1305 1303 1.27657 1306 1304 1.18719 1307 1305 0.900694 1308 1306 0.730899 1309 1307 0.977402 1310 1308 0.819049 1311 1309 0.705135 1312 1310 0.796359 1313 1311 0.919251 1314 1312 0.679448 1315 1313 0.928825 1316 1314 0.783247 1317 1315 0.770005 1318 1316 0.603776 1319 1317 0.864691 1320 1318 0.597233 1321 1319 0.829414 1322 1320 0.691882 1323 1321 0.839889 1324 1322 0.722032 1325 1323 0.847363 1326 1324 0.482824 1327 1325 0.69772 1328 1326 0.573425 1329 1327 0.657265 1330 1328 0.513319 1331 1329 0.615395 1332 1330 0.432013 1333 1331 0.59449 1334 1332 0.108832 1335 1333 0.174849 1336 1334 0.143206 1337 1335 0.306065 1338 1336 0.058153 1339 1337 0.304217 1340 1338 0.162323 1341 1339 0.262814 1342 1340 0.163132 1343 1341 0.060647 1344 1342 -0.137255 1345 1343 -0.126075 1346 1344 0.0498325 1347 1345 -0.136674 1348 1346 -0.0725455 1349 1347 -0.029586 1350 1348 -0.222853 1351 1349 -0.096888 1352 1350 -0.208356 1353 1351 -0.0914795 1354 1352 -0.264319 1355 1353 -0.127576 1356 1354 -0.203171 1357 1355 -0.073227 1358 1356 -0.157248 1359 1357 -0.0781535 1360 1358 -0.177341 1361 1359 -0.177241 1362 1360 -0.400591 1363 1361 -0.0942785 1364 1362 -0.224755 1365 1363 -0.193999 1366 1364 -0.288187 1367 1365 -0.228344 1368 1366 -0.425115 1369 1367 -0.251545 1370 1368 0.017757 1371 1369 0.051214 1372 1370 0.08413 1373 1371 0.285972 1374 1372 -0.0679975 1375 1373 0.113084 1376 1374 -0.001906 1377 1375 0.0797215 1378 1376 0.0891815 1379 1377 -0.271274 1380 1378 -0.458011 1381 1379 -0.270414 1382 1380 -0.44522 1383 1381 -0.429194 1384 1382 -0.485832 1385 1383 -0.37287 1386 1384 -0.549944 1387 1385 -0.347369 1388 1386 -0.257288 1389 1387 -0.156577 1390 1388 -0.292592 1391 1389 -0.270541 1392 1390 -0.397919 1393 1391 -0.205118 1394 1392 -0.295864 1395 1393 -0.196562 1396 1394 -0.35091 1397 1395 -0.149661 1398 1396 -0.324718 1399 1397 -0.0894805 1400 1398 -0.206969 1401 1399 -0.180522 1402 1400 -0.277355 1403 1401 -0.193188 1404 1402 -0.435925 1405 1403 -0.276971 1406 1404 -0.0254015 1407 1405 0.041046 1408 1406 0.069163 1409 1407 0.338117 1410 1408 -0.081343 1411 1409 0.254675 1412 1410 0.02535 1413 1411 0.078878 1414 1412 0.0995835 1415 1413 0.045121 1416 1414 -0.165658 1417 1415 0.0172675 1418 1416 -0.121472 1419 1417 -0.225268 1420 1418 -0.157319 1421 1419 -0.121973 1422 1420 -0.211038 1423 1421 -0.116378 1424 1422 -0.099775 1425 1423 -0.129087 1426 1424 -0.318956 1427 1425 -0.148541 1428 1426 -0.404587 1429 1427 -0.127514 1430 1428 -0.294984 1431 1429 -0.198367 1432 1430 -0.394857 1433 1431 -0.142381 1434 1432 -0.346716 1435 1433 -0.207262 1436 1434 -0.253702 1437 1435 -0.184705 1438 1436 -0.421426 1439 1437 -0.258775 1440 1438 -0.491534 1441 1439 -0.412162
Note:
See TracChangeset
for help on using the changeset viewer.